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'm using SDK 9, I flashed the softdevice 8.00
I compiled the project located in \SDK_9.0.0\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
I flashed...
Hey,
I am trying to use app_timers and nrf_delay_ms together but the system gets stuck almost everytime. I have the following code:
void timer_handler(void *p_context...
We have noticed an issue when using the UART on our nRF51822 (SoftDevice = S130, nRF51_SDK_9.0.0_2e23562). Our Nordic app waits for commands on the UART and processes these...
Hello Everyone
I am trying to configure the two GPIO in High Drive mode 5mA but after compiling the program it does not seems like congifured to High drive Mode because...
Hello, I am designing a system to transmit a mono or stereo audio signal over RF, a few hundred feet, then receive it and reconstruct the audio and listen to it on a speaker...
I am developing a HID keyboard with SDK v6.1, SD v7.3, IC revision 2.
The keyboard is already able to advertise (non-whitelist) and bond with iPhone, and connect/reconnect...
Hello
I want to optimize SPI com as fast I can do:
First I am using the fast spi data rate by SPI_FREQUENCY_FREQUENCY_M8 variable and I want to reduce at first the timing...
As far as i understood it supports 4.2 BLE because using it i'm able to see packets between nRF52 central and peripheral boards (HRM example). Is it so?
Question:
I am confused about who can do (or rather who usually does) whitelisting - the master or the peripheral device?
My findings so far:
I can't find a certain...
Hi,
I have written a windows 8.1 application to connect to my custom nrf51 device. It is used for configuration and is set up without requiring a password (I do not need...
I want to be able to transmit the on-board temperature and battery voltage over a beacon application. The application only needs to transmit periodically similar to an iBeacon...
Dear,
I'm now face problem on button interrupt.
I use 3 buttons for my system.
button 2, 3 is used for boot diagnostics. assigned as below.
bsp_event_to_button_action_assign...
I'm trying to lighten the leds using ble, my problem is that when I measure the current consumption when the leds command sent, it reaches to 5mA which is not suitable for...
Hi
I've playing around with the new peer manager a while. I used the example "ble_app_hrs_rscs_relay_pca10028.uvprojx" from the SDK10. After a first fix (see Link ) in...
Hi,
I want to use timer1 or 2 interrupt ISR to generate complicated PWM signal.
but the timer->intenset setting cause ble connection drop problem.
Please refer to my...