Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask You for an simplest example project (c++) that allow do this.
Best regards.
Marogo
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask You for an simplest example project (c++) that allow do this.
Best regards.
Marogo
Are both these devices nRF51/52 based? If so then you should use Nordic BLE UART example codes from nRF5 SDK (just C, no real C++, sorry man;). If not then you can still use it but you need to implement counter part on foreign chip according to (simple) GAP/GATT definition of NUS.
Do you mean (a) windows to BLED112 through UART, then (b) BLED112 to BMD300 through BLE channel? Can you show us a rough system diagram of whatever you want to accomplish here?
Yes, exactly. I would like to send some data packets between PC and some device, so far connected by RS-232, but now I'd like use bluetooth "channel" to do this.
It's this kit:BMD-300. OK, I try use UART example.
Right, and what about that second thing?