MicroPython on RedBear Duo

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
profra
Posts: 39
Joined: Sat Jan 03, 2015 12:23 am

MicroPython on RedBear Duo

Post by profra » Wed Sep 28, 2016 10:36 pm

This small module is interesting in that it has WiFi + BLE... also has perfect documentation.
It's a pity that has no floating point math as WiPy.
Some info how to install it is here...
http://discuss.redbear.cc/t/how-to-load ... -duo/970/2
I tried a couple of simple things and it works ...
Some info WHAT and HOW MicroPython was ported is here...
https://github.com/redbear/Duo/blob/mas ... _manual.md

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: MicroPython on RedBear Duo

Post by Roberthh » Fri Sep 30, 2016 6:39 am

It's a good start of MicroPython on this device, and the support for WiFI and BLE is present. It might a little bit confusing that the documentation points at the PyBoard pages, but many of the modules are not enabled yet. Too sad that the F2 support was just removed from stmhal.

ubiq_01
Posts: 26
Joined: Mon Feb 08, 2016 1:45 pm
Location: Dresden, Germany

Re: MicroPython on RedBear Duo

Post by ubiq_01 » Sun Oct 02, 2016 7:31 am

Great to see that!

Does the WiFi connectivity include TLS support? And if yes - is it done by the MCU (using an ssl lib) or using the features of the WiFi chipset (such as for CC3200)?

best regards
Ralf

Post Reply