Skip to content

RabbitMax/rabbitmax-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

rabbitmax-examples

Examples for getting started and testing RabbitMax hardware

RabbitMax Flex

RabbitMax Flex is an open source hardware Raspberry Pi HAT (add-on board) for rapid prototyping of Internet of Things (IoT) powered by free and open source software. It features:

  • IR transmitter (IR LED)
  • IR receiver (IR photo sensor)
  • Relay
  • Piezoelectric speaker (buzzer)
  • Button
  • RGB LED
  • Slot for modular 16x2 LCD character display
  • Slots for up to 5 plug and play I2C sensors for temperature, barometric pressure, humidity and light
  • UART (Universal asynchronous receiver/transmitter) pins for debugging

Support the project by backing RabbitMax Flex IndieGoGo campaign.

C

Run make to build each application written in the C programming language.

Python

Execute the following command to install the required packages for Python development:

sudo apt-get install python-dev python-rpi.gpio

Execute the following commands to download and install Adafruit Python BMP library:

git clone https://github.com/adafruit/Adafruit_Python_BMP.git
cd Adafruit_Python_BMP
sudo python setup.py install

About

Examples for getting started and testing RabbitMax hardware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.8%
  • Python 25.3%
  • Makefile 8.9%