dsaff / science-journal-arduino

Science Journal Arduino code. This is not an official Google Product.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Arduino sketch used by the Science Journal Android application. This sketch is used to make an Arduino that has Bluetooth Low Energy (BLE) capabilities (such as the RedBear BLEND board and the Arduino 101) send data from its pins to Science Journal. The arduinoUno firmware is provided for reference, but does not work because of limited RAM on the Uno.

This project uses Platform IO. After installing PlatformIO, upload to a specific board using: platformio -f -c vim run --target upload -e mega2560

About

Science Journal Arduino code. This is not an official Google Product.

License:Apache License 2.0


Languages

Language:C 58.9%Language:C++ 40.8%Language:Makefile 0.3%