Other Parts Discussed in Thread: MSP430FR2110, CC2340R5, SYSCONFIG, SYSBIOS
Hello,
I got this launchpad hoping for smooth entry to ble peripheral development, however, it seems I'm a bit over my head.
While I have experience with MCU programing, I am not familiar with RTOS and it seems to be a much more complicated architecture than I'm used to.
What I'm trying to achieve is a peripheral device with some sensors on board, upon receiving a command from a host app it will interact with the relevant onboard sensor and send the measurement back to the host.
I tried looking over the basic_BLE and data_stream examples to see how I could adapt them(after completing their respective online lab tutorials and reading the SimpleLink getting started manual), but they both looks like they contain a lot more parts than what is needed for my application and with so many layers of abstraction that I got lost trying to trim them down.
I also found no documentation regarding starting from an empty project and only building what I see fit.
If anyone could point me towards documentation on how to write such simple BLE apps, or an exhaustive explanation on the given examples and really and good read to start developing with BLE and RTOS, I would very much appreciate it.
Thank you,
Gal