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.
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.
It's this kit:BMD-300. OK, I try use UART example.
Right, and what about that second thing?