July 2019 meetup
Matt Trentini provided the news roundup, Oliver Robson gave a demo of his MicroPython C Stub Generator and Damien George talked about the MicroPython Performance Test Suite.
News roundup
M5Stack M5stick-V
- M5Stack released the M5stick-V
- Amazing hardware
- Kendryte K210 RISC-V processor
- Dual-core 64bit 400MHz
- Machine learning support
- 8MB RAM, 16MB flash
- 135x240 1.14” IPS display
- OV7740 camera - 640x480 30fps
- MicroSD, buttons, speaker, mic, 6-axis IMU, 200mAh
- Kendryte K210 RISC-V processor
- Partnered with Sipeed for MaixPy
- US$26.50
ESP32-S2, Espressif IPO
- New ESP32-S2 hits the streets
- Specs discussed in May Meetup
- Seon has posted two videos
MicroPython on the W600
- W600: ARM Cortex M3 + Wifi
- Discussed in the October 2018 Meetup
- 80MHz, 1MB flash, 288KB RAM, $3
- Ultratechie has written a guide
Random Nerd Tutorials
- Rui and Sara Santos are building a good series of well-written tutorials at Random Nerd Tutorials
- Including >20 on using MicroPython
- Latest is MicroPython: BME280 with ESP32 and ESP8266
Femu
Gif2LED
- David Haines has built a Gif2LED system on MicroPython
- Web server is built on MicroWebSrv
- By Jean-Christophe Bos
- Handles animated gifs!
Logo on M5Stack
- Hackster.io: Execute Logo on M5Stack ESP32 Basic with MicroPython
- Send Logo commands via MQTT
{ ":logo": "pendown; right 18; forward 50; repeat 5 [right 144; forward 50; left 72; forward 50]" }
MicroPython: Send data to Google Sheets
- MicroPython on ESP32: sending data to Google Sheets
- Use Google Sheets as a remote DB
MicroPython C Stub Generator
Oliver gave a demo on his MicroPython C Stub Generator. It’s a web-based tool that allows you to specify definitions for functions that you’d like to expose from a MicroPython C Module. The tool generates all the important boilerplate that defines the entry points, method registration and parameter conversions required when bridging that C<->MicroPython gap. Super useful if you need to drop in to C but expose a nice interface to MicroPython!
MicroPython Performance Test Suite
Damien devliered a talk based on the recently added Performance Test Suite. Measure the performance of any MicroPython hardware!