Tell us about yourself!
- MikaelS18 made the instructable DIY Arduino Multifunction Energy Meter V1.0
- MikaelS18 commented on PetervdPol's instructable TTGO ESP32 LoRa Board With DHT22 Temperature and HumidityView Instructable »
Thanks for the inspiration.I am also playing around with this board, trying to get something out of it and to learn. I will try to give you two answers to your questions from my experience. Regarding "deep sleep", I have read a lot and also measured, and it is not impressive on this board. Minimum 3 mA in deep sleep. I have therefore made another solution, where I use an Attiny85 to turn on/off the ESP32, and the Attiny85 use almost nothing when sleeping. I want to make an instructable one day, but it is with an Attiny85, TTGO ESP32 LoRa board, a P-channel MOSFET and NPN transistor, with a 3,7 V battery. Regarding data into a database, I have setup a local SQL db, where you can connect from your Gateway "Receiver" on WIFI to SQL. (MySQL_Connector_Arduino Library). This…
see more » - MikaelS18 made the instructable IoT Motion Detector With NodeMCU and BLYNKView Instructable »
Good introduction to HC-SR501. Some work on the detection timing is needed, but thats fine! Thank you.
- MikaelS18 made the instructable IoT Motion Detector With NodeMCU and BLYNKView Instructable »
Thank you for a nice instructable. Some work should be done on continuous detection, timer/delay/remembering or similar. A lot of blynk notifications are coming. Else good work.
- MikaelS18 followed PetervdPol
- MikaelS18 commented on Fernando Koyanagi's instructable ESP32 LORA: Gas Sensor, Humidity, and Temperature by SMS
- MikaelS18 followed Fernando Koyanagi and manuka
Thanks for a great tut! I made it with an DHT22 instead and SH1106 Oled. Now ready to measure everything!