News

This script converts files to a C string that can be stored in PROGMEM and used in Arduino ESP8266 projects to build web server. Usually an Arduino project stores files in Flash memory utilizing ...
Easily convert sensor raw values, structures, etc... This library made to convert binary data (e.g. raw sensor values) to base64-encoded string. String can be convert by cast them to uint8_t*, but ...
Programming a new microcontroller often takes a longer time due to the new register handling methods and not knowing what bit does exactly what. The same goes for debugging as well without saying.