All Projects → SpotlightKid → Micropython Stm Lib

SpotlightKid / Micropython Stm Lib

Licence: mit
A collection of modules and examples for MicroPython running on an STM32F4DISCOVERY board

Programming Languages

python
139335 projects - #7 most used programming language
micropython
64 projects

Projects that are alternatives of or similar to Micropython Stm Lib

Redis Operator
Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Stars: ✭ 658 (+928.13%)
Mutual labels:  redis, redis-client
Hslcommunication
An industrial IoT underlying architecture framework, focusing on the underlying technical communications and cross-platform, cross-language communication functions, to achieve a variety of mainstream PLC data reading and writing, to achieve modbus of various protocols read and write, and so on, to support the rapid construction of industrial upper computer software, configuration software, SCADA software, factory mes system, To help enterprise Industry 4.0 take-off, to achieve intelligent manufacturing, smart factory goals. The main PLC contains Siemens, Mitsubishi, Omron, Panasonic, Modbus, AB-PLC, Redis
Stars: ✭ 816 (+1175%)
Mutual labels:  redis, redis-client
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+1025%)
Mutual labels:  redis, redis-client
Redis Admin
redis client tool,redis web client,redis web ui,spring-boot support
Stars: ✭ 436 (+581.25%)
Mutual labels:  redis, redis-client
Perfect Redis
A Swift client for Redis.
Stars: ✭ 26 (-59.37%)
Mutual labels:  redis, redis-client
Stackexchange.redis
General purpose redis client
Stars: ✭ 4,986 (+7690.63%)
Mutual labels:  redis, redis-client
Goredis
redis client for golang
Stars: ✭ 59 (-7.81%)
Mutual labels:  redis, redis-client
Lettuce Core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
Stars: ✭ 4,319 (+6648.44%)
Mutual labels:  redis, redis-client
Redis Py Cluster
Python cluster client for the official redis cluster. Redis 3.0+.
Stars: ✭ 934 (+1359.38%)
Mutual labels:  redis, redis-client
Esp8266 Redis
An Arduino library for Redis that works on ESP8266.
Stars: ✭ 18 (-71.87%)
Mutual labels:  redis, esp8266
Redis
Vapor provider for RediStack
Stars: ✭ 434 (+578.13%)
Mutual labels:  redis, redis-client
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+1418.75%)
Mutual labels:  midi, esp8266
Redis Plus Plus
Redis client written in C++
Stars: ✭ 428 (+568.75%)
Mutual labels:  redis, redis-client
Quick redis blog
QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.
Stars: ✭ 594 (+828.13%)
Mutual labels:  redis, redis-client
Stackexchange.redis.extensions
Stars: ✭ 419 (+554.69%)
Mutual labels:  redis, redis-client
Redis Tui
A Redis Text-based UI client in CLI
Stars: ✭ 757 (+1082.81%)
Mutual labels:  redis, redis-client
Crystal Redis
Full featured Redis client for Crystal
Stars: ✭ 345 (+439.06%)
Mutual labels:  redis, redis-client
Redis
Redis commands for Elixir
Stars: ✭ 357 (+457.81%)
Mutual labels:  redis, redis-client
Redix
Fast, pipelined, resilient Redis driver for Elixir. 🛍
Stars: ✭ 816 (+1175%)
Mutual labels:  redis, redis-client
Cpp redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
Stars: ✭ 855 (+1235.94%)
Mutual labels:  redis, redis-client

MicroPython-STM-Lib

A collection of Python modules and examples for MicroPython, targeted mainly at STM32F4-based boards, like the STM32F4DISCOVERY board or the original pyboard. Most modules also work on the MicroPython unix port or even other bare-metal ports, e.g. the esp8266 port.

Currently, this collection contains:

  • accel - a fixed version of staccel.py from the main MicroPython repoincluding examples.
  • encoder - a library for reading a rotary encoder connected to two digital input pins, including examples. Features gray code error checking, making software or hardware debouncing uneccessary in most cases.
  • lcd - a library for interfacing with a HD44780-compatible LCD controller, including examples.
  • midi - a library for receiving and sending MIDI data via the UARTs or the USB virtual serial interface, including examples.
  • mrequests - a variant of urequests from micropython-lib with a few extensions.
  • picoredis - A very mimimal Redis client library (not only) for MicroPython.
  • spiflash - A module for using Winbond W25Q* SPI-attached flash memory chips with MicroPython (adapted from code found in this repo).
  • spimaster - a rudmentary library to communicate via SPI with an ESP826 module as the SPI slave, which runs an Arduino sketch using the SPISlave library.

Author

Except where otherwise noted, these modules and examples were written by Christopher Arndt.

License

Except where otherwise noted, the code is freely usable and distributable under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].