An open API service indexing awesome lists of open source software.

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

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