Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
microc:iot:clientmqttesp8266 [2023/08/18 17:54] – phil | microc:iot:clientmqttesp8266 [2023/08/20 10:41] (Version actuelle) – [Lectures connexes] phil |
---|
[[microc:accueilmc|{{ :iconemaison.jpg?nolink&30|Sommaire Microcontrôleur}}]] | [[microc:accueilmc|{{ :iconemaison.jpg?nolink&30|Sommaire Microcontrôleur}}]] |
| |
===== Client MQTT sur un EP8266 (ESP32) Feather Huzzah ou un MKR Wifi 1010 ===== | ===== IoT - Client MQTT sur un EP8266 (ESP32) Feather Huzzah ou un MKR Wifi 1010 ===== |
[Mise à jour le 18/8/2023] | [Mise à jour le 19/8/2023] |
{{ :arduino:arduino.png?80&nolink|}}{{ :arduino:mqtt.jpg?nolink&80|}} | {{ :arduino:arduino.png?80&nolink|}}{{ :arduino:mqtt.jpg?nolink&80|}} |
| |
* [[reseaux:outils:mqttlens|Wiki Réseau - Tester un broker Mosquitto avec MQTTlens]] | * [[reseaux:outils:mqttlens|Wiki Réseau - Tester un broker Mosquitto avec MQTTlens]] |
* [[web:eclipsepaho|Wiki Web - Créer un client MQTT (Websocket) avec Eclipse Paho]] | * [[web:eclipsepaho|Wiki Web - Créer un client MQTT (Websocket) avec Eclipse Paho]] |
* [[raspberrypi:linux:influxdb_NR|Wiki Raspberry Pi sous Linux - Sauvegarder ses données dans une base TSDB (InfluxdB)]] | * [[raspberrypi:linux:influxdb_NR|Wiki Raspberry Pi sous Linux - Sauvegarder ses données dans une base TSDB (InfluxdB)]] (A faire) |
| |
=== Mots-clés === | === Mots-clés === |
| |
<note warning>La bibliothèque Arduino **PubSubClient** ne gère que le **QoS de niveau 0** !</note> | <note warning>La bibliothèque Arduino **PubSubClient** ne gère que le **QoS de niveau 0** !</note> |
| |
| ==== 6. Et MicroPython ? ==== |
| * <html><a href="https://randomnerdtutorials.com/micropython-mqtt-esp32-esp8266/" target="_blank">MicroPython – Getting Started with MQTT on ESP32/ESP8266</a></html> |
| |
---- | ---- |
| |