Search found 9 matches
- 17:52, 24 Mar 2015
- Forum: Questions and answers
- Topic: Where to add UUIDs in Arduino BLE example
- Replies: 8
- Views: 54983
Re: Where to add UUIDs in Arduino BLE example
Any idea Micke?
- 15:51, 19 Mar 2015
- Forum: Questions and answers
- Topic: Where to add UUIDs in Arduino BLE example
- Replies: 8
- Views: 54983
Re: Where to add UUIDs in Arduino BLE example
Hello Micke, I am looking to transmit sensor data over ble using a tinyduino and a tinyduino ble shield which uses a bluegiga112 chip. I have formatted the tinyduino using this example https://tunjid.wordpress.com/2014/09/05/a-simple-gatt-server-part-2/ I have used the easy ble demo, in the tools se...
- 14:47, 18 Mar 2015
- Forum: Questions and answers
- Topic: Where to add UUIDs in Arduino BLE example
- Replies: 8
- Views: 54983
Re: Where to add UUIDs in Arduino BLE example
Does anyone know how I would retrieve the descriptor UUID?
- 17:40, 15 Mar 2015
- Forum: Questions and answers
- Topic: Where to add UUIDs in Arduino BLE example
- Replies: 8
- Views: 54983
Re: Where to add UUIDs in Arduino BLE example
Hello Micke, Thank you for your reply, I used the Easyble Demo this is how i did it: - Downloaded the example via github - added it to examples folder in evothings app folder - dragged the index.html file into the evothings workbench - open index.html and add myDeviceName - run application The app i...
- 17:53, 03 Mar 2015
- Forum: Questions and answers
- Topic: Where to add UUIDs in Arduino BLE example
- Replies: 8
- Views: 54983
Where to add UUIDs in Arduino BLE example
Hello All, I am trying to use my peripheral with the arduino ble example. I am using a tinyduino microcontroller with the BLE shield. I have changed the example to my peripheral name like so in the app.js: startScan: function() { console.log('Scanning...'); evothings.ble.startScan( function(deviceIn...
- 17:51, 02 Feb 2015
- Forum: Questions and answers
- Topic: Arduino ble example with Bluegiga 112
- Replies: 8
- Views: 57664
Re: Arduino ble example with Bluegiga 112
YOU GUYS ARE AMAZING thank you!
- 18:31, 31 Jan 2015
- Forum: Questions and answers
- Topic: Arduino ble example with Bluegiga 112
- Replies: 8
- Views: 57664
Re: Arduino ble example with Bluegiga 112
I am getting three sets of UUIDs from the BLE discovery applications: Services UUID, TX UUID, RX UUID I have changed the UUIDs in evothings app to my peripheral's UUIDS: on lines 229, 234, 244 I have changed it to my services UUID what about line 247 what is the descriptor UUID? Also I believe it mi...
- 16:37, 31 Jan 2015
- Forum: Questions and answers
- Topic: Arduino ble example with Bluegiga 112
- Replies: 8
- Views: 57664
Re: Arduino ble example with Bluegiga 112
Hello Ardiri, Thank you for your reply. I have already completed these steps. My ble shield connects to BLE discovery apllications like bluegiga etc. I have also found the respective service UUID and the TX RX UUID. The issue I am having is making the application work with my peripheral and the tran...
- 22:37, 28 Jan 2015
- Forum: Questions and answers
- Topic: Arduino ble example with Bluegiga 112
- Replies: 8
- Views: 57664
Arduino ble example with Bluegiga 112
Hello All, I would like to create an application for my ios device, using the Arduino ble example https://github.com/evothings/evothings-examples/tree/master/examples/arduino-ble . From what I have read this example only works with readbear shield, I currently am using the tinyduino ble shield with ...