Outils pour utilisateurs

Outils du site


electronique:micro_controleurs:sketchbook

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
electronique:micro_controleurs:sketchbook [2020/10/17 15:15] – [ESP8266] florianelectronique:micro_controleurs:sketchbook [2025/01/14 11:19] (Version actuelle) – modification externe 127.0.0.1
Ligne 5: Ligne 5:
 ===== Generic ===== ===== Generic =====
  
-  * Interface de commande série (Source : [[https://forum.arduino.cc/index.php?topic=288234.0|Lien]]) : [[https://github.com/floriantales/arduino_sketchbook/blob/master/Generic/serial_interpreter.ino|serial_interpreter.ino]]+  * Interface de commande série (Source : [[https://forum.arduino.cc/index.php?topic=288234.0|Lien]]) : [[https://github.com/floriantales/arduino_sketchbook/tree/master/Generic/serial_interpreter|serial_interpreter]] 
  
 ===== ESP8266 ===== ===== ESP8266 =====
  
-  * Interface de commande série qui liste les SSID Wifi : [[https://github.com/floriantales/arduino_sketchbook/blob/master/ESP8266/SSID_SerialInterface|SSID_SerialInterface]]+  * Interface de commande série qui liste les SSID Wifi : [[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/SSID_SerialInterface|SSID_SerialInterface]] 
 +  * Warp10 write GTS : [[http://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/Warp10_Demo|Warp10_Demo]]
   * Interface de commande Wifi UDP (Source : [[https://github.com/esp8266/Arduino/blob/master/doc/esp8266wifi/udp-examples.md|Lien]]) :   * Interface de commande Wifi UDP (Source : [[https://github.com/esp8266/Arduino/blob/master/doc/esp8266wifi/udp-examples.md|Lien]]) :
-      * En mode Wifi SoftAP : [[https://github.com/floriantales/arduino_sketchbook/blob/master/ESP8266/UDP_to_SERIAL_Wifi_softAP.ino|UDP_to_SERIAL_Wifi_softAP.ino]] +      * UDP to SERIAL (mode Wifi SoftAP: [[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/UDP_to_SERIAL_Wifi_softAP|UDP_to_SERIAL_Wifi_softAP]] 
-      * En mode Wifi Station : [[https://github.com/floriantales/arduino_sketchbook/blob/master/ESP8266/UDP_to_SERIAL_Wifi_softAP.ino|UDP_to_SERIAL_Wifi_Station.ino]]+      * UDP to SERIAL (mode Wifi Station: [[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/UDP_to_SERIAL_Wifi_Station|UDP_to_SERIAL_Wifi_Station]] 
 +      * Simple UDP interpreter : [[https://github.com/floriantales/arduino_sketchbook/tree/master/ESP8266/UDP_Interpreter|UDP_Interpreter]]
  
-Pour envoyer rapidement un packet UDP en ligne de commande sur localhost (et plus encore : [[http://xmodulo.com/tcp-udp-socket-bash-shell.html|Lien]]) : ''echo -n "ON"> /dev/udp/ip_du_module/port_du_module''+Pour envoyer rapidement un packet UDP en ligne de commande sur localhost (et plus encore : [[http://xmodulo.com/tcp-udp-socket-bash-shell.html|Lien]]) : ''echo -n 'ON'> /dev/udp/ip_du_module/port_du_module''
  
   * Transmettre des notifications PushBullet :   * Transmettre des notifications PushBullet :
electronique/micro_controleurs/sketchbook.1602944122.txt.gz · Dernière modification : 2025/01/14 11:19 (modification externe)