https://github.com/blues/note-go
Go API for Notecard
https://github.com/blues/note-go
Last synced: 5 months ago
JSON representation
Go API for Notecard
- Host: GitHub
- URL: https://github.com/blues/note-go
- Owner: blues
- License: mit
- Created: 2019-01-26T17:01:22.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T20:34:19.000Z (7 months ago)
- Last Synced: 2025-12-26T17:50:41.769Z (6 months ago)
- Language: Go
- Homepage:
- Size: 1 MB
- Stars: 7
- Watchers: 12
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Blues Wireless][blues]
The note-go Go library for communicating with Blues Wireless Notecard via serial or I²C.
This library allows you to control a Notecard by coding in Go.
Your program may configure Notecard and send Notes to [Notehub.io][notehub].
See also:
* [note-c][note-c] for C bindings
* [note-python][note-python] for Python bindings
## Installing
For all releases, we have compiled the notecard utility for different OS and architectures [here](https://github.com/blues/note-go/releases).
If you don't see your OS and architecture supported, please file an issue and we'll add it to new releases.
[blues]: https://blues.com
[notehub]: https://notehub.io
[note-arduino]: https://github.com/blues/note-arduino
[note-c]: https://github.com/blues/note-c
[note-go]: https://github.com/blues/note-go
[note-python]: https://github.com/blues/note-python
## Dependencies
- Install Go and the Go tools [(here)](https://golang.org/doc/install)
## Compiling the notecard utility
If you want to build the latest, follow the directions below.
```bash
$ cd tools/notecard
$ go get -u .
$ go build .
```