Updated hw docs for esp32

This commit is contained in:
Magnus Persson 2022-04-08 20:14:57 +02:00
parent acb53bf611
commit 2e42b86444
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@ I would suggest that you try how it fits into the PET tube before soldering it t
You also need to desolder (remove) the RED ON LED from the ESP32 or the battery power will be reduced a lot.
Final thing is to add a resistor between A0 (Analog PIN) and ground of 470k. The reason is that the esp8266 has a build in resistor which
the esp32 does not have. So in order to get a valid voltage (less than 3.2V) on the A= pin this is needed.
.. image:: images/esp32.jpg
:width: 500
:alt: Mounting esp32

View File

@ -18,6 +18,7 @@ v0.9.0
* Updated esp32 target with littlefs support
* Updated esp32 target with BLE send support (it will simulate a tilt)
* Mounted esp32 d1 mini mounted to a iSpindle PCB 4.0 (CherryPhilip) which worked fine.
* Documented hardware changes on esp32
* Default mDNS name is now shown on WIFI setup page.
* Added option to manually update/downgrade firmware under hardware settings.
* BUG: Corrected PIN for voltage read on ESP32