Page 1 of 1

How to set unique id of each esp32

Posted: Tue Jan 17, 2017 5:20 pm
by Ervijjusty
hello all,
I'm in esp i want to make a product so ineed to set a unique id of each esp32 and its access via server it is possible to set unique id of esp32 and
Also know it is possible to set wifi configuration ssid or password using mobile bluethoot. Please help me out. Please give any solution or suggestions are welcome.

Re: How to set unique id of each esp32

Posted: Wed Jan 18, 2017 10:49 am
by kurtzweber
Hi

the unique id has been discussed here:
http://www.esp32.com/viewtopic.php?f=2&t=967

for your second question, give a look to the BluFi example:
https://github.com/espressif/esp-idf/tr ... ooth/blufi

Re: How to set unique id of each esp32

Posted: Wed Jan 18, 2017 11:59 am
by BuddyCasino
Be aware that Blufi has changed considerably in master branch and works differently than in the 1.0 SDK. So far no one has figured out how to use it.