Search found 9 matches
- Wed Sep 25, 2019 8:25 am
- Forum: MicroPython pyboard
- Topic: i2c error recovery
- Replies: 3
- Views: 380
Re: i2c error recovery
My general startup/recovery procedure is to set the I2C as I/O lines and send out clock pulses while checking the data line. I wait for ten consecutive ones with no intervening zeroes before I switch (back) to the MSSP.
- Tue Jul 09, 2019 12:59 pm
- Forum: ESP8266 boards
- Topic: not able to blink led on esp8266 with MQTT App & Raspberry Pi
- Replies: 2
- Views: 336
Re: not able to blink led on esp8266 with MQTT App & Raspberry Pi
Hey, I've set up my Pi as an MQTT app broker (was getting information from Mova Company ), and my node MCU in charge of dimming an AC light. I want to control it with my phone. Currently, I'm using an app called mqtt dash and it does the job, just about, but it's not ideal. There are two main proble...
- Wed Mar 13, 2019 2:05 pm
- Forum: General Discussion and Questions
- Topic: Building Blocks
- Replies: 1
- Views: 283
Building Blocks
I'm rebuilding my website. I have only used HTML5 Web Widgets and a bit of JS, with customized style sheets so far, and I have nothing of a webmaster. So forgive the naiveness of my question. I intend to use a foundation template, but I'm interested in testing some of the building blocks. It's been ...
- Wed Feb 27, 2019 4:21 pm
- Forum: ESP32 boards
- Topic: Sending email with ESP32
- Replies: 2
- Views: 1284
Re: Sending email with ESP32
A bit out of date. But this question has been bothering me recently. But it may help in the future. I hopemail is sent using the SMTP protocol. There are libraries and examples, and the basic protocol isn't too difficult to implement. But it's not that simple, most SMTP servers won't accept mail fro...
- Tue Feb 19, 2019 7:35 am
- Forum: Drivers for External Components
- Topic: Is there Ampy alternative?
- Replies: 7
- Views: 2119
Re: Is there Ampy alternative?
uPycraft - yes I know it. On the basis of it, I try to make a similar alternative. And mark it in my blog. If possible, I will share my work if you need it.
- Wed Nov 28, 2018 10:59 pm
- Forum: General Discussion and Questions
- Topic: Micropython does not restart with Ctrl/D
- Replies: 3
- Views: 435
Re: Micropython does not restart with Ctrl/D
- Wed Nov 28, 2018 10:53 pm
- Forum: Drivers for External Components
- Topic: Drivers for OLED displays and portable GUI
- Replies: 6
- Views: 1579
Re: Drivers for OLED displays and portable GUI
http://hinch.me.uk/nano_gui/clock.png Analog clock. The widget is actually capable of displaying vectors of varying length, as straight line pointers or as arrows. Hey, pythoncoder! Could you show the example of the calendar in same way like a clock or better. I really need for my new project, we c...
- Mon Apr 09, 2018 1:03 pm
- Forum: General Discussion and Questions
- Topic: Memory usage understanding
- Replies: 4
- Views: 995
Re: Memory usage understanding
Hey,
Also check this topic:
viewtopic.php?t=1766
Old but useful,there couple good links.https://flipboard.com/@bestgoodini/top- ... -9fniplq1y
Regards Jon
Also check this topic:
viewtopic.php?t=1766
Old but useful,there couple good links.https://flipboard.com/@bestgoodini/top- ... -9fniplq1y
Regards Jon
- Mon Apr 09, 2018 1:02 pm
- Forum: WiPy and CC3200 boards
- Topic: WiPy 1.0 and I2C ?
- Replies: 2
- Views: 1171