Me and 2 friends are very new to Arduino and Bluetooth, yet have experience in programming and electronics, so we're not completely useless
We want to send data to the smartphone app Serial Bluetooth Terminal. As a first step, we're trying to send anything at all just to test it out. In the next step, we want to send data from a sensor.
We are using Arduino Nano 33 BLE, and so far we have managed to connect the phone to the board. But we simply cannot get anything to be sent over. We have used several tutorials, chat GPT, you name it...
Please, can anyone help us out? Do we need the HC-05 bluetooth modul and a different board, like the Uno? We ordered the Nano 33 BLE because we thought it would cover the Bluetooth functionality.
BLE is Bluetooth LowEnergy and that is different from (and not compatible with) the classic Bluetooth of modules like HC05 or HC06. Your PC needs to be BLE compatible (Apple). Unfortunately I don't know much about BLE so can't help wit that.
If you want to use classic Bluetooth then you should be able to interface your NanoBLE with a HC05 to get classic Blurtooth.
If your question has been answered to your satisfaction, please mark the thread as solved so that other users that may want to help will not waste time opening the thread to help only to find the question has been answered.