https://github.com/blues/note-tutorials
Repo for tutorial development
https://github.com/blues/note-tutorials
Last synced: 5 months ago
JSON representation
Repo for tutorial development
- Host: GitHub
- URL: https://github.com/blues/note-tutorials
- Owner: blues
- Created: 2020-03-12T19:22:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T21:22:39.000Z (about 2 years ago)
- Last Synced: 2025-12-26T17:50:42.511Z (6 months ago)
- Language: C
- Size: 16.7 MB
- Stars: 7
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# note-tutorials
Public repo for complete, runnable sources of wireless.dev tutorials, sample projects and other online resources.
## Sensor Tutorials
The links below direct to the complete project source for each language and board specific incarnation of the wireless.dev [Sensor Tutorial](https://dev.blues.io/guides-and-tutorials/collecting-sensor-data/).
- Arduino Wiring
- ESP32/Feather
- [With Notecard Library](/sensor-tutorials/arduino-wiring/esp32-with-library/esp32-with-library.ino)
- [Without Notecard Library](/sensor-tutorials/arduino-wiring/esp32-no-library/esp32-no-library.ino)
- Arduino Nano
- [With Notecard Library](/sensor-tutorials/arduino-wiring/nano-with-library/nano-with-library.ino)
- [Without Notecard Library](/sensor-tutorials/arduino-wiring/nano-no-library/nano-no-library.ino)
- Python
- [Serial With Notecard Library](/sensor-tutorials/python/serial-with-library/sensors.py)
- [I2C With Notecard Library](/sensor-tutorials/python/i2c-with-library/sensors.py)
- [Without Notecard Library](/sensor-tutorials/python/no-library/sensors.py)
- CircuitPython
- [With Notecard Library](/sensor-tutorials/circuitpython/with-notecard-library/code.py)
- [Without Notecard Library](/sensor-tutorials/circuitpython/no-library/code.py)
- C/C++
- [STM32](/sensor-tutorials/stm32-c)
## GPS Asset Tracker Guide
- [Standalone Tracker Configuration Script](gps-tutorials/configure-standalone-tracker.json)
- [Host-Controlled Tracker (Arduino)](gps-tutorials/esp32tracker/esp32tracker.ino)
## Contributing
We love issues, fixes, and pull requests from everyone. By participating in this
project, you agree to abide by the Blues Inc [code of conduct].
For details on contributions we accept and the process for contributing, see our
[contribution guide](CONTRIBUTING.md).
## More Information
For Notecard SDKs and Libraries, see:
* [note-c][note-c] for Standard C support
* [note-go][note-go] for Go
* [note-python][note-python] for Python
## To learn more about Blues Wireless, the Notecard and Notehub, see:
* [blues.com](https://blues.io)
* [notehub.io][Notehub]
* [wireless.dev](https://wireless.dev)
## License
Copyright (c) 2019 Blues Inc. Released under the MIT license. See
[LICENSE](LICENSE) for details.
[blues]: https://blues.com
[notehub]: https://notehub.io
[note-c]: https://github.com/blues/note-c
[note-go]: https://github.com/blues/note-go
[note-python]: https://github.com/blues/note-python
[archive]: https://github.com/blues/note-arduino/archive/master.zip
[code of conduct]: https://blues.github.io/opensource/code-of-conduct
[Notehub]: https://notehub.io