Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hi
using nrfConnect SDK 2.9 I try to use the non-blocking SPIM example and the nRF52840DK as starting point for my application.
I encountered an error:
CMake Error at...
Hi,
Happy New Year! I hope this year brings fewer bugs than the last.
SDK Version: 2.7.0 Board: Seeed Studio XIAO nRF52840 Sense
System Description: I have a setup...
Hello.
The chip of Nordic, nRF21540: https://www.nordicsemi.com/Products/nRF21540 Is it possible to use it as a RF amplifier (PA + LNA) for a ESP32-S3 chip, which is 2.4GHz...
I am trying to transferring 9 16-bit floating point data(acceleratometer, gyro, magnetometer * x, y, z) fetched from icm20948 sensor by BLE Mesh, using nrf54l15dk. I changed...
Hi
We plan to use the nPM1100 for charging a LiPo battery and provide power to an nRF52810 processor and subsystem. The battery is very small and has no PCM.
Questions...
This is the example:
https://raw.githubusercontent.com/IRNAS/ppk2-api-python/refs/heads/master/example.py
Anything related to ampere meter mode does not seem to work,...
HI,
I am working on a NRF54L15 with NCS 2.9. I have a service my_service created with BT_GATT_SERVICE_DEFINE, with two characteristics, "Protected" and "Password". "Protected...
Hi
I am looking a simple way to synchronise multiple devices which might be in connected state(and streaming data) or not(storing data on flash).
I need an sync accuracy...
Hello,
I’m having trouble understanding Apple’s requirements for the advertising interval.
https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf
...
Hi
in NRF connect SDK is it possible to do the following:
recive one byte from PC via USB to a dev board. Immediately or with a delay less than 200 micro second send a...
I have a linux driver that uses nRF7002 am able to have both STA+AP. The issue I'm running into is that when I have STA up, AP MUST be the same channel, and vice versa. I...
Hello,
This is my first time taking a crack at embedded wifi, and I'm currently creating multiple wireless devices to pair with a usb dongle. The Antenna prototype is being...
Hello,
I am experiencing delays when sending data over a TCP connection on an LTE network. The issue seems to be related to the size of the data being sent – larger payloads...
Currently i am trying to implement NUS service in ble_app_hrs_rscs_relay example. what is i am trying to do: currently i am use nrf52832 custom board, nrfSDK version 17.0...