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 try to update/replace the code in a nRF52 board from 3rd party (Fanstel). They only able to provide the private key which I can create the zip file but not able to give...
For our application, if the device loses connection, we enter beacon mode for longer range, and advertise using extended advertising to broadcast more data. Beacon mode wit...
Hi, I send application data using Read blob PDU from nRF52832. nRF52832 firmware is connectivity of Serialization of nRF5_SDK_17.0.2 for UART interface.
After connection...
I have followed the Scheduler tutorial ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/scheduler-tutorial ) and was able to use...
Has anyone characterized the nRF5430 ADC dynamic performance such as harmonic distortion, SFDR, SNR over frequency. I am interested in the 10-2kHz frequency range.
Th...
Hi,
I just want to know is there any Pre compiled hex files are available to convert my Thingy 91 as Thingy 52, I just want to use my Thingy 91 with Thingy 52 Bluetooth...
Hello,
I am developing a custom board using NRF52820 and I am trying run the Blinky example on it with no success.
I am trying to adapt the blinky example for PCA10056_S140...
hi support team,
i searched devzone, my question are similar with "devzone.nordicsemi.com/.../349118
it is clear we can't set it manually. and there is no API to achieve...
I'm trying to build the lwm2m_client using SES through the toolchain manager. I continue to get the following error: "Error starting process C:\ncs\v1.9.0\toolchain\opt\bin...
With KPN and Deutsche Telekom LTE-M SIMs we get dual-stack APN with both IPv4 and IPv6 IPs.
But the iBasis LTE-M SIM is giving out only IPv4, ignoring any previous +CGDCONT...
Hello, I am trying to figure out an issue that is happening in my project. I am using the NRF52840 chip and I configured the WDT correctly with WDT-> CRV = 10 * 32768 (the...
Hi everyone. I want to take advertising data with ble scanner and transmit to esp32 via uart. But I don't know how to do this. Is there an example for this? I need your help...
Hi,
When building a project with nrfonnect , sdk-nrf v1.7.1 that worked for colleagues I got strange warnings:
and the building aborts.
What is very strange is that...
Hello The function scan function is being implemented with nrf52833. The desired action is an action that does not connect immediately when the scan starts, but when you receive...
Using nRF52840 and SDK15.3
I'm seeing some documentation on the DFU process and all that but I'm having to write my own bootloader transport (and lower) layer to implement...