Arduino BLE Sense does not work with Serial object
Hello,
I have problem connecting my Arduino Ble Sense to Max patch. I am using Serial object with the port Letter and Baud rate that Max is showing me on the console. Arduino IDE and serial monitor closed. The Patch can't get any data from the Arduino BLE Sense but if I try with Arduino UNO it works perfectly fine!
Any idea why this might happen?
Is there a plugin I need to install to make this new Arduino work on max like previous versions?
Hi,
It seems to be an issue with serial hand-shaking on some newer Arduino boards. I had similar issues on nano RP2040 connect.
You can get it to work by sending a message to the inlet of the serial object: [dtr 1]
You can read about DTR here: https://en.wikipedia.org/wiki/Data_Terminal_Ready
see example:
david currie, you saved me!! omg i've been searching for this for HOOOURS. hallelujah king