Search found 6 matches
- Mon Mar 19, 2018 4:11 pm
- Forum: General Discussion and Questions
- Topic: 'micropython projects' wiki as a resource
- Replies: 6
- Views: 5717
Re: 'micropython projects' wiki as a resource
And Peter, thanks for sharing your async mqtt client work. It looks quite nice, and the documentation is nice too.
- Mon Mar 19, 2018 4:04 pm
- Forum: General Discussion and Questions
- Topic: 'micropython projects' wiki as a resource
- Replies: 6
- Views: 5717
Re: 'micropython projects' wiki as a resource
Thanks for the reply. Yeah I'm aware of what's usually done now with the forum+github, and that's certainly useful, of course. While it was slightly buffoonish of me to have never noticed the 'wiki' link at the bottom of the homepage, I guess I'd still interpret that section to be only generally res...
- Mon Mar 19, 2018 12:17 am
- Forum: General Discussion and Questions
- Topic: 'micropython projects' wiki as a resource
- Replies: 6
- Views: 5717
'micropython projects' wiki as a resource
So I spent a few months whenever free time presented itself both learning about MQTT and how to get the latest version of SSL/TLS (1.2) and latest mqtt standard fully working with micropython on an esp32 with a raspberry pi as both the broker running mosquitto, and functioning as a client data-logge...
- Sun Mar 18, 2018 7:58 pm
- Forum: General Discussion and Questions
- Topic: Help with sending serial via UART to Xbee
- Replies: 5
- Views: 4816
Re: Help with sending serial via UART to Xbee
How do you like the performance of your setup with XBee?
I'm curious because I'm looking for a medium that can transmit a bit further than wifi besides lora, the latter of which has some aspects that I don't care for as much.
I'm curious because I'm looking for a medium that can transmit a bit further than wifi besides lora, the latter of which has some aspects that I don't care for as much.
- Sun Feb 25, 2018 8:44 pm
- Forum: General Discussion and Questions
- Topic: minor website error/suggestions
- Replies: 1
- Views: 2880
minor website error/suggestions
Hi, I'm not sure if reports about any errors, apparent errors, or suggestions wrt the micropython website are more appropriately reported as github pull requests or as a post here...but please let me know if there's a preference. I just wanted to report what I'm assuming are just a couple of minor b...
- Tue Jan 16, 2018 7:09 pm
- Forum: ESP32 boards
- Topic: ESP32 TLS/SSL & MQTT with MicroPython
- Replies: 2
- Views: 7004
ESP32 TLS/SSL & MQTT with MicroPython
Hi, I'm hoping to find some guidance here on how I can add TLS/SSL to a MQTT setup on a LAN that I've been working on with a Raspberry pi broker and esp32s running micropython. I've seen that the Pycom board fork examples has an MQTTS setup with AWS (whose form looks most ideal since the cert itself...