X

RPi Spark let you build interesting applications through the GPIO of Raspberry Pi so easily, RPi GPIO Expansion Extension Module Board, for Raspberry Pi 3/2 Pi Model B+ ZERO

Product ID : 37224664


Galleon Product ID 37224664
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
2,524

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About RPi Spark Let You Build Interesting Applications

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