We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi
I am writing my own bonding manager.
In the S110 stack after Phase 3 of pairing the keys are exchanged which result in the EVT_AUTH_STATUS event which in turn contains...
when I add my own service and add characteristic, a odd phenomenon confuse me.
When I set cccd_md.write_perm:
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm);
...
after several attempts to debug and understand what goes in my handlers in the BLE callbacks, I thought to give a UART logger a try.
this is what I'm trying to use: OpenLog...
Hello,
I am looking for a not expensive way to program nRF51822 by frame of 10 modules. All the 10 modules would be connected to a PC using pogo pins, and I would use a...
I can get an information that bluetooth smart connects bluetooth smart ready.
But I can't get an information that bluetooth smart connect bluetooth smart ready.
So, Would...
I am using nrf51822 and i want to run my application using softdevice.
But I am not able to start my softdevice Please can anyone guide me how to start my softdevice.
I...
How to enable the notifications or indications? In APP? can I enable it in ble peripheral?
I meet a chip of "Quintic" can do this. When I connect it to MCP and I get this...
I made Pwm program with 3 channels without using softdevice and without using interrupts at that time it is working perfectly. But when i am trying to use softdevice with...
Sometimes I receive pipe error 0x92 when I try to send a message from nordic to Android. What could be the causes for a pipe error 0x92?
I saw this: "Pipe Error Event ...
Hi,
I purchased nRF24Lu+ modules on ebay. I am trying to talk to them over USB from a linux machine.
Nordic datasheet states:
VID = 0x1915 and
PID = 0x0101
When...
Am I right in thinking that these security parameters are contradictory in that for the peripheral (nRF51822) to provide MITM protection, there must be either IO capabilities...
I just received my nrf51822 and am using an-36 as a starting point to build my first "Hello World" application for BLE.
All I would like to test is to have the status of...
I am trying to only perform calculations for connected ble services.
I am implementing a state machine that monitors the ble evt.
I use this for example when to perform...