Skip to main content

Week 22 (Mar. 13, 2019): Battery Clarification and Boost Converter

To begin today’s post, we will make a slight rectification to our earlier posts. In prior posts, we stated that we are going to use a 3.7V Lithium-polymer (LiPo) battery. However, more specifically, we are using a 3.7V Lithium-ion (Li-ion) battery. While there are some differences between the two types of batteries, since they are both lithium-based batteries, they utilize the same chemistry for the most part.

Li-ion batteries are the ones that are found in most cellular phones. We found that these batteries are more favorable to use in our project than their LiPo counterparts. Whereas LiPo batteries suffer from a shorter lifespan, Li-ion batteries are more efficient and have higher power density, meaning they contain a large amount of energy in a small package. Furthermore, Li-ion batteries cost less than LiPo batteries. Even though Li-ion batteries are “potentially dangerous”, we won’t be driving heavy loads, and we will be testing in an open environment, rather than a confined space. A comparison of the two batteries is best summarized in the image below:  


The second part of today’s post concerns the powering of our circuit. In a post we made a few weeks ago, we mentioned that the 3.7V battery would be good enough to power the Arduino MEGA. According to this website, at 3.7V, the MEGA’s clock speed is approximately 16MHz, while at 5V, the clock speed is the complete 20MHz. So, running the MEGA at 3.7V, would run it at 80% of its full clock speed. We initially tested whether or not this would work and power the Arduino. It did work with just the Arduino and the RFID. However, we found that it did not work with the Arduino, RFID, LED, ultrasonic sensor, and motor driver all connected because while the RFID runs at 3.3V, the LED and ultrasonic sensor both run at 5V. Thus, we looked for a way to resolve this issue.

Our solution came in the form of a boost converter, which increase voltage at the cost of decreasing current. We chose the MT3608 boost converter, and after testing, we found it was able to boost the 3.7V battery voltage up to the desired 5V (with a maximum of 28V) to power the circuit: the Arduino, RFID, LED, ultrasonic sensor, and motor driver. We chose this particular board for several reasons:
 - the boosted voltage can be easily adjusted with the on-board potentiometer;
 - it’s easy to integrate into our circuit;
 - it contains a protection circuit to avoid over-voltage charging;
 - it possesses lower operating voltage (i.e. minimum voltage required to power it);
 - it could be delivered the quickest as it was from Amazon Prime, and it was a pack of 10. 

The other option we had was to use OPAMPs, but we couldn’t find an OPAMP with low enough operating voltage (i.e. minimum voltage required to power it), unless it was a surface-mount chip (SMT). For example, if got an OPAMP that required 9V to operate, we would need a 9V battery, and the mini-battery charger we will be using can only charge up to 5V. The 9V battery would have to be recharged with the large Lithium battery charger, which cannot fit into the pod car. This would defeat the purpose of using a more portable charger and the implementation of induction charging. An image of the boost converter is shown below, as well as the Amazon purchase link with all of the product details:   


On a final note, Dr. Furman listed some places for fabrication during class. Although this was directed more towards the track teams, this was helpful in case we need to manufacture something small: Allen Steel in Redwood City and Master Metal and Vender Bender on De La Cruz Blvd in San Jose. 

Comments

Popular posts from this blog

Week 30 (May 8, 2019): Prototype Evaluation Day, Final Circuit, Incorporating 3D printed parts, Final Presentation, Posters, & Maker Faire

Today, we held Prototype Evaluation Day. Like the rest of the senior project classes, the advisor walks around the classroom, evaluating the senior project apparatuses, asking the student teams to demonstrate their devices, and explain their design, though processes, and results. Dr. Furman and Ron examined and inspected the Full-Scale model, then the Half-Scale model, and lastly, us, the Small-Scale Team. We had completed our circuit to power one pod car and one of the two induction charging stations prior to Evaluation Day, so we were able to successfully demonstrate the pod car driving around the track as well as the induction charging. While we were still troubleshooting issues with the tablet’s Raspberry Pi communicating with the Arduino, the Arduino is still capable of operating on its own, so we could at least demonstrate the motor driving the pod car around the track and through the offline stations. Depicted below is our final circuit that powers the pod car: Dep...

Week 20 (Feb. 27, 2019): Power Electronics – Battery & Amplifier

Since last week, I have been working on the current amplifier for the induction charger. We decided to abandon using the TPS53313 step down voltage regulator-current amplifier IC (rated at a maximum of 6A continuous output current) because we found that supplying +5V to a 3.7V LiPo battery was possible and safe. Additionally, charging a LiPo battery at 6A was found to be dangerous; the battery should be charged at 25% of the capacity rating (.25 x C), or .25 x mAh. In the case of the 6600mAh battery, it should be recharged at a rate of 1.65A or less. The last reason is that dealing with a surface mount device (SMT) is a bit difficult. I started out using a BJT NPN transistor (model: 2N3904), something I was most familiar with. However, its datasheet states that it has a 200 mA maximum continuous collector current rating. This is a significantly low current. Most, if not all, fast charging adapters today have a 2 A charging rate. While I don’t want to charge the LiPo batteri...

Week 0 (Aug. 23, 2018): Beginning Spartan Superway

Hello, and welcome to my Spartan Superway blog! My name is Patrick Barrera, and I am a senior mechanical engineering student with a focus in mechatronics. Once I graduate, I hope to go into at least one of my areas of interest: electronics, programming, biotechnology, and machine learning. Some of my hobbies include staying in shape by working out and biking, doing DIY electronic and coding projects, and spending time with my family. Working on the Spartan Superway project interests me because I would like to be a part of the future ... the future of transportation, the future of technology, and the future of society. I like working in interdisciplinary teams, especially with focuses in mechanical design as well as mechatronics, because I am able to learn things from outside my areas of knowledge. I would also like to expand my knowledge and skill set into areas that I do not know, such as welding and other machine tools, and to get hands-on experience with the concepts I learned fro...