I recently obtained a MKR WiFi 1010 for a project in which I want to connect the externally powered WiFi1010 to a computer via Bluetooth to send Serial data through a Bluetooth COM port. The board comes equipped with the NINA-W102 network module, which has Bluetooth 4.2 integrated into it. My computer has a 4.0 Bluetooth module.
I am attempting to connect to the MRK Wifi 1010 board, but it does not show up as a discoverable device on the list of Bluetooth devices. Do I have to somehow enable the bluetooth or update software/firmware?
joshua_grosserhode:
I recently obtained a MKR WiFi 1010 for a project in which I want to connect the externally powered WiFi1010 to a computer via Bluetooth to send Serial data through a Bluetooth COM port. The board comes equipped with the NINA-W102 network module, which has Bluetooth 4.2 integrated into it. My computer has a 4.0 Bluetooth module.
I am attempting to connect to the MRK Wifi 1010 board, but it does not show up as a discoverable device on the list of Bluetooth devices. Do I have to somehow enable the bluetooth or update software/firmware?
Did you ever get this figured out? I have my board running and sending sensor data via WiFi to Ubidots. It would be nice to be able to alter the program, i.e. update the code via my laptop running Arduino software
Netguykb:
Did you ever get this figured out? I have my board running and sending sensor data via WiFi to Ubidots. It would be nice to be able to alter the program, i.e. update the code via my laptop running Arduino software
you want to update the sketch?
you can do it over WiFi
use the WiFi101OTA library (change the include to WiFiNINA) or my ArduinoOTA library