Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
I've been working on firmware updating devices from Microsoft Azure, and when pushing new firmware update to devices (NRF9160), some of the devices has failed downloading...
Hi to all, I'm developing a new device that should be a multiprotocol: Zigbee (as coordinator) and BLE peripheral (nus).
I use the nrf5_sdk_for_thread_and_zigbee_V4...
Hi Everyone,
I'm working on "Thread_Zigbee_v4.1.0\examples\zigbee\light_control".
I need configuration as above title.
But I relize that "zb_set_pan_id(0x1234)", "nrf_802154_short_address_set...
I am trying to use the DK Dashboard with the Serial LTE Modem Software.
The connection to the Cloud works in principle but I only can see the terminal card when connected...
Hello,
Currently I am experiencing some problem getting the NUS to send a TX notification of more than 20 bytes to the central (which is an old custom android application...
Hello,
I am offloading sockets in config. I instantiate a socket, set the send/recv timeouts, and then call connect(). It's returning a 95 which is EOPNOTSUPP. I was able...
Hi,
I'm investigating firmware image signing on the nrf9160 using MCUBoot and the nRF Connect SDK v17. I have configured
and it seems to work via `west build -b nrf9160dk_nrf9160ns...
Due to parts shortages, we are having to scramble to find compatible hardware for our project. I have sourced some nRF5340 modules but need to know if Gazell is supported...
Hi!!
I am facing an issue wherein more than one device is acquiring the leader role in a same thread network.
In my setup, I have a total of 4 devices. Three of them are...
Dear Team,
I have to use many number of pages to store data in flash memory in nrf52840 , but I am confuse that what will be start address and end address in flash_fstorage...
Hello Team,
I am facing segmentation fault while reading the OTP memory using pointer in my code. To write the OTP value I have used below command which was successful and...
Hi,
I received the nRF9160DK yesterday, and used the AT Client to get talking to the modem and connecting to a network. In VS Code I built an application from sample ...
Hi there,
I'm using the product specification of the nRF52840 to program the SAADC in continuous mode using its internal timer. I'm not able to use your SDK. Unfortunately...