Search found 19 matches
- Wed Mar 26, 2025 5:32 pm
- Forum: ESP RainMaker
- Topic: Access to provisioning eeprom
- Replies: 6
- Views: 1171
Re: Access to provisioning eeprom
Thank you ESP_Piyush. This already helps me a lot. I can get a copy of the WIfi credentials, thus making it easier on the service engineer to log in, At the same time, I will just make it for the end user as easy as possible to re-login with his phone after the visit of the service engineer. I will ...
- Wed Mar 26, 2025 10:24 am
- Forum: ESP RainMaker
- Topic: Access to provisioning eeprom
- Replies: 6
- Views: 1171
Re: Access to provisioning eeprom
I still have this problem finding the wifi credentials and the stored phone link. I tried going through the source code, but that proves very time consuming.
I really hope someone could point me to the right direction. Even if it is just the wifi SSID and password. I found it is stored in a ...
I really hope someone could point me to the right direction. Even if it is just the wifi SSID and password. I found it is stored in a ...
- Thu Mar 20, 2025 2:07 pm
- Forum: ESP RainMaker
- Topic: Access to provisioning eeprom
- Replies: 6
- Views: 1171
Re: Access to provisioning eeprom
Moreover the service engineer has additional settings available to him, that the end user has no acces to. So yes, a change is needed as well.
- Thu Mar 20, 2025 2:05 pm
- Forum: ESP RainMaker
- Topic: Access to provisioning eeprom
- Replies: 6
- Views: 1171
Re: Access to provisioning eeprom
The problem is that the end user may not be at home.
I thought of the sharing idea, even in the sense that 1 special service phone would be made available to the engineer with shares of ALL end users in it. That could be set up when their system is installed. The problem I had with that was that I ...
I thought of the sharing idea, even in the sense that 1 special service phone would be made available to the engineer with shares of ALL end users in it. That could be set up when their system is installed. The problem I had with that was that I ...
- Thu Mar 20, 2025 12:30 pm
- Forum: ESP RainMaker
- Topic: Access to provisioning eeprom
- Replies: 6
- Views: 1171
Access to provisioning eeprom
In my application we would like to give a service engineer the possibility to temporarily log in the system with his own phone.
I see two options. One could be that, instead of the saved provisioning data, another storage area is assigned for the service engineer for his login. The other otion ...
I see two options. One could be that, instead of the saved provisioning data, another storage area is assigned for the service engineer for his login. The other otion ...
- Thu Mar 20, 2025 11:51 am
- Forum: ESP RainMaker
- Topic: Access to PROV_ code
- Replies: 3
- Views: 925
Re: Access to PROV_ code
Thank you ESP_Piyush. It worked flawlessly! Your suggestions saved me many hours of searching!
I have another question I hope you may help me with, but since the subject is different I will open another thread.
I have another question I hope you may help me with, but since the subject is different I will open another thread.
- Wed Mar 19, 2025 7:24 pm
- Forum: ESP RainMaker
- Topic: Access to PROV_ code
- Replies: 3
- Views: 925
Re: Access to PROV_ code
Thank you very much ESP_Piyush for the very quick answer I will study your suggestion. If, after really studied it, I still have questions, I will come back.
- Wed Mar 19, 2025 2:15 pm
- Forum: ESP RainMaker
- Topic: Access to PROV_ code
- Replies: 3
- Views: 925
Access to PROV_ code
I have an application where I want the customer to be able to read the QR code for provisioning from the build-in display.
To that end I need to access the PROV_xxxxxx number to recreate the QR code.
Does anyone know where I can find this prov code? I started digging through the source code, but it ...
To that end I need to access the PROV_xxxxxx number to recreate the QR code.
Does anyone know where I can find this prov code? I started digging through the source code, but it ...
- Tue Mar 11, 2025 9:53 pm
- Forum: ESP RainMaker
- Topic: MQTT errors, other board work OK
- Replies: 15
- Views: 7124
Re: MQTT errors, other board work OK
Thank you so much ESP_Piyush for your suggestion! Once I started to read, I realized I had, when I started, created a bunch of tasks with some stack size "just to be safe". I never touched them again after they worked.
Really stupid! Thanks, I expect to be rid ,for a while at least, of the memory ...
Really stupid! Thanks, I expect to be rid ,for a while at least, of the memory ...
- Mon Mar 10, 2025 10:35 am
- Forum: ESP RainMaker
- Topic: MQTT errors, other board work OK
- Replies: 15
- Views: 7124
Re: MQTT errors, other board work OK
As I am getting close to the RAM limit, I wonder if changing to a more modern ESP32 module (ESP32-S3?) would be beneficial. Could anyone please comment. I looked at the different specifications, but with the RAM split up the way it is, it is difficult for me to be certain.
I use now the ESP32-WROOM ...
I use now the ESP32-WROOM ...