News

This is an simple library for Arduino that makes possible to quickly output numbers in hexadecimal or binary format. Just use functions hex() or bin() to get result. Example. // Arduino code example ...
In order to program the nRF52 using application hex exported from Arduino IDE I must either merge the exported application hex with softdevice hex and load merged hex into nRFGo Studio OR program ...