Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/co657-firmware
https://github.com/raehik/co657-firmware
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raehik/co657-firmware
- Owner: raehik
- Created: 2019-11-05T10:37:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T11:49:48.000Z (about 5 years ago)
- Last Synced: 2024-11-13T16:34:28.949Z (2 months ago)
- Language: Makefile
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project name
Intro.## Project setup
This project is built for the Adafruit HUZZAH32 board using a mix of the Arduino
framework and ESP-IDF (underlies the Arduino framework).[PlatformIO](https://platformio.org/) is used for building and some
device management. The project was initialised with the following command:pio init --board=featheresp32 --ide=vim
## Dependencies
### Hardware
* Adafruit HUZZAH32 (board `featheresp32` in PlatformIO)### Arduino libraries
* [NDEF](https://github.com/don/NDEF)
* [PN532](https://github.com/elechouse/PN532) (collection of multiple libs)
* [PubSubClient](https://github.com/knolleary/pubsubclient)## Building
pio runTo upload:
pio run -t upload