Hello,
I am using an M5stack Core2 as a weather station and to measure temperatures in rooms in my house.
The temperature measurements are taken by DS18B20 sensors, connected to GPIO 33 in direct mode with 3.3V power supply and pull-up (no interference). I have a total of 8 sensors with a ...
Search found 5 matches
- Mon Sep 15, 2025 2:48 pm
- Forum: Hardware
- Topic: USB power supply and interference on ESP32 (M5stack)
- Replies: 0
- Views: 1248
- Thu Sep 05, 2024 8:19 am
- Forum: General Discussion
- Topic: Distribute a protected app to customers
- Replies: 7
- Views: 9506
Re: Distribute a protected app to customers
Thank you for your patience , understood !
Then the only way to it is :
- flashing myself with encryption on
- ask the manufacturer to do it (giving him the key)
Am I right ?
Then the only way to it is :
- flashing myself with encryption on
- ask the manufacturer to do it (giving him the key)
Am I right ?
- Tue Sep 03, 2024 10:54 am
- Forum: General Discussion
- Topic: Distribute a protected app to customers
- Replies: 7
- Views: 9506
Re: Distribute a protected app to customers
Thanks !
But:
"You'd flash the modified loader to an ESP32, let it download and install the OTA, then simply read out the flash."
The downloaded file is encrypted, so it is not readable, no?
Here is what I get from ChatGPT, could you tell me what is wrong in that pattern with a single key for all ...
But:
"You'd flash the modified loader to an ESP32, let it download and install the OTA, then simply read out the flash."
The downloaded file is encrypted, so it is not readable, no?
Here is what I get from ChatGPT, could you tell me what is wrong in that pattern with a single key for all ...
- Mon Sep 02, 2024 10:06 am
- Forum: General Discussion
- Topic: Distribute a protected app to customers
- Replies: 7
- Views: 9506
Re: Distribute a protected app to customers
Thank you for your clear answer.
Then, is it possible to use this process to keep the code confidential ?
1. The user buy his own ESP32
2. He download a binary loader app I provide(code not encrypted)
3. He burn the ESP32 with this binary (using esptool-js)
4. Then after restarting ESP32, the ...
Then, is it possible to use this process to keep the code confidential ?
1. The user buy his own ESP32
2. He download a binary loader app I provide(code not encrypted)
3. He burn the ESP32 with this binary (using esptool-js)
4. Then after restarting ESP32, the ...
- Sun Sep 01, 2024 8:22 pm
- Forum: General Discussion
- Topic: Distribute a protected app to customers
- Replies: 7
- Views: 9506
Distribute a protected app to customers
Hi,
I plan to sell an app to my customers.
Customers have or buy their own ESP32 card, then they burn the app and start to use it.
But, I need to protect the code from reading (copy prevention already done with gumroad generated licence keys api).
What is for you the best process ?
1. My ...
I plan to sell an app to my customers.
Customers have or buy their own ESP32 card, then they burn the app and start to use it.
But, I need to protect the code from reading (copy prevention already done with gumroad generated licence keys api).
What is for you the best process ?
1. My ...