-> 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...
According the nPM2100 page "nPM2100 comes with exceptional software support for Nordic’s nRF52, nRF53, and nRF54 Series" but doesn't mention "nRF91 Series".
Currently I...
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...
I am using ncs2.9.1.
I am currently testing Bluetooth mesh dfu using 54l15dk. Now I want to put the firmware that is ready for updating into the external flash of the distributor...
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...
Hi,I'm using mpu9150 imu sensor with nRF51822 EK kit, i want read that sensor values i.e acceleration, gravity, yaw,pitch,roll values in keil ide ,how i can do that? Can any...
Hi,i'm using the nRF51822 with the IMU 9150 sensor, i'm using the github.com/.../nrf5-mpu-examples git repo for my sensor. while i try to read the values of sensor in Tera...
I am trying to flash TCP-Server example from IOT SDK from Eclipse.
Project builds without errors.
But I am getting this warning message in Eclipse console when I flash to...
s130, nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0.
I want to use the Central Glucose Service, how do i modify the "ble_central/ble_app_hrs_c" example code?
int main(void...
I wanted to use MQTT example with nrf52 DK board.
and I uploaded MQTT firmware which is located MQTT example folder in iot SDK.
www.youtube.com/watch
I tried to follow...
Hi,
I want to implement handler for undefined instruction fault. According to Cortex M4 documentation (ARM DUI 0553A subchapter 2.3.2 "Exception types") this fault leads...
Hi everyone,
I've been experimenting compiling my project with Clang and have run into some issues with the supervisor calls and their wrapper in nrf_svc.h.
Without...
Hi,
I want to implement simple module:
gpiote event on pin change (around 6.7MHz signal)
Route gpiote event through PPI to increment counter
Toggle GPIO pin...
According to the documentation, the function sd_ble_gatts_exchange_mtu_reply() can return NRF_ERROR_BUSY , which would require the application to somehow defer the call to...
Hi,
I am attempting to run the examples of BLE HRS C and BLE HRS Peripherals from the SDK. Getting to the connected state works (discovery and notifications as well) just...
I noticed that the ram setting in this example is from 0x20003440, this means only less than 1KB is for application. But the example in sdk 12.1 the ram is from 20002078....
We want to use IoT SDK where two or more nRF52 chips would talk to each other via 6lowpan, in that case is the ble enabled router necessary for such communication?
I have an nrf51822AC chip connected to another ARM based processor which provides a CAN interface. The two are connected via the UART and we are using the ble_connectivity...