-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hello,
on nrf52811 I want to do advertising once per second. Is it possible using SDK and Zephyr to register an event that advertising was sent - completed? If I understand...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
Hi,
I am getting framing error notifications from the nrfx uarte driver on a zephyr platform when receiving data from a certain external device, but only when there are...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
I have the nrf51822EK and trying to make it report the speed/cadence of a bike. So far the design is to report the speed every 1 second as a BLTE peripheral device automatically...
Hi,
the ANT protocol defines the channel message rate in a range from 0.5Hz to above 200Hz, with the upper limit dependant on the specific implementation.
What are the...
I found a strange phenomenon with sdk 8.1.
If I use arm gcc compiler to compile code containing pstorage operation, functions like pstorage_clear will not return though...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
Hi All:
I was wondering if it is possible to program this chip through UART->FTDI FT232?
Has anyone done this? I am looking for the cleanest solution for programming...
So I've added a DFU into the flash, now how do I actually access it from my application?
As far as I understand an example project ble_app_hrs in s110_with_dfu configuration...
Setup: Central app using serialized s120 (2.0.0) with connectivity app.
The connection interval is set to 10 ms.
Connect to a peripheral
From some sniffer data...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hello,
I am using SDK 7.2 with SD110 7.3.0 and I am having a security issue when an attacker is able to steal the BD address of a previously bonded device.
The security...
I'm running BLE and Gazell host concurrently using the timeslot API. I also have 2 Gazell peripherals transmitting all the time. Everything works just fine when I run Gazell...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hi,
I tried the nrf51_iot_sdk_0.8.0_f1f6187 and flashed the coap example (examples\iot\coap\ipv6\client\boards\pca10028\armgcc) with the s1xx-iot-prototype2_softdevice...
Hi,
In many places in the nRF51 documentation (e.g. developer.nordicsemi.com/.../a00081.html) the term "Master Control Panel" is used without clarification that this is...
Hi:
i use SDK7.0 , i write data in flash (address:0x0003fc00)and the data is erased when SDK run.
and is there any way to protect the page that i want to write or...