https://github.com/blues/note-samples
Source code for customer samples
https://github.com/blues/note-samples
Last synced: 5 months ago
JSON representation
Source code for customer samples
- Host: GitHub
- URL: https://github.com/blues/note-samples
- Owner: blues
- License: apache-2.0
- Created: 2021-04-14T18:38:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T20:18:51.000Z (7 months ago)
- Last Synced: 2025-12-26T17:50:42.266Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# note-samples
Notecard and Notehub application samples.
## Content Overview
|Folder|Application Description|
|------|-----------------------|
|[python-dfu](python-dfu)|Enable over-the-air updates of Python files executing on a host MCU via Notecard. OTA content packaged in TAR-file. Supports Python and Micropython.
|[python-large-file-upload](python-large-file-upload)|Upload chunks of a file using Notecard web requests from a Python script.
|[python-remote-commands-attn-rpi](python-remote-commands-attn-rpi)|Example Raspberry Pi application in Python that enables users to send "commands" to Raspberry Pi from Notehub. Uses the ATTN Pin on Notecard to notify the Raspberry Pi a message is available to be read|
|[python-route-endpoint](python-route-endpoint)|Example HTTP endpoint that can deploy on Apache to receive data routed from the Notehub cloud service|