ESP32 MQTT物联网协议远程控制小车-Arduino中文社区 - Powered by Discuz! Archiver

邢顺凯-1Z实验室 发表于 2018-11-11 20:20

ESP32 MQTT物联网协议远程控制小车

PyESPCar按键控制模式
https://github.com/1zlab/1ZLAB_PyEspCar/raw/master/examples/01-keyboards_ctl_mode/image/MQTT%E8%BF%9C%E7%A8%8B%E6%8E%A7%E5%88%B6.png

使用PyGame做键盘事件监听,然后映射到pyespcar sdk的方法上面。
使用MQTT物联网通信协议.




工程源码见:

https://github.com/1zlab/1ZLAB_PyEspCar/tree/master/examples/01-keyboards_ctl_mode

https://github.com/1zlab/1ZLAB_PyEspCar/raw/master/examples/01-keyboards_ctl_mode/image/pyespcar-keyboard-ctl.png

页: [1]
查看完整版本: ESP32 MQTT物联网协议远程控制小车