amc:ss2023:group-y:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| amc:ss2023:group-y:start [2023/07/24 13:32] – [2.1 Materials:] hoi-fung.sam | amc:ss2023:group-y:start [2023/07/24 14:49] (current) – [2.1.3 Adafruit Universal USB / DC / Solar Lithium Ion/Polymer charger - bq24074] hoi-fung.sam | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| The ESP32-CAM is a popular development board designed for applications requiring a camera module. It includes multiple data pins, a combined Wi-Fi and camera module, and a microSD card slot for easy storage. In this project we mainly use the Wi-Fi function and following pins: Power Pins (5V, 3.3V and GND), general purpose input/ | The ESP32-CAM is a popular development board designed for applications requiring a camera module. It includes multiple data pins, a combined Wi-Fi and camera module, and a microSD card slot for easy storage. In this project we mainly use the Wi-Fi function and following pins: Power Pins (5V, 3.3V and GND), general purpose input/ | ||
| ====2.1.3 Adafruit Universal USB / DC / Solar Lithium Ion/Polymer charger - bq24074==== | ====2.1.3 Adafruit Universal USB / DC / Solar Lithium Ion/Polymer charger - bq24074==== | ||
| + | The micro lipo charger is designed to charge Lithium Polymer or Lithium Ion (LiPoly/ | ||
| + | The Micro-Lipo charger is charged in three stages. Firstly, pretreatment charging, then constant current fast charging, and finally constant voltage trickle charging. The charger has a 0.1-inch connector, D+ and D- data lines, 100mA charging current, which can be adjusted to 500mA by soldering off the jumper. | ||
| + | |||
| ====2.2 Method:==== | ====2.2 Method:==== | ||
| ====2.2.1 Wire connection to upload the code==== | ====2.2.1 Wire connection to upload the code==== | ||
| Line 464: | Line 467: | ||
| **ESP32_MailClient.h** allows ESP32 to send emails with attachments via [[https:// | **ESP32_MailClient.h** allows ESP32 to send emails with attachments via [[https:// | ||
| **WiFi.h** allows ESP32 to connect to the local WiFi network which is useful for projects needed to connect Arduiono to the internet to send and receive data.\\ | **WiFi.h** allows ESP32 to connect to the local WiFi network which is useful for projects needed to connect Arduiono to the internet to send and receive data.\\ | ||
| - | **< | + | **< |
| **FS.h** allows to read, write, and manage files on different types of storage, such as SPIFFS, SD cards, and internal EEPROM.\\ | **FS.h** allows to read, write, and manage files on different types of storage, such as SPIFFS, SD cards, and internal EEPROM.\\ | ||
| <code C++> | <code C++> | ||
| Line 476: | Line 479: | ||
| </ | </ | ||
| - | ===Define email=== | ||
| Define the email account and password that the ESP32-CAM would login as well as the recipient' | Define the email account and password that the ESP32-CAM would login as well as the recipient' | ||
| <code C++> | <code C++> | ||
| Line 757: | Line 759: | ||
| =====5.Reference===== | =====5.Reference===== | ||
| + | [[https:// | ||
| + | Lithium Ion/Polymer charger - bq24074]]\\ | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
amc/ss2023/group-y/start.1690198321.txt.gz · Last modified: 2023/07/24 13:32 by hoi-fung.sam