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'm building a project for the nRF52832 using the NRF5-SDK version 14.0.0. I'm compiling using GCC 6.3.1 ( arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017...
Hello,
We are using the AWS library on a Thingy91 to enable FOTA. We have a working example where we store the bin file in S3 as instructed in the SDK documentation.
Now...
Hello, I am trying to use the Peripheral UART code with the nRF9160-DK. I followed this guide https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started...
Dear All, I was wondering if you could provide any examples or advice as to good practice techniques when using the Watchdog timer in a multi-threaded Zephyr application.
Hi all,
I'd appreciate some help on the following problem:
I'm trying to put a custom hardware into a low power sleep mode from which I want to wake up regularly. I’m...
Hello
I am doing a project need to implement firmware update from the application
and I reference bellow thread,
https://devzone.nordicsemi.com/f/nordic-q-a/68368/write...
Hi, I am trying to build the light switch server in the nRF for Mesh SDK, but I cannot generate the SES build files using cmake.
I am receiving the following error
CMake...
My central and peripheral are continuously connected at 1sec connection interval to conserve power on both devices.
When a button is pressed, I would like to exchange data...
I don't fully understand datasheet for LFXO.
17.4.3
CL_LFXO Load Capacitance = 12.5pF. Is this the recommended CL for external crystal?
RS_LXFO ESR = 100k. Is this the...
Hello everybody,
I'm developing a webapp that need to communicate with my BLE device, an nRF52 DK Board.
The firmware has some open and some encrypted characteristics...