I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
I have make over your bootloader example to create my own without BLE support in bootloader (new programs are send in application instead of in dfu bootloader). Bootloader...
Having some trouble using the NRF52 as RX and nrf24l01+ as TX. The NRF52 receives the packet, but for some reason it always says CRCerror.
Anyone ever tried to use NRF52...
Hey Guys,
In my custom board I need to use two different I2C bus and one SPI.
At the moment i'm using twi_master to comunicate with one of the TWI bus,
but to switch...
I have several nRF6930 beacon kits. Some have a sticker indicating they have a PCA10006 board, on others, the sticker indicates PCA20006. All PCBs are marked 400059 0138RUBR...
Dear developers,
As we know, nrf51 has a maximum flash erase / write cycles of 20.000 times. So, in my code, I have implemented a counter that checks if max. flash write...
Dear All,
Does it worth coding a selection (scanning?) of "relatively free" radio channel to stick to?
Say, before starting our distributed application (consider a network...
Hi,
The artical form this link is great !
devzone.nordicsemi.com/.../
but I've some interogations.
the clear text contains the nonce value; 12 random bytes starting...
Dear Nordic,
I have managed to modify the HID Keyboard demo (SDK10/nRF51 DK) to have both keyboard and consumer control functions. Works fine on Android, however it shows...
How should the addressing be between an nrf24LU1+(transmitter) and nrf24l01+(Reciever) in the code.?
The registers TX_ADDR, RX_ADDR_P0, RX_ADDR_P1 are updated on a device...
Do we need to explicitly set the ENABLE field (Bit31) of RADIO->OVERRIDE4 when applying the override values from FICR->BLE_1MBIT[n]?
From the few samples I've checked,...
Please teach me the minimum theoretical value of the transmission time in the following conditions.
CPU --> nRF24L01 --(2.4GHz/1Mbps)--> nRF24L01 --> CPU
CPU -->...
I need to send a long (let's say 10Kb) notification from Bluez 5.37 on my Linux device to a mobile phone.
My implementation is based on src/shared/gatt-server.c .
I...
Hi,
I have put in my chip (nrf51422):
-1 softDevice s110 8.0.0;
-2 application (hrm_whit_dfu);
My problem is:
when i send characteristic to start advertising the board...