Search found 3 matches

by Bonnom
Thu Feb 22, 2018 5:28 pm
Forum: ESP32 boards
Topic: Tiny ESP32 board
Replies: 6
Views: 7335

Re: Tiny ESP32 board

@rcolistete Have you asked the vendor about lead times? I found him helpful and communicative. @Bonnom I did my testing of the temperature sensor without initiating a WiFi connection. If you look at the datasheet for the HTU21D it recommends milling slots in the PCB to avoid the chip being warmed b...
by Bonnom
Tue Feb 20, 2018 4:02 pm
Forum: ESP32 boards
Topic: Tiny ESP32 board
Replies: 6
Views: 7335

Re: Tiny ESP32 board

I just did a power consumption measurement with the esp32 in idle without running any code and my usb power meter couldn't detect any power draw. This means the power usage is 0.01 amps or 10mA if the USB powermeter is correct. However the power consumptions increases to 50~80mA when the board is co...
by Bonnom
Tue Feb 20, 2018 1:53 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 692771

Re: MicroPython on ESP32 with SPIRAM support

main.py doesn't seem to be automatically running when I start the board.
This is true even when I connect the board to a usb charger.

Am I doing something wrong or is there something I can do to solve this problem?