All Categories
RPi Spark is a pHAT that let you to easy and fast to building interesting applications with GPIO of Raspberry Pi. Key Features Spark Shield: 128x64 monochrome OLED Accelerometers Gyroscopes Thermometer 5-way joystick 2 push buttons 3.5mm stereo headphone jack 1W speaker 19 extended GPIOs SDK Foundations: Device Configs -- Hardware config of Spark Shield Skeletons -- Some classes for easy and fast development Utiles -- Some utile classes SDK Drives: SSD1306 compatible OLED display -- Provides screen flipping settings and increase display data transfer rate MPU6050 Gyroscopes, Accelerometers and Thermometer Sensors -- Motion Detection Interrupt, Sleep Mode and independent Trun-ON sensor GPIO Buttons -- Interrupt Support, Polling Support Audio -- Provides audio output that can play back OGG, MP3, WAV, etc. music formats via headphones or speaker PWM Tone Player -- PWM generates pitch and plays Supported: Raspberry Pi Zero Raspberry Pi Zero W Raspberry Pi 2 / 3 / 3+ Requirements: Raspbian Linux Python 2.7 or Python 3.x How to install Drives and SDK: Type commands in the terminal: ( for python2.x, maybe you need use: sudo ) $> pip install JMRPi.Foundations for python3: $> pip3 install JMRPi.Foundations SDK Manuals: https://www.mobinrg.com/docs/rpi_spark/sdk/en/ Drive Example: https://github.com/mobinrg/rpi_spark_examples