Replies: 1 comment 22 replies
-
You can by setting an NVS variable on the ESP32 flash, you need to be able to program the ESP via USB-serial. First you need to type in the BDADDR in a csv file like this:
Then install the NVS script as outlined in step # 2 here: Then flash on the ESP32 as in step # 3 Once you boot the ESP you will see in the serial console log the following lines:
|
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing to ask if it is possible to spoof the mac address or override it in some fashion across multiple esp32.
I am trying to set up one controller for multiple esp32.
Only one esp32 will be on at a time to completely avoid conflicts.
Basically, I would like to have esp1 paired with a controller. I would like esp2 to be virtually exactly the same. So that if esp1 is off and I then turn on esp2, I can auto pair my controller with that esp2 without having to force the controller to forget esp1. Then if I turn off esp2, I will be able to pair esp1 if i turn it on later without forgetting esp2.
Hopefully this can be supported or possible.
Beta Was this translation helpful? Give feedback.
All reactions