Communication between 2 Arduinos via Bluetooth
Budget: £10 – £20 GBP
This is a software project. The deliverable is some code for an Arduino. We expect that it's an easy project if you've done work with Arduino's and Bluetooth before :-)
We want to set up communication between 2 Arduino Nano 33 BLEs via Bluetooth. We'll have 2 computers. Each computer with have an Arduino Nano 33 BLE attached to it. When we type something into the Serial Monitor input in the Arduino IDE on Computer 1, it should appear on the Serial Monitor output of Computer 2.
Also, it should work in the other direction. So when we type something into the Serial Monitor input in the Arduino IDE on Computer 2, it should appear on the Serial Monitor output of Computer 1.
The system should be able to work when there are other pairs on computers in the environment. So each Arduino should have some kind of unique ID so we can set up communication with the device that we want to communicate with.
We want to set up communication between 2 Arduino Nano 33 BLEs via Bluetooth. We'll have 2 computers. Each computer with have an Arduino Nano 33 BLE attached to it. When we type something into the Serial Monitor input in the Arduino IDE on Computer 1, it should appear on the Serial Monitor output of Computer 2.
Also, it should work in the other direction. So when we type something into the Serial Monitor input in the Arduino IDE on Computer 2, it should appear on the Serial Monitor output of Computer 1.
The system should be able to work when there are other pairs on computers in the environment. So each Arduino should have some kind of unique ID so we can set up communication with the device that we want to communicate with.