Basecamp
Basecamp copied to clipboard
An Arduino library to ease the use of the ESP32 in IoT projects
Added ethernet support for olimex esp32-evb. Ethernet support is enabled by define BASECAMP_WIRED_NETWORK. Ethernet support is integrated into WifiControl. To further clean up WifiControl could be renamed to NetworkControl Initial...
Hallo, ich bekomme Basecamp nicht kompiliert. Ich wollte den Sensor aus dem Artikel PalimPalim nachbauen und kompilieren. Problem scheint die Umstellung auf ArduinoJson 5/6 zu sein. Wo finde ich die...
Zunächst danke für das nette Tülchen - hilft sehr. Kann man Basecamp auch so konfigurieren, dass es einen mit PW verschlüsselten Acces Point selbst auf macht - also nicht in...
I'm trying to get OTA running with VSC but without success so far. I've tried 0.1.8 and also current master (as https://github.com/merlinschumacher/Basecamp/issues/52 seems to have found a fix for the...
Hallo, wie kann man Standardwerte für hinzugefügte Elemente setzen? Bei den vorgegebenen Werten funktioniert das mit dem .set Kommando echt gut, aber wenn man Felder hinzufügt und anschließend auf die...
wire your ESP32 to a phy for example like shown here: https://sautter.com/blog/ethernet-on-esp32-using-lan8720/ and add the matching defines (example for this hardware in EthControl.h) Then basecamp is able to aquire an...
Hi all, After about a year of tinkering I think I have now figured out a major issue, not just with Basecamp, but with the ESP and MQTT in general....
moin, ...blutender Anfänger kommt nicht so recht vom Platz.... Kompiler lief brav durch, keine Fehler oder Warnungen.... Hardware: SBC-NodeMCU-ESP32 auf dev-board. Auf der Konsole Folgendes: 18:10:04.256 -> ets Jun 8...
async-mqtt-client seems to be reffering to AsyncTCP for ESP32 for TLS support. At the moment, this is not part of the ESP32 implementation (the ESP8266 has TLS support). If there...
Hi, Ich versuche folgenden Sketch zu kompilieren: ``` #include Basecamp iot; void setup() { iot.begin(); //The mqtt object is an instance of Async MQTT Client. See it's documentation for details....