This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

i2c application

Hi, First I'm new to these devices and BLE in general. I am however very experienced at embedded design and Keil tools and ARM processors. I have got the demo heart beat demo going. I have seen the twi demo code.

Application: I want to read an i2c device at 100hz 8 bytes at a time. I don't think that should be too difficult.

But I want to transmit it to a custom PC application. Are there any demos I can see/modify? Can the BLE transmission be picked up by a PC (2014 Macbook pro) or does it need the dongle? How can I get the data read into an application (planning on using MS VS C#).

Thanks

Ian

Parents Reply
  • Thanks again cocoa. I have read a good bit and gone through some of the example code. To start with I want to try to send 8 bytes of data on a continuous basis and try to pick up the service using the app you gave me the link for. Once I have this working I will add i2c reading and eventually some Xcode (well that's the plan).

    Rather than writing from scratch I was going to modify some example code. Which example would you recommend using or is there a better way? Thanks

Children
No Data
Related