Thanks Gordon for reply. I thought that I did something wrong because I could not find my esp32 with NRF Connect. But the thing was that I looked for MAC that I got from NRF.getAddress() -> "de:ad:de:ad:de:ad". In fact esp32 advertising with MAC from getSerial() -> "30aea488-a16c" -> 30:ae:a4:88:a1:6c.
I just trying esp32, that is not mine by the way :), as starting point. So if I'll start some serious project I'll definitely buy one of your official boards to have more reliable BLE support and help the Espruino Project. But I can't afford it now.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks Gordon for reply. I thought that I did something wrong because I could not find my esp32 with NRF Connect. But the thing was that I looked for MAC that I got from
NRF.getAddress()
->"de:ad:de:ad:de:ad"
. In fact esp32 advertising with MAC fromgetSerial()
->"30aea488-a16c"
->30:ae:a4:88:a1:6c
.I just trying esp32, that is not mine by the way :), as starting point. So if I'll start some serious project I'll definitely buy one of your official boards to have more reliable BLE support and help the Espruino Project. But I can't afford it now.