2024-10-18 16:41:16 +00:00
|
|
|
# autohuttli nodes
|
|
|
|
|
|
2024-10-19 15:46:01 +00:00
|
|
|
## AtomS3 Lite
|
2024-10-18 16:41:16 +00:00
|
|
|
|
|
|
|
|
<https://shop.m5stack.com/products/atoms3-lite-esp32s3-dev-kit>
|
|
|
|
|
|
|
|
|
|
<https://docs.m5stack.com/en/core/AtomS3%20Lite>
|
|
|
|
|
|
|
|
|
|
[Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/core/AtomS3%20Lite/Sch_M5_AtomS3_v1.0.pdf)
|
|
|
|
|
|
|
|
|
|
ESP32-S3FN8
|
|
|
|
|
|
|
|
|
|
I/O:
|
|
|
|
|
|
|
|
|
|
- Button on G41
|
|
|
|
|
- IR LED on G4
|
|
|
|
|
- WS2812 LED on G35
|
|
|
|
|
- Port A on G1 and G2
|
2024-10-19 15:46:01 +00:00
|
|
|
|
|
|
|
|
## ADC I2C Unit v1.1 (ADS1110)
|
|
|
|
|
|
|
|
|
|
[Schematic](https://docs.m5stack.com/en/unit/Unit-ADC_V1.1)
|
|
|
|
|
|
|
|
|
|
[Datasheet](https://www.ti.com/lit/ds/symlink/ads1110.pdf)
|
|
|
|
|
|
|
|
|
|
Reference is 2.048V with a PGA of 1 to 8. Has a 510 k / 100 k voltage divider
|
|
|
|
|
giving a 6.1 divisor or a FSD of 12.5 V.
|
|
|
|
|
|
|
|
|
|
Changed to a 75 / 39 k divider giving 2.92 divisor or FSD of 5.99 V.
|
2025-08-27 14:06:01 +02:00
|
|
|
|
|
|
|
|
# BTHome ESPNow bridge
|
|
|
|
|
|
|
|
|
|
Boards:
|
|
|
|
|
|
|
|
|
|
- https://github.com/01Space/ESP32-C3-0.42LCD
|
2025-09-27 11:38:45 +02:00
|
|
|
|
|
|
|
|
# XIAO ESP32C3
|
|
|
|
|
|
|
|
|
|
https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/
|
|
|
|
|
|
|
|
|
|
https://files.seeedstudio.com/wiki/XIAO_WiFi/Resources/Seeeduino-XIAO-ESP32C3-SCH.pdf
|
|
|
|
|
|
2025-12-06 00:07:50 +01:00
|
|
|
# Growatt ShineWIFI-X
|
|
|
|
|
|
|
|
|
|
A ESP-07. The vendor firmware sends `00 03 00 2b 00 01 f5 d3` periodically at 115200N81, which is a MODBUS query.
|
|
|
|
|
|
|
|
|
|
There are many existing implementations:
|
|
|
|
|
|
|
|
|
|
- https://github.com/pvprodk/GrowattESPHome
|