https://github.com/Naohiro2g/Raspberry-Pi-Projects/wiki/
- at Qiita https://qiita.com/vrn/items/1ac58c61194b23af1d8c by vrn
- https://github.com/Naohiro2g/max30102-tutorial-raspberrypi by vrano714
- https://github.com/Naohiro2g/max30102 by doug-burrell, no interrupt, polling version
- https://github.com/Naohiro2g/max30100 by mfitzp
- https://github.com/Naohiro2g/MAX30102-in-raspberry-pi-
- https://github.com/Naohiro2g/max30105-python by pimoroni
- Breakout Garden HAT https://shop.pimoroni.com/products/breakout-garden-hat
- MAX30105 https://shop.pimoroni.com/products/max30105-breakout-heart-rate-oximeter-smoke-sensor
- from Sparkfun Sensor Library Example5_HeartRate https://github.com/Naohiro2g/SparkFun_MAX3010x_Sensor_Library
- teapot on RasPi, server/client
- teapot with DMP
- with complementary filter
Using complementary filter.
- http://blog.bitify.co.uk/2013/11/using-complementary-filter-to-combine.html
- http://blog.bitify.co.uk/2013/11/reading-data-from-mpu-6050-on-raspberry.html
for Sunfounder kit with drift parameters
Information at www.i2cdevlib.com
fork from jeff rowberg
- https://github.com/Naohiro2g/Adafruit_Python_PCA9685
- https://github.com/Naohiro2g/micropython-adafruit-pca9685
- https://github.com/Naohiro2g/Python_ST7789
- 1.3 inch 240x240 SPI/I2C IPS LCD without CS from Ali Express
- (https://github.com/Naohiro2g/st7789mpy) MicroPython
- https://github.com/Naohiro2g/ST7789_1.3_screen
- https://facelesstech.wordpress.com/2019/01/27/1-3-screen-with-raspberry-pi/
- https://www.waveshare.com/1.3inch-lcd-hat.htm
- 1.3 inch 240x240 SPI/I2C IPS LCD Module with MicroSD and Joystick from waveshare
- https://github.com/Naohiro2g/luma.oled
- https://github.com/Naohiro2g/luma.examples
- Python library for Raspberry Pi and SDD1306 Display Driver connected via I2C/SPI
- OLED 128 x 64 Display and 8x8 pixel Japanese font misakifont
- https://github.com/Naohiro2g/luma.led_matrix/blob/master/doc/install.rst
- https://github.com/Naohiro2g/luma.led_matrix
- MAX7219 Dot Matrix Driver via SPI, 8x8 dot matrix LED
- WS2812 RGB NeoPixels
https://github.com/Naohiro2g/rpi-ws281x-python https://github.com/Naohiro2g/luma.led_matrix/blob/master/doc/install.rst
- WS2812 RGB NeoPixels (5/3.3V, GPIO18/12, GND)
- https://github.com/Naohiro2g/tm1637-pi-python
- (https://github.com/Naohiro2g/tm1637)
- (https://github.com/Naohiro2g/raspberrypi-python-tm1637)
- TM1637 LED Driver for 8-segment by 6 digits via I2C-like 2-wire, not I2C
- https://github.com/Naohiro2g/scratch-gpio-recipes
- Scratch sample projects using GPIO
- Some wtih ScratchClient https://github.com/Naohiro2g/scratchClient
- https://github.com/Naohiro2g/Galuca
- Gaxian in Python2/Pygame
- Bug fixed to run on Raspberry Pi or Raspberry Pi Desktop on PC/Mac
- https://github.com/Naohiro2g/getting-started-with-minecraft-pi
- Making Japanese edition by Code2Create.Club
- https://github.com/Naohiro2g/RGBcontroller
- Forked from https://github.com/ebbesmoeller/RGBcontroller (Simple program using Python and module gpiozero to host a webinterface with a color wheel, controlling the color of a RGB led connected to GPIO on a RaspPi.)
- Going to add Color Correction mode.