This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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, we've been using nRF51822 for developing application and iOS 7.x detect then just fine.
Since I upgraded to iOS 8. Beacons are 'invisible' to our application.
I was...
When I try to use the mergehex tool to combine all three my application never seems to get properly combined.
What I'm doing:
mergehex -m softdevice.hex myapp.hex -o...
I am using Nordics sample bootloader and I really want to make sure that given a freak accident in sending it the firmware or in the firmware code itself that the bootloader...
Please,
We want to develop our BLE related application on PC and we find that "GAP/GATT driver for windows" is a good way to achieve that. While our system is based on...
I upgraded to:
Keil V5.11.1.0
J-Link 4.90
nRFgo Studio 1.17
S110_nrf51822_6.0.0
The blinky demo works fine, but s110 demos like the ble_app_hrs won't advertise. LED...
Hey folks,
I am having a little trouble with my nrf51822 at the moment and needed some help.
I am currently using a highly modified version of the ble_app_temp project with...
Hi,
I am measuring die temperature of the nRF51822 using sd_temp_get() at the timeout handler of the RTC1 timer every 2 seconds.
I am using the battery service for a...
Hi,
just for understanding what soft device do i have to use when i want to build an application wich use observer role and broadcaster role at same time?
Can i use S110...
In our application, we need to save a group of data objects,
how many data objects in a group is dynamic.
also each data object has different sizes,
a few bytes up to 100...
Hi,
I am using nrf51822 custom board.
I'm trying to make intterrupt when a pin is 0 (or 1) and do some calculations while it remains 0.
However I could not manage...
Hello,
I am trying to use SPI on a mbed nRF51822 and am following the documentation suggestion. We've deleted all code except the minimum to try and track down the problem...