Search found 5 matches

by miljume
Thu May 28, 2020 7:07 am
Forum: ESP32 Arduino
Topic: MQTT smart config for ESP32 Arduino
Replies: 0
Views: 2050

MQTT smart config for ESP32 Arduino

Hello,

I am looking for a way to configure MQTT parameters remotely with an app

Like for WiFi smart config but for MQTT parameters

Despite googling like crazy I can’t find any solution

Can someone please help?
by miljume
Sun Sep 09, 2018 2:34 pm
Forum: ESP32 Arduino
Topic: WifiManager for ESP32
Replies: 4
Views: 11599

Re: WifiManager for ESP32

Now I have also tried zhouhan01 library (again) but that fails with the following error

Code: Select all

WifiManager.ino: 146:21: error: 'SPIFFS' was not declared in this scope
   File configFile = SPIFFS.open("\config.json", "w")
Error compiling project sources
Build failed for project 'WifiManager'
by miljume
Sun Sep 09, 2018 2:30 pm
Forum: ESP32 Arduino
Topic: WifiManager for ESP32
Replies: 4
Views: 11599

Re: WifiManager for ESP32

This is the error I get when compiling the development branch of tzapu library Compiling 'WifiManager' for 'ESP32 Dev Module' WiFiManager.cpp: In member function void WiFiManager::resetSettings() WiFiManager.cpp: 1852:30: error: no matching function for call to 'WiFiClass::disconnect(bool, bool) WiF...
by miljume
Wed Sep 05, 2018 7:05 pm
Forum: ESP32 Arduino
Topic: WifiManager for ESP32
Replies: 4
Views: 11599

WifiManager for ESP32

Hello, Have someone succeded to make the configuration library WifiManger work for ESP32? I have tried both these libraries: https://github.com/tzapu/WiFiManager/tree/development (Development Version) https://github.com/zhouhan0126/WIFIMANAGER-ESP32 But none of them compile for me I have installed 1...
by miljume
Thu Dec 14, 2017 8:48 am
Forum: ESP32 Arduino
Topic: Direct IO Port Manipulation
Replies: 7
Views: 41481

Re: Direct IO Port Manipulation

Hello! Can someone tell me how to do this programatically? I am using arduino and trying to assign a binary value to GPIO_OUT_W1TS to set 4 pins at the same time but I cant manage without errors If I do this with ATMEGA328 in arduino I will just use PORTD = B10101000; to manipulate pins How do I do ...