sandeepmistry/arduino-nRF5

Support for RuuviTag board

Open

#274 opened on May 17, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C (288 forks)github user discovery
help wanted

Repository metrics

Stars
 (952 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi! Any plans to add RuuviTag support?

It is based on Nordic 52832 chipset and it's used both from companies and hobbyists.

It would be great to compile the .hex file in Arduino IDE, in order to upload it over OTA using nrfConnect smartphone application.

These are references: website: https://ruuvi.com/ pin configuration: https://lab.ruuvi.com/pinout/ Firmware development with examples: https://github.com/ruuvi/ruuvitag_fw linker script example: https://github.com/ruuvi/ruuvitag_fw/tree/master/ruuvi_examples/ruuvi_firmware/ruuvitag_b/s132/armgcc

Contributor guide