Bien amélioré le readme ;-)
This commit is contained in:
@@ -1,34 +1,29 @@
|
||||
# temp_zf
|
||||
|
||||
## Petit projet pour mesurer la température, avec des capteurs de température 1-Wire DS18B20, l'afficher sur ThingSpeak
|
||||
## Petit projet pour mesurer la température, avec des capteurs de température 1-Wire DS18B20, et l'afficher sur ThingSpeak
|
||||
|
||||
|
||||
## Utilisation en remote
|
||||
## Astuces de lecture
|
||||
|
||||
```
|
||||
telnet -rN 192.168.0.173
|
||||
|
||||
dofile("boot.lua")
|
||||
dofile("a3.lua")
|
||||
dofile("a4.lua")
|
||||
```
|
||||
Tous se passe dans: a1, a2, a3 et a4.lua !
|
||||
|
||||
|
||||
## Installation
|
||||
Il faut *flasher* le NodeMCU avec ce firmware:
|
||||
|
||||
https://github.com/zuzu59/NodeMCU_Lua/blob/master/Firmware/nodemcu-master-20-modules-2019-06-01-12-50-39-float.bin
|
||||
https://github.com/zuzu59/NodeMCU_Lua/blob/master/Firmware/nodemcu-master-20-modules-2019-07-01-06-35-13-float.bin
|
||||
|
||||
|
||||
Avec ces modules:
|
||||
|
||||
```
|
||||
adc bit ds18b20 file gpio http i2c mqtt net node ow pcm rtctime sntp spi tmr uart wifi ws2812
|
||||
adc ds18b20 file gpio http i2c mdns mqtt net node ow pcm rtctime sntp spi tmr uart wifi ws2812
|
||||
```
|
||||
|
||||
|
||||
## Visualisation sur ThingSpeak
|
||||
|
||||
https://thingspeak.com/channels/802784
|
||||
https://thingspeak.com/channels/817940
|
||||
|
||||
|
||||
zf190706.1443
|
||||
zf190706.1450
|
||||
|
||||
Reference in New Issue
Block a user