qalex / blackboard-STC15

13 stars 11 forks source link

Send UART Wifi #5

Open samuelBarbarin opened 8 years ago

samuelBarbarin commented 8 years ago

I just made mods to your serial.c and main.c inspired from original files (bbs.ai-thinker.com). The blackboard now sends DTH11 data to my linux threw WIFI/TCP. Next step will be bidirectional with sprintf or "+IPD : xxxx command" parsing to switch the relay or something else. All I learn about STC, SDCC and ESP8266 are due to your code for this freaky board. Just one question what CR in "T:24 H:52 (CR:76)" data from DHT11 ?

darrylb123 commented 8 years ago

Have a look at https://github.com/darrylb123/blackboard-STC15. I've done a bit of work getting comms working using the modbus protocol.