Read radiation value from dosimeter
Information how to: https://blog.uaid.net.ua/connect-dosimeter-bluetooth/
Usage:
void setup() {
ESP_BT.begin("CHECKPOINT");
ESP_BT.register_callback(bt_callback);
}
void loop() {
TerraCon(currentMillis);
}