Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
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, Ole
I am using Nordic development board with Nordic dongle to communicate,..but I am getting receive link loss. I have removed reset from error handler, though the...
I have a setup where I will be switching the nRF51822 UART between two different peripherals (one being a connection to another nRF51822), so I need to be able to safely close...
Folks,
Sorry if I'm just being boneheaded here, but have been fighting with a couple problems while migrating my app on nRF51822/"C0"/SDK 4.2.2/S110 5 to nRF51822/"G0"...
We have made a custom board using nRF51822 connected to a MPU6050 accelerometer running on a battery.
Currently, we have issues performing reset on the chip. We have to...
Hi
I'm trying to measure the frequency of a pulse signal that runs at a moderate pace, varying between 50 and 500Hz while the SoftDevice is active. The softdevice needs...
Hi all,
I am having a bit of a problem with the printf. I could not figure out what could be the problem. From what I search people seem to be getting it working with out...
hi....
how can i implement bonding in app_ble_hrs example code from SDK V6.1.0 with soft device V7.0.0. the bonding should be done with a pass key.
can any one help...
Tried V5 a few months ago. But Nordic Semi didn't support their devices at that time.
I installed V5 today, and found a bunch of goodies :-), even including a nRF-RTX!
...
Hi
We did a few tests with the S120 softdevice (example in the SDK 5.1). Most things are working as expected, but the range of the device is by far less than we reached with...
I have been working on making at least 1us Timer interval(expect faster than 1MHz) using interrupt.
To do this we need to set the prescaler of Timer to 4, since formula...
Hello, sorry if this is a stupid question, but i'm fairly new to BLE (nRF51822), and even newer at report descriptors.
I'm using a nRF51822, SDK6.0.0 and S110 7.0.0.
In...
I saw softdevice no memory every several times, according to spec, softdevice use 8k, and app use 8k, are they share this 16k memory or no sharing, each use 8k, and reduce...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
My PCA10001 was working(running the heart rate monitor example) from the coin cell. After it ceased to work, I assume the cell was flat, but on replacing it the PCA10001 still...
Hello,
i'm trying to get running nRF51 on Arduino IDE. I have forked RFduino at the moment github.com/.../RFduino
With SDK i can compile a startup library and an simple...