Search found 65 matches
- Thu Nov 21, 2024 8:16 pm
- Forum: Hardware
- Topic: Encrypted Flash issues
- Replies: 4
- Views: 586
Re: Encrypted Flash issues
My next step was to take a virgin part and do the steps outlined online: I did it manually so I would have control over the key! espefuse.py --port COM12 burn_key flash_encryption ff.bin espefuse.py --chip esp32 --port COM12 burn_efuse FLASH_CRYPT_CNT 1 espefuse.py --chip esp32 --port COM12 burn_efu...
- Thu Nov 21, 2024 6:37 pm
- Forum: Hardware
- Topic: Encrypted Flash issues
- Replies: 4
- Views: 586
Re: Encrypted Flash issues
Here also is a dump of my efuse summary EFUSE_NAME (Block) Description = [Meaningful Value] [Readable/Writeable] (Hex Value) ---------------------------------------------------------------------------------------- Calibration fuses: ADC_VREF (BLOCK0) True ADC reference voltage = 1107 R/W (0b00001) C...
- Thu Nov 21, 2024 7:14 am
- Forum: Hardware
- Topic: Encrypted Flash issues
- Replies: 4
- Views: 586
Re: Encrypted Flash issues
Interesting so it is what I thought it should be, however mine does not do that. On first run there is a pause while it encrypts the flash, then it runs fine. I re-flash the same code and I get the dreaded loop. flash read err, 1000 Thanks! Below is my SDK Config, if anyone wants to check to see the...
- Thu Nov 21, 2024 3:50 am
- Forum: Hardware
- Topic: Encrypted Flash issues
- Replies: 4
- Views: 586
Encrypted Flash issues
So I am now assuming that once you turn on flash encryption it never can be turned off... I am also assuming now that if you do not flash in your own encryption key you will never re-flash the part again? This is all through trial and error I have bricked a few :-) I want to get it right! I am also ...
- Mon Nov 18, 2024 2:45 am
- Forum: ESP RainMaker
- Topic: Rainmaker app on Android fails to find SSID's
- Replies: 5
- Views: 1532
Re: Rainmaker app on Android fails to find SSID's
The arduino callback I do see, and it report SCAN DONE, but I do nothing with it. The network_prov_mgr_event_handler_internal I assume this is the handler trying to get the SSID's for the RainMaker provisioning. I need to track down the _sta_event_cb function, I do not know who this is or where that...
- Sun Nov 17, 2024 5:44 pm
- Forum: ESP RainMaker
- Topic: updateAndReport() issues possibly a bug?
- Replies: 0
- Views: 500
updateAndReport() issues possibly a bug?
I have tested this extensively and hence I am thinking maybe a bug. I have a toggle switch defined and shows up as such in the RM app. When I toggle the switch I get messages in the callback to its new state. When the code starts it sets the switch on with value(true) showPosition = Param("Show Posi...
- Fri Nov 15, 2024 9:04 pm
- Forum: ESP RainMaker
- Topic: Rainmaker app wont claim when ESP32-PICO-V3 used
- Replies: 1
- Views: 528
Rainmaker app wont claim when ESP32-PICO-V3 used
I program either of 2 PCB's, one has WROOM and one has PICO, basically same specs RAM/ROM/firmware etc... However when I flash the WROOM with my rainmaker code and it comes to the provisioning and the claiming part, it all works on the WROOM and not the PICO. I scan the QRCODE with my phone, and nor...
- Tue Nov 05, 2024 10:21 pm
- Forum: ESP RainMaker
- Topic: Rainmaker stops when I enable Insights
- Replies: 2
- Views: 713
Re: Rainmaker stops when I enable Insights
Just trying HTTPS route... is this the reason MQTT and HTTPS exist for Insights? Incase you use both?
- Tue Nov 05, 2024 9:30 pm
- Forum: ESP RainMaker
- Topic: Rainmaker stops when I enable Insights
- Replies: 2
- Views: 713
Re: Rainmaker stops when I enable Insights
A little further investigation it looks like when its called the MQTT disconnects. I tried calling it first in setup(); and tried delaying it to the end of boot up and it does the same thing both times.
R.
R.
- Tue Nov 05, 2024 6:57 pm
- Forum: ESP RainMaker
- Topic: Rainmaker stops when I enable Insights
- Replies: 2
- Views: 713
Rainmaker stops when I enable Insights
I have 100% running Rainmaker code in Arduino environment, but when I init() Insights Rainmaker stops working correctly, it looks like it affects it sending device information to the app via mqtt.
Is there an order or timing that must be followed to allow this?
Richard.
Is there an order or timing that must be followed to allow this?
Richard.