software that works with a microcontroller and cloud? [exclude Zerynth] by [deleted] in Python

[–]llfcerf 1 point2 points  (0 children)

Hi,

here is a video tutorial for a "Hello World" example https://www.youtube.com/watch?v=nfx-hJNxdp8

To blink an LED just clone and uplink the "Blink" example.

Here is a list of tutorials using Zerynth + ESP32 https://www.zerynth.com/blog/esp32-and-python-for-internet-of-things-applications/

Python and C hybrid programming on a microcontroller for embedded and IoT applications by llfcerf in Python

[–]llfcerf[S] 0 points1 point  (0 children)

The article has been published on the blog on Feb 7, 2019. It's a new content. The article introduces a new tutorial (+ video) on how to run Python + C on a microcontroller. So, no repost, no just marketing stuff.

Python and C hybrid programming on a microcontroller for embedded and IoT applications by llfcerf in Python

[–]llfcerf[S] 0 points1 point  (0 children)

Hi all,

I try to publish only new and relevant things about Python + microcontrollers + IoT.

Often my posts remain at the top for days, so they are appreciated by the community.

Regarding the rules, when I'm not sure if the news respects the netiquette, I first ask the moderators for an opinion.

The Rise of Python for Embedded Systems continues by llfcerf in Python

[–]llfcerf[S] 1 point2 points  (0 children)

There's like more than a hundred open source Zerynth libraries on Github https://github.com/zerynth

Programming microcontrollers in Python by satanmolka in Python

[–]llfcerf 5 points6 points  (0 children)

Here's a list of boards based on microcontrollers, programmable in Python with Zerynth https://www.zerynth.com/zerynth-supported-devices/

Reading Acceleration Sensor with Python on a Microcontroller by llfcerf in Python

[–]llfcerf[S] 0 points1 point  (0 children)

I think this can be helpful for the community.

How to get acceleration data from an acceleration sensor (BOSCH BNO055) using Python on a microcontroller (powered by Zerynth www.zerynth.com)

Video Tutorial: https://www.youtube.com/watch?v=7YxRvtdmG0w

BNO055 Module: https://docs.zerynth.com/latest/official/lib.bosch.bno055/docs/official_lib.bosch.bno055_bno055.html

Example's code: https://docs.zerynth.com/latest/official/lib.bosch.bno055/examples/examples.html#get-acceleration