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...
I have a NRF24L01 board, which acts as a receiver. It listens on RF channel 2 using address pipe 0 address as follows 0xC47B4D0331. I am able to transmit to this NRF24L01...
I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active...
www.dropbox.com/.../error.jpg
it is not even reach main()
same as devzone.nordicsemi.com/.../nrf51422-flashes-ok,-but-debugging-fails-stays-in-moves-r0,r0
is it related...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi
In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission...
I am trying to use this android app to read/write values from my nRF8002. Every few seconds I get a request to bind to the board, even if I already accepeted to bind to it...
I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example.
nRF24LE1 example is this.
/* Copyright (c) 2009...
Hi all!
I got a little problem with my ble device.
That is: my device takes system_off mode as initial mode, when being pressed the button, it will wake up and start advertising...
I am using UART0 for wired communication and S110 for Bluetooth LE communication at the same time, using HRM profile. System seems to work as expected, I get log output from...
I am using the nRF51822 to communicate with a HRM (and nothing else), but I intend to use the power of the ARM to control other sensors and process the received data. I use...
Mother board :6310
IAR: IAR Embedded workbench for ARM: 7.10.1.6735
IAR Embedded Workbench common components 7.0.2.3053
Softdevice: S110_nrf51822_6.0.0
sample Project...
I am able to debug in windows using uVision, and now I port it to use eclipse in mac,
however, I am getting GDBServer will be closed error, anything clue what did I do wrong...