Posts

Showing posts from October, 2022

Spud sensor update 3 August 2022

Image
 Sender WemosI going ok. This is driven by C:\Users\Dell\Documents\Arduino\WorkingOctober22\SpudSensor94H\SpudSensor94H.ino which takes values of temperature and humidity from HDU21 device,with  SparkFun driver, and sends these values to Wemos II, the Listener. Listener's display on serial terminal looking a bit crude but works OK. https://pastebin.com/Fvw5NZbS is the Sender program that reads the HUD21 device and sends info. via espNow to Listener program on WemosII below.. C:\Users\Dell\Documents\Arduino\WorkingOctober22\SpudSensor94H\SpudSensor94H.ino https://pastebin.com/TGdvqSh5 is the Listener program C:\Users\Dell\Documents\Arduino\WorkingAugust22\SantosSensor7\SantosSensor7.ino (NB not ...Sensor6.ino above. Slight improvement. Next task is to tidy up listener code and include semaphore codes that help transfer file chunks from Sensor to Listener. Codes currently are 51 = normal file chunk being delivered from Sensor 59=last fule chunk-ette of extras. (<200 bytes) 11 List