chaos-adept / iot-dipstick

esp8266 firmware for basic IoT operations with cloud integration
Apache License 2.0
2 stars 1 forks source link

Device - Assembly AIR quality sensors on the board #6

Closed chaos-adept closed 3 years ago

chaos-adept commented 3 years ago
chaos-adept commented 3 years ago

the first attempt attept - 1ce6656e369cc10850a0b708b28ae3dc5e786b42

  1. esp32-bme680-sgp30_bb
  2. esp8266-bme680-sgp30_bb

results:

  1. the first cycle of testing no real values (on esp32)
  2. the next cycle of testing zero values (on esp8266, most probably damage on changing wires)
chaos-adept commented 3 years ago

dust sensor mostly work image

it should be connected to the esp so far it seems a voltage divider is needed image

chaos-adept commented 3 years ago

physical assembly with wemos d1 was successful voltage divided by 1k*4 + 1k resistors

image image

chaos-adept commented 3 years ago

added firmware and scheme which is used for ESP8266 NodeMCU v3

image

image

chaos-adept commented 3 years ago

this ticket has been resolved dht11 is used instead of dht12 which is really hard to find in the Moscow shops, the new ticket for refactoring firmware will be raised