Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...
Hello:
When I use Android 4.3 to connect nRf51822 AKII board, HEART RATE always show error on discovering services(129, then I can't connect nRf51822 AKII board.
Does...
Hello,
i want to develop open source software for nRF51 but i think the SDK licensing is to restrictive. I cannot use any of provided example code because its permits redistribution...
This is my code snippet
int main(void)
{
uint32_t err_code;
...
// Scheduler
scheduler_init();
// Initialize the SoftDevice handler module.
SOFTDEVICE_HANDLER_INIT...
Hello,
I was working over nordic dev board and found the uart template. but in that, only "data_receive_handler" is mentioned. i want to send data from my dev board to...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC RTC.
It function well when connected to EV board...
I see the "Emulated System OFF...
Hi all,
I'm using the nRF51822-EK (PCA10001) and I'm going to develop a bluetooth cadence (and speed) sensor for MTBs.
I desire low power consumption and i though to put...
hiii...
I was working on ble_app_hrs example of sdk-6 using sd7.0.0. I tried to add broadcast feature by sending some hex values, dat was working, but now i want to display...
Hi,
I need to use 2 TWI bus (hardware constraint) so I wish to drive one bus with twi_hw_master.c and an other with twi_sw_master.c.
Each bus have their own GPIO.
...
Hello.
I'm reading the nrf51 Reference Manual.
in MPU section, [ (SWD) will no longer have access to code region 0 or code region 1, as well as no longer being able to...
Hello,
downloading the file nrfgo_sdk_2.3.0_setup.exe causes the virus scanner to report an issue and moving the file into a restricted zone.
Can you help on this...
hi, i made ble app with nRF51822 (s110), sdk 6.1.0
and i put this code after a pstorage_store() function to wait finishing of this function.
uint32_t err_code, count;...
My board is nrf51822.
Simple_uart works fine in uart_example, but once I copy it to my ble project which can work, it stuck.
Part of my code :
advertising_init();
services_init...
Hi all,
Now I'm using the nRF51822 DK and nRF Loader APP do the OTA.I can use the APP to complete the firmware update.However,the device
cann't go back to bootloader mode...
I'm trying to build an application on nrf51422 with s310 SDK ver5.2. My application is working fine with Bluetooth and now I want to add ANT service to it so can anyone please...
We are running OTA DFU bootloader provided in SDK 6.0 on nrf51822. We noticed that when the chip has been on for a while and we quickly power cycle it, the bootloader sometimes...