We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am encountering problems getting the Bluetooth talking.
I am using the blendmicro microcontroller which claims a arduino as its core, and it has bluetooth low energy 4.0 capability. so i have loaded arduino code simply "bt.begin()" to start broadcasting the bluetooth signals. The problems now is i couldn't see anything in the serial monitor in arduino, so I can't transmit the data serially to processing.
is there anyway that i can capture the data broadcast by blendmicro in processing or the way around capturing it in arduino and transfer it serially to processing?
I am using a mac.
I really appreciate your help! Thank you!