ReflectionsOS VS MicroPython

Compare ReflectionsOS vs MicroPython and see what are their differences.

ReflectionsOS

Reflections is a hardware and software platform for building entertaining mobile experiences. (by frankcohen)

MicroPython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems (by micropython)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ReflectionsOS MicroPython
25 197
53 18,346
- 1.7%
8.7 9.8
7 days ago 5 days ago
C C
GNU General Public License v3.0 only MIT
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ReflectionsOS

Posts with mentions or reviews of ReflectionsOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-25.
  • GPS active antenna for wearable for ATGM336H?
    1 project | /r/esp32 | 5 Oct 2023
    I am searching for a GPS antenna for a wearable project. It uses an ESP32-S3 and ATGM336H GPS module (basically an inexpensive version of the UBlox Neo-8) on a custom designed 34 mm round board. This is in the Reflections open-source project at GitHub - frankcohen/ReflectionsOS: Arduino-based Internet enabled watch project and reference architecture to make your own projects.
  • Arduino and BLE on ESP32 as server and client combined, using NimBLE
    3 projects | /r/arduino | 25 Jul 2023
    Below is the source code I wrote. It is part of the code I wrote for https://github.com/frankcohen/ReflectionsOS and does not compile by itself - I include it as an example to write your own code. I am distributing it under a GPL v3 license - free software, when you change the code you need to publish your code to the world. I use the code in my Reflection's open source project at https://github.com/frankcohen/ReflectionsOS in the BLE.h and BLE.cpp code files.
  • Preparing product for manufacturing
    1 project | /r/esp32 | 6 Jun 2023
    I've been working on an ESP32-S3 open source project (https://github.com/frankcohen/ReflectionsOS). It's a 34 mm round board, double sided, for building a mobile entertainment experience. I've been successful at producing short runs (less than 10) in China and having the assembly work done in California (Surface Mount Solutions in Santa Clara does an excellent job). I'm coming up on a decision to manufacture 500 of the boards and I'm split between sourcing the boards and parts in China and having the assembly done here. I'm expecting the reject rate on the board testing will justify the California assembly costs.
  • ESP32 USB is frustrating, try JCUSB for S3 + USB + CDC + OpenOCD + Arduino IDE
    3 projects | /r/esp32 | 4 Jun 2023
    other documents are there, for example using ESP32 and SD/NAND as MSC, using JSON data, and other sketches are at https://github.com/frankcohen/ReflectionsOS/tree/main/Docs
  • ESP32-S3 USB frustrates me, you too?
    3 projects | /r/esp32 | 21 May 2023
    Thanks! My hope is my project becomes a useful open-source resource for other makers too. I want to get the USB upload working to the same degree as the reference dev boards. That's why I'm working on this now. The repository is at https://github.com/frankcohen/ReflectionsOS
  • Anyone know of an accelerometer gesture sense that doesn't require tensorflow or other remote AI?
    2 projects | /r/esp32 | 20 May 2023
    Thanks! I'm glad to hear your experience with TFLM and the others. I found the Dynamic Time Warping algorithm to train and find patterns. I got it working today on ESP32-S3 and an LIS3DHTR accelerometer. It's accurate about 70% of the time. I'll publish the source to the Reflection's Experiments repository https://github.com/frankcohen/ReflectionsOS/tree/main/Experiments soon.
  • Turn your TTGO T-Watch 2020 to BlueTooth Mouse and control your computer...
    1 project | /r/esp32 | 20 May 2023
    That's a cool project! I'm making an esp32 wrist watch too (https://github.com/frankcohen/ReflectionsOS). It doesn't have a touch screen, it does have a compass/gyro/accellerometer/gps. I'm thinking of adapting your code to use the accelerometer to do the pointing. If it works I'll post the results to github. Thanks for the inspiration! -Frank
  • AirGuitar fun with ESP32, Bluetooth Classic A2DP, SD NAND, Accelerometer
    2 projects | /r/esp32 | 19 May 2023
  • ESP32-S3 Lillygo T-Display: Is a FAT32 Mass Storage Device using onboard FLASH possible?
    1 project | /r/esp32 | 27 Mar 2023
    To be clear, I haven't done any of this, but I'm assuming these would be the steps. With the S3, you can certainly emulate a mass storage device - and here's a link for someone who did that: https://github.com/frankcohen/ReflectionsOS/tree/main/Devices/Hoober/Software/USB-MSC Ok, now for the next part - fat32 (or more specifically, long filenames) - looking at the example above, it looks like everything is done at the block level, so I would guess that would mean when you're doing your partition table on the ESP32, you'd set aside some amount, like let's say 200k, and instead of using it for NV (like LittleFS or whatever), you'd then perform the block read/write functions. Assuming this is the case, then really the format of the partition is irrelevant to the ESP32, it's only handling blocks - it would be the PC that would format it FAT32 or whatever - so this should work.
  • [PCB Review] An IOT playground board based on esp32 s3 wroom
    2 projects | /r/esp32 | 28 Jan 2023
    I agree, there's nothing like making your own board. My open-source open-hardware ESP32 project is here: https://github.com/frankcohen/ReflectionsOS. It's a round 34 mm double sided board for a wrist watch project. Hoping to do what you did next week, post the schematics for feedback and quality improvements. Thanks for the inspiration. -Frank

MicroPython

Posts with mentions or reviews of MicroPython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • RustPython
    14 projects | news.ycombinator.com | 7 Feb 2024
    Just putting my hand up to say that MicroPython is awesome (and runs on the RP2040). https://micropython.org
  • Lilygo T-Deck: 2.8-inch IPS LCD display, mini keyboard, and ESP32 processor
    5 projects | news.ycombinator.com | 3 Jan 2024
    Gah, I just ordered one on impulse [1]. I've wanted to build out a WiFi PDA for quite some time now and I like this hardware.

    I'm quite liking the idea of running tulip MicroPython [2] on it, or going back to pure MicroPython [3] and writing some drivers. Apparently something like ampy can be used to upload/download Python files [4].

    Threads could be quite exciting for running multiple programs at once [5], although I have no idea what it means for two programs to fight over GPIO! It does seem as though MicroPython can only utilise a single core [6].

    [1] https://www.lilygo.cc/products/t-deck?variant=43087936487605

    [2] https://github.com/bwhitman/tulipcc/tree/main/tulip/tdeck

    [3] https://docs.micropython.org/en/latest/esp32/tutorial/intro....

    [4] https://www.digikey.co.uk/en/maker/projects/micropython-basi...

    [5] https://docs.micropython.org/en/latest/library/_thread.html

    [6] https://github.com/micropython/micropython/issues/8197

  • MicroPython v1.22.0
    1 project | news.ycombinator.com | 28 Dec 2023
  • MicroPython VS PikaPython - a user suggested alternative
    2 projects | 25 Dec 2023
  • about microprocessor
    1 project | /r/AskElectronics | 10 Dec 2023
    If you really want to engage in the travesty that is shoehorning a high level scripting language into an environment that has 512 bytes of RAM and less clock cycles than an electric toothbrush, there is micropython.
  • CAN Bus with MicroPython
    2 projects | /r/raspberrypipico | 6 Dec 2023
    There is some work to implement a common CAN interface in micropython but it's some way off yet: https://github.com/micropython/micropython/pull/13149
  • Show HN: MicroLua – Lua for the RP2040 Microcontroller
    8 projects | news.ycombinator.com | 3 Nov 2023
    https://github.com/raspberrypi/pico-sdk/ links to a PDF about connecting to the interwebs with a pi pico.

    micropython/micropython//ports/rp2/boards/RPI_PICO_W: https://github.com/micropython/micropython/tree/master/ports...

    raspberrypi/pico-sdk /lib: btstack, cyw43-driver, lwip, mbedtls, tinyusb https://github.com/raspberrypi/pico-sdk/tree/master/lib

    raspberrypi/pico-examples//pico_w/wifi/access_point/picow_access_point.c:

    https://github.com/raspberrypi/pico-examples/blob/master/pic...

    There's an iperf opkg pkg, or is it just netperf (which works with fluent)?

    raspberrypi/pico-examples//pico_w/wifi/iperf/picow_iperf.c:

  • WebUSB Support for RP2040
    3 projects | news.ycombinator.com | 24 Oct 2023
  • Ask HN: Embedded Scripting Options for Microcontrollers
    1 project | news.ycombinator.com | 14 Sep 2023
    Needed for hobby project, maintained by very small team. Haven't decided on specific microcontroller. Needed for general bit-banging, speed and code size are not priorities.

    So far have considered MicroPython [0] [1] and Lua [2] [3], but open for suggestions for others.

    What are experiences?

    [0] https://micropython.org/

  • Arduino or python
    1 project | /r/AskProgramming | 12 Jul 2023
    Python is also a general-purpose programming language. It's typically used on desktop / laptop computers. But Micropython is a variant that can be used to program embedded devices.

What are some alternatives?

When comparing ReflectionsOS and MicroPython you can also consider the following projects:

JPEGDEC - An optimized JPEG decoder for Arduino

circuitpython - CircuitPython - a Python implementation for teaching coding with microcontrollers

ESP32-BLE-Gamepad - Bluetooth LE Gamepad library for the ESP32

TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

Adafruit_TinyUSB_Arduino - Arduino library for TinyUSB

PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:

esp32FOTA - Experiments in firmware OTA updates for ESP32 dev boards

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

nodemcu-firmware - Lua based interactive firmware for ESP8266, ESP8285 and ESP32

Espruino - The Espruino JavaScript interpreter - Official Repo

arduino-esp32 - Arduino core for the ESP32

jerryscript - Ultra-lightweight JavaScript engine for the Internet of Things.