Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New suggestions: bash-like shell (with curl etc), telnetd server, toml reader/writer, efficient umsgpack, serial connector, and mpu6050 driver #160

Open
gitcnd opened this issue Aug 1, 2024 · 0 comments

Comments

@gitcnd
Copy link

gitcnd commented Aug 1, 2024

Linux-like shell for MicroPython. Full featured, very lightweight:
https://github.com/gitcnd/mpy_shell

Powerful telnetd server to access MicroPython REPL (with strong password support, and unlimited connections)
https://github.com/gitcnd/telnetd

MPU6050 (Accelerometer/Gyroscope) driver which works on ESP32
https://github.com/gitcnd/MPU6050-ESP32-MicroPython

Commandline serial emulator to connect to MicroPython boards. Full control over DTR/RTS lines etc (works for all boards, including ESP32_CAM and other hardware-reset-wired boards, and also ESP32_S2/S3/C2 etc as well)
https://github.com/gitcnd/mcu_serial

Read and Write .toml files easily (perfect for storing settings like wifi names, passwords, etc)
https://github.com/gitcnd/toml

A streamlined low-memory-compatible umsgpack for putting arbitrary python datastructures into efficient b'' strings suitable for sending over espnow/web/etc
https://github.com/gitcnd/micropython-msgpack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant