Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hi there,
I am using the Nordic SDK 16.0.0 on an nRF52840 with FreeRTOS. I am quite familiar with using FreeRTOS, but hadn't needed to delete a task until recently. It seems...
Hi everyone,
How could I disable notifications from a characteristic when the peer is get disconnected from the the peripheral? My problem is that when notification are...
Hi,
I was investigating the registers of the nrf9160 using segger embedded studio and found POFCON, which is not mentioned in the documentation.
Can you provide...
I need to add some IPSO objects for our project. It is not quite obvious to me if I need to create modules similar to i e ipso_temp_sensor.c or if it would be enough to use...
Hello, guys!
We are desiging our custom board based on nRF9160 SiP. The board will be battery powered. Li-Ion rechargeable batteries will be used to supply the device. ...
Hi to all,
i am developing a device based NRF52840 soc, and i want to implement a device that need to store some public/private key in somewhere. i know that cryptocell...
Hello,
I am developing on the NCS 1.4.0 and on a NRF9160DK. I am working on the asset_tracker example and I noticed that the code sends an assisted gps request to NRF...
Hi,
I am using app_uart library with Tx and Rx FiFo. I want to check how much space is available in the Tx FiFo at any time, and similarly how much space is filled in the...
Now I am using Nrf52832,SDK15.0.0, S132,
When we developed the DFU OTA function APP, we encountered some abnormal situations: it could not get out in the bootloader mode...
HI,
I am trying to read the payload length of the data coming in a topic via MQTTSN over OpenThread. In the event handler, I am getting the event and trying to get the length...
Hello everyone
I am having a problem with the nRF Connect SDK 1.3.2 and the bluetooth peripheral UART sample on the nRF5340 PDK. The programm compiles and runs (the chip...
Hello,
i am using the DWM1001 Board with the nRF52832. I was curious if there is software similar to CubeMX for this MCU on this board.
So far I have not beed able to...
Hi,
I want to set two nRF52 modules pairing with each other.
During the pairing process, authentication is also needed for the sake of security.
The firmware I used...