Git Product home page Git Product logo

micropython's Introduction

My MicroPython repository

Contents

lib directory

  • apds9960 - Proximity/Motion/Color sensor using I2C interface. Gesture reporting is not yet complete.
  • jcmcu - Temperature sensor using mlx90614 with a serial interface.
  • ds3231 - Battery backup clock with I2C interface. Ties data from ds3231 with pyb.RTC.
  • esp8266 - Interface PyBoard with an esp8266 as an external wifi interface with serial connection. Connection can be a bit flaky.
  • gy521 - Driver for gy-521 accelerometer using I2C communication.
  • irdistance - Driver for Sharp gp2y0a IR distance sensor using ADC pin.
  • joystick - Hilitchi 2pcs Arduino compatible Biaxial Button Joystick Sensor Module.
  • jymcu - Driver for JY-MCU Bluetooth board using serial connection.
  • l298n - Driver for L298N Dual HBridge Motor Controller.
  • mlx90614 - Driver for IR temperature sensor using I2C communication. NOTE: Mine don't work on PyBoard but do on ESP32 and ESP8266. I suspect the pull up resistors on my mlx90614 breakout are the cause. A raw mlx90614 would probably work.
  • oled - Driver for diymall 9.6 oled display using I2C communication. NOTE: While this works I implemented this in C and included it in the MicroPython OS to improve performance.
  • pca9865 - Driver for pca9865 16 servo controller using I2C communication.
  • pir - Driver for passive infrared motion detector.
  • pwm - wrapper for easier pwm use.
  • relay - Driver for my relay board.
  • seriffont, sysfont and terminalfont - Fonts used by ST7735 and oled. NOTE: My C implementations of those drivers use a default petme128_8x8 font included in the OS.
  • sr04distance - Driver for the SR04 sonic distance sensor.
  • ST7735 - Sainsmart LCD display driver. While this works, I implemented this in C and included in the MicroPython OS to improve performance.
  • tm1637 - Driver for the tm1637 quad 7-segment LED display.

ESP32

  • modules used on ESP32 running MicroPython.

ESP8266

  • modules used on ESP8266 running MicroPython.

Root Directory

  • bombs - render test for ST7735
  • motion - PIR sensor interupt test to display a message on motion detection.
  • tft - Tests for ST7735

micropython's People

Watchers

James Cloos avatar Manuel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.