UPDATE 01/18/2024: THIS GUIDE REFERS TO AN OLD LIBRARY. THE LATEST INCOMPLETE VERSION WITH UNFIXED BUGS CAN BE DOWNLOADED FROM THE LINK https://drive.google.com/file/...sharing
From the link github.com.../TEB_Libraryyou can download the new official library of Tiny Electronic Blog (the old one will not be updated anymore). The download includes:
- an example for Arduino IDE inside the "examples" folder;
- "documentation.zip", with the documentation inside, which can be opened by clicking on the "index.html" file.
It is possible to copy "TEB_Library" in the Arduino IDE libraries directory (usually "...\Documents\Arduino\libraries"); in this way, it is possible to use the library in any Arduino IDE sketch through #include "TEB_Library.h".
Before you can use the library you must enter the following values in the "TEB_Library.h" file.
For more information, refer to the documentation, whose homepage is shown in the following image.
Documentation homepage.
For this project I helped myself with the examples contained in Arduino IDE, OakOLED (display support, bynetguy204) andTime (time management, byPaulStoffregen). Therefore I thank their authors.
Notes:
1) thelibrary does not implement all modern security systems for data protection, so it is better to avoid entering sensitive data in the information exchanged between the development boards and the Internet;
2) my programming skills are not very high and aim to improve them over time; therefore pay attention, because you could find programming errors and wrong algorithms in the source code;
3) the software is provided "as is", without warranty of any kind; I take no responsibility for the consequences deriving from the use of the information contained on this page.