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
I am working on testing the PSM on my nrf9160 custom board using SLM
After powering up and setting AT+CFUN=1, when I send the following AT commands:
It seems the...
I was attempting to implement the secure bootloader example on my custom board (nrf52832) and it failed, so I have been trying to reprogram the board with our normal application...
Good afternoon,
I've created public and private certificates for connecting with an azure hub using a nrf9160dk. I succeeded but, later, i was investigating a bit deeper...
nRF5 SDK can enable radio notifications by few API calls for example: https://devzone.nordicsemi.com/f/nordic-q-a/3481/radio-notification-only-after-ble-radio
with NCS,...
Hi,
I use the example Android Application from Bluetooth to send a generic onoff message from the phone to the proxy node which is also a light switch client ( https://www...
Hi,
My app, based on SDK17.0.2 and SD S340 ues both ANT+ and BLE. While connected to the app runing on the NRF52 from my phone app through BLE, my app on NRF52 sometimes...
Hi Team,
We are designing the Nb-IoT Pet Tracker with nRF9160 SOC and We are performing the NB-IoT Body SAR Compliance Testing, For that, we are trying to communicate...
Thanks in advanced. Platform is: nrf52832-qfaa, SDK_17.0.2. I use microusb interface as multiple port for charging and uart I/O. I always get APP_UART_COMMUNICATION_ERROR...
I was trying to build the ble_app_uart_pca10040_s132 from the nRF dk 17.0.2 examples and the unmodified file failed to build. I got the errors "unknown type name 'nrf_drv_uart_config_t...
Hello,
I've got a simple humidity/temperature sensor I am using, just to test out TWI on the PCA10040 Dev Kit.
When I wire up the sensor to the default SDA and SDCLK pins...
I'm using nRF5 SDK for Mesh v5.0 and I'm evaluating the Provisioner example to provision a node with sensor server model .
I want to modify the default publish period of...
Hi,
I'm currently testing the nRF52833-DK with the light switch example and it works great so far with the new Mesh SDK,
but I have still some open questions about the...
Hello,
I am trying to program my nRF9160 DK v0.9.0 with mfw v1.1.4 but I am getting an error "Modem DFU failed with error: Error: Error occured when program. Errorcode:...
Greetings,
I have two nRF52840's where one is modeled as a peripheral and the other as a central. I have created a custom service and characteristics on the peripheral...