G’day
1st, my apologies for repeating the topic, since the one I’ve found is more than 120 days old, hence unable to edit it.
Have implemented an electronic circuit to control a relay, used to close and open a gate/door/etc. Have used a optocoupler between the nano 33 ble and the relay.
Works fine!
Have used Light Blue BLE / central app on iPhone, to control the nano 33 ble / peripheral
Works fine!
Now I also need the nano 33 BLE to communicate to a mobile device via Wi-Fi
May I ask you please to advise how can I add Wi-Fi support on nano 33 ble?
Note: do not need BLE & Wi-Fi to work at the same time, but need to support both BLE and Wi-Fi, since mobile user might use BLE and other time Wi-Fi
You could have a look at the Arduino Nano 33 IoT. It has BLE and WiFi support (not at the same time). The ArduinoBLE library API is the same but the Nano 33 IoT does not use mbedOS.
I have written an example sketch a while ago that switches between WiFi and BLE. Have a look at reply #6 in the following post.