Hello
Following my previous message from yesterday, the service seems to no longer be usable again at the moment.
Could you please confirm that this is a temporary issue...
Hello,
we have produced 10 Boards with nRF9151. Unfortunately, 3 device shows a false behavior. We cannot connect over SWD an they have a larger power consumption (whole...
Hello Team,
I am trying to set configurations for FOTA. I refer smv_server sample code and the following document https://docs.nordicsemi.com/bundle/ncslatest/page/nrf/app_dev...
Hello, I am working on a project where we use MCUBoot.
Currently everything works fine, but now we wanted to introduce persistent storage of some key value pairs.
For...
Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hello,
We are using Raspberry Pi + NRF52840 as Borderrouter for Openthread using Radio Coprocessor design.
However we are facing stability issues on the RCP where it...
Hi,
I'm trying to receive data from a UART transceiver. I'm using a nRF52 DK with a RS485 to UART transceiver chip.
On my debug session I get the " NRF_SERIAL_EVENT_DRV_ERR...
Hi,
I have a nRF52833 DK which contains PCA10100 debugger on it.
However, examples in the nRF5SDK160098a08e2 SDK seems like not supporting PCA10100.
Which example...
Hi all, I am beginner to Bluetooth module interface and I am in the stage of implementing the software for Bluetooth module to start and visible to other Bluetooth device...
Hi,
Lookin at this ticket https://devzone.nordicsemi.com/f/nordic-q-a/32090/qspi-pin-mux-on-nrf52840 for the nrf52840 it is said that it is ok to put QSPI on any pins (depending...
Hi,
I need to use cJson library to parse some json data. I have seen that the library is located at "nrf\ext\cjson" path. I have also seen how to add that library to a...
The documentation is VERY difficult to search. A search only goes over the chapter. I get different results depending upon which one I am in .... aarrg! And there are SOOO...
Hi,
I am not sure about the functionality of notify_cccd_handle.I am sending data from central to peripheral so the central should receive a notification from peripheral...
Very similar to this post , my use case involves cycling the modem between online and offline ("AT+CFUN=1" and "AT+CFUN=4"), for enabling GPS and also for reducing power consumption...
I am trying to broadcast an advertisement packet from a Nordic board nrf52840.
I have downloaded the latest nordic sdk and am loading the ble beacon example to the device...
Hello Nordic team, I'm currently developping a project that uses the nrf52840 as an HTTP server/client on top of its Bluetooth functionnalities.
I'm looking into implementing...
Hi,
I'm currently wprking on my project, my project it's about swarm, before the master swarm can advertise the message to the slave swarm through blehandler function now...
Hi,
My unit based on NRF52832 with SDK11 and works as pheripheral.
I started my project from nordics NUS (Nordic uart service) example.
My IOS software developer wants...
Hi Sir,
We got the nRF52833-DK, and tried to program the nRF52832 IC through the nRF52833-DK.
We download the latest version of nRF connect and command line tool, but...
Dear,
I am using THINGY:91
I am trying to read the data from BME680 sensor:
1. config: ( i used conf file from asset_tracking)
and, get the temperature:
...
Hello,
I am using UART1 to communicate with sensor. It is working fine. I can receive the data. Now I want to modify this data. When I use strcpy() function, it works properly...