DAQ Arduino, Voltage and Current Data Aquisition Unit
-
Updated
Jul 13, 2023 - HTML
DAQ Arduino, Voltage and Current Data Aquisition Unit
needed equipments: esp8266 or nodemcu sensors(gives analog output) diodes breadboard nstead of having multiple analog pins like other boards, the esp8266 only has one analog pin. We make it possible to read multiple analog values using just one pin. method: By switching sensors on and off, similar to multiplexing, we achieve this. In the first s…
This is the repository connected to the photometer project in nwt-class
Communicates nRF52840 Dongle to ESP8266 by UART protocol in order to get current values of sensors connected on ESP8266. With the values given by the sensors, the nRF52840 Dongle will be used to send them into a Thread network. The devices connected to the network will be able to get the sensors values.
Add a description, image, and links to the analog-sensors topic page so that developers can more easily learn about it.
To associate your repository with the analog-sensors topic, visit your repo's landing page and select "manage topics."