Also see https://www.esp32.com/viewtopic.php?f=12&t=8451
Search found 17 matches
- Sun Jan 06, 2019 2:26 am
- Forum: Hardware
- Topic: Power ESP32 through 3.3V Pin
- Replies: 3
- Views: 21291
- Wed Dec 26, 2018 1:42 am
- Forum: General Discussion
- Topic: Board schematics
- Replies: 5
- Views: 8950
- Fri Dec 21, 2018 12:44 am
- Forum: General Discussion
- Topic: WIFI vs Semaphore
- Replies: 8
- Views: 10265
Re: WIFI vs Semaphore
This post, which contains some code, https://www.esp32.com/viewtopic.php?f=2&t=3980, could possibly be a related problem.ESP_Sprite wrote: ↑Thu Dec 20, 2018 2:29 amThere still should be no reason why semaphores should break when you enable WiFi.
- Thu Dec 20, 2018 4:37 am
- Forum: ESP-MDF
- Topic: Meshkit-light video example explanation wanted
- Replies: 13
- Views: 21366
Re: Meshkit-light video example explanation wanted
1. What is the best place to order a bunch of Meshkit Lights from the Netherlands? AliExpress? Or is there a better online marketplace I should get it from? On taobao.com, search for ESP32-MeshKit-Light which gets you 5 lights for about $64 USD directly from Espressif. You'll need a freight forward...
- Wed Dec 19, 2018 1:21 am
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102391
Re: ESP32 on Batteries - your setup
I did get the chemistries mixed up for a moment. The MP2161 has IQ of 17μA. That seems to be a much smaller issue than throwing away 0.16W (3.7V to 3.3V at 400 mA at full load) from a linear regulator. In the end, whether you want a regulator that operators most efficiently at low load or high load ...
- Tue Dec 18, 2018 9:57 pm
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102391
Re: ESP32 on Batteries - your setup
[deleted]
- Tue Dec 18, 2018 4:47 pm
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102391
Re: ESP32 on Batteries - your setup
Consider these switching regulators, instead of linear regulators, instead:
The EA3036C is under $0.15 per unit
The MP2161 is under $0.10 per unit
The SY8089 is under $0.09 per unit
Also see https://www.esp32.com/viewtopic.php?f=12&t=8451
- Tue Dec 18, 2018 6:44 am
- Forum: General Discussion
- Topic: ESP32 on Batteries - your setup
- Replies: 50
- Views: 102391
Re: ESP32 on Batteries - your setup
If your equipment is installed outdoors (or any place with direct sun light) then you can add a 1W solar panel for about $1.50 and a solar charge controller for $1.
- Mon Dec 17, 2018 7:14 am
- Forum: General Discussion
- Topic: ESP32 Development Board does not power on from USB
- Replies: 4
- Views: 10857
Re: ESP32 Development Board does not power on from USB
It sounds to me like you have a defective PCB, which is more likely than a defective chip.
You should contact the seller, they will probably send you a new one for free.
You should contact the seller, they will probably send you a new one for free.
- Sun Dec 16, 2018 8:49 pm
- Forum: Hardware
- Topic: How to power the 3.3V ESP32 from a 3.7V Li-ion battery?
- Replies: 14
- Views: 78054
Re: How to power the 3.3V ESP32 from a 3.7V Li-ion battery?
Thanks for the idea. Even a LiFePO4 battery has a voltage which is too high while it is charging. LiFePO4 battery is charged to 3.6V (or 3.65V) and this is within ESP32 voltage range. You can limit the charger voltage to 3.5 V and the battery will still be charged to 99% - 100% depending on type. I...