MultiGeiger
MultiGeiger copied to clipboard
Geigerzähler mit ESP32 und empfindlichem Si22g-Zählrohr (Gamma)
MQTT
Ist es geplant MQTT zu integrieren? Ich würde die Messwerte in meinem ioBroker darstellen und weiß nicht wie ich das sonst lösen sollte.
Hallo, bekomme beim Kompilieren erst eine Warnung: hal.cpp: C:\Users\Norbert\Documents\Arduino\libraries\arduino-lmic-master\src\hal\getpinmap_thisboard.cpp: In function 'const Arduino_LMIC::HalPinmap_t* Arduino_LMIC::GetPinmap_ThisBoard()': C:\Users\Norbert\Documents\Arduino\libraries\arduino-lmic-master\src\hal\getpinmap_thisboard.cpp:71:72: note: #pragma message: Board not supported -- use an explicit pinmap #pragma message("Board not supported...
added multigeiger.ino.cpp to .gitignore set platform to ^3.5.0 in platformio-example.ini
Ich habe jetzt alle Bauteile bekommen und verlötet. Leider startet der esp32 nicht wenn er mit der Platine verbunden ist. Die Bauteile hab ich nach Stückliste bestellt bis auf den...
modify platform.ini template to compile without hal_init error
Implements 1. 2 local http-pages on sensor, which are accessible in the local WLAN - first page is display of actual sensor values, Wifi-quality, memory, etc - temp./humidity&pressure are displayed...
For old Heltec WiFiKit 32 with only 4MB. Minimum SPIFFS added for Platformio as described for Arduino IDE, in order to extend the flashable memory.
I encounter frequent reboots of multigeiger on v1.16.0. The attached serial log has 2 reboots within a minute at the end. ``` 10:33:17.335 -> Guru Meditation Error: Core 1 panic'ed...
Like described in the instructions for the Arduino IDE you have to "force" the size of the ROM to flash the Heltec Wifikit 32. Actually you must not change the...