jonasbystrom / ESP-Now-Sensor-system-with-WiFi

ESP-Now is used for battery operated Sensors (based on ESP8266, ESP32) sending to a Gateway which also is connected with WiFi to the Internet (at the same time).
MIT License
37 stars 8 forks source link

Code? #1

Closed pike2k closed 2 years ago

pike2k commented 2 years ago

I see references to existing code, but I see no code in Repo?

jonasbystrom commented 2 years ago

True and sorry. I never had the time to make the code "public" and release it. As I would need to remove lots of other stuff and simplify just the needed code. If you tell what is mostly wanted I could - hopefully - publish during my Christmas vacation ...

// Btw, I was just sitting down here to view a graph of a D1 Mini Pro with a DS18B20 temp sensor and a 1200mAh battery. It has now been running for 13+ months and is "about to die". All on standard unmodified HW.

jonasbystrom commented 2 years ago

This is now fixed. I have uploaded ESP8266 code for sensor and gateway. This is all needed for a working system with ESP8266. I will later update with ESP32 additions.

jonasbystrom commented 2 years ago

Code updated.Closed.