Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tjdah10

Pages: 1
1
You do not need to do anything Gatt Server (TinyDuino) side to read the characteristic, it's handled internally by BGLib. If you want to update the data to be read however, you're better off using notifications. The RX characteristic on the BLE shield has notifications enabled by default, so you're good to go in that regard.

For a simple sketch, refer to this: https://github.com/tunjid/BLE

For a more complex sketch showing how to read to a characteristic and different firmware that can be used with BLE, refer to this: https://github.com/WuMRC/drive

That repository also has the source for an Android app along with it's APK should you want to write one.

Good luck.

2
TinyDuino Processors & TinyShields / Re: TinyDunio BLE112 Shield Problem
« on: February 10, 2015, 07:34:37 PM »
If you happen to have the tinyduino accelerometer shield, this blog post should be useful as it has links to an arduino sketch and Android App with full source to get you started.

Link: https://tunjid.wordpress.com/2015/02/11/tinyduino-ble-and-accelerometer-demo/.

3
TinyDuino Processors & TinyShields / Re: BLE pin conversion kit
« on: July 11, 2014, 05:56:47 PM »
Dount you can make the shield use the 0 & 1 pins from a hardware and software perspective:

Hardware because it was already made like that.
Software because the 0 & 1 pins are needed for serial communication by the microcontoller.

4
TinyDuino Processors & TinyShields / Made Ribbon Connectors
« on: July 11, 2014, 05:38:28 PM »
Hey guys,

Just wanted to let you know you can make ribbon connectors, but you're going to need special, special help.

How special? Biomedical Engineering equipment special.

I know a guy who does brain surgery on rats and knows how to solder. He used his kit to help me make the connector shown in the attached images.



5
You get this error if you imported the BGLIB library into Arduino and then try to run the sketch from the downloaded zip file. To run the sketch, do either of these two:

1. Don't import the BGLib library into arduino and just run the sketch from the unpacked Zip file

OR

2. Manually copy the unpacked Zip file into your libraries folder.

Whatever you do, DO NOT import the library directly from the Zip. I got the same errors and fixed it that way.

6
Bump. I created a profile today just to ask this.

Pages: 1
SMF spam blocked by CleanTalk