- Notifications
You must be signed in to change notification settings - Fork0
import-tiago/NoteIt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NoteIt is a datalogger for devices based on UART protocols.
It is powered by rechargeable battery, has micro-SD memory card storage withFatFs, compatibility with 5V and 3.3V levels, automatic baud rate detector/manual baud rate selection; and, optionally, you can add date, time and temperature to the recorded data.
All settings can be easily configured via the OLED display and rotary encoder.
The content stored on the memory card can be accessed by a computer using a USB type C cable connected directly to the NoteIt, without the needed for an external USB/SD-Card adapter.
![]() | ![]() | ![]() |
---|
This device was developed to be used in the simplest, carefree and agile way possible: just connect to the target device and know that the data is being saved.
- Don't worry about the file name: the management of files on the SD-Card is done automatically.
- Don't worry about voltage levels: being UART, the data will be registered.
- Don't worry about the datalogger power supply: it has its own power supply and is ultra low consumption, you can use it for weeks without an external source. If you want, you can use an external 5V source via USB cable type C.
Custom symbols created usingimage2cpp.
Baud Rate Selection Screen | Log File Settings Screen | Clock and Calendar Adjustment Screen |
---|---|---|
![]() | ![]() | ![]() |
To improve the aesthetics and reliability of the project, all devices (symbol + footprint + 3D model) used in this development belong to my own libraries, which have been tested and validated over time:
- 50 mm x 35 mm / 4 layers.
- Give this project a ⭐
- Create an issue and describe your idea.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -a -m "Added feature title"
). - Publish the branch (
git push origin my-new-feature
). - Create a new pull request.
- Done! ✔️
NoteIt byTiago Silva is licensed underCC BY-NC 4.0
About
NoteIt is a tiny 'plug and play' datalogger for devices based on UART protocol. (Features uSD-Card with FatFs + MSP430 + OLED + Rotary Encoder + RTC).