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...
Hi
We currently working on nrf52 dk with SDK15.0.0 but we will use nrf52810 rather than nrf52832 due to cost.
As I know, nrf52810 doesn't have FPU compared to nrf52832...
Hi,
I am using nrf52832AA, SDK15.0, SD s131.
In some cases, an NRF_DRV_TWI_EVT_ADDRESS_NACK event occurs during I2C communication with the IQS263 sensor.
It would be...
Hello,
We have a custom board using the Rigado BMD340. I have uploaded the usbd_cdc_acm example code onto it. Everytime I plug in the USB, my computer fails to recognize...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
in my application i have to read the ADC (single channel) each 30us within 3 ms. And there must be no interruptions in this period of time. Then i can let radio up to 3ms...
Hello, I am receiving the error below when trying to build an application using the command:
C:\Nordic\ncs\nrf\applications\asset_tracker\build>cmake -GNinja -DBOARD=nrf9160_pca10090...
hi, I have nRF9160 SIP based custom boards.
I received GPS firmware from FAE.
We have our bias and antenna can be connected to our custom boards but can't connected to...
Hi, I am trying to add numeric comparison function to the project nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\app_ble_uart\pca10028\s130. in the project, there is no support...
Hi
I am working on ble_app_cli to acieve my requirements.
I want to whitelist device based on recieved scan request report before making connection with the central. ...
Hi everyone,
I'm working on the nRF52810 to let it comminucate with an ESP32.
The ESP32 is a client so I run a server on the nRF52810.
First the client starts scanning...
I am using the radio in the nRF52832 to support a custom protocol. I would like to send two packets in a row, each with different payloads, on the same frequency. When can...