Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello ,
I want to use OLED display having SSD1351 driver with nRF52832 DK board over SPI. Is there any library or support available ? Please help to share if it is available...
Hi,
We have a peripheral based on the nRF52840 which connects to a smartphone as the central.
Following the guidelines for iOS we have selected a connection interval of...
Hello Devs,
I am testing an nRF52840, configured to operate to 1.8V using the DCDC converter. All pins are supposed to operate in a 0-1.8V range.
So my question is...
Using 52840, I would like to drive an external device at 800Khz
Works well without enabling the SoftDevice
But once the SD is enabled - this does not work
Ideas?
I used 9160 to develop a product for the customer. Previously, I used ncs1.2.0 SDK, and the power consumption of the whole machine was about 200uA. Now I am going to use ncs1...
Hi mate,
I followed the link (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) step by step and its worked...
Hi mate,
I followed (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) your instructions and successfully implemented...
We found that when testing the nRF52832 chip, if the C9 capacitor is empty, the chip broadcast power consumption increases from 20uA to 40uA, and the power consumption of...
Hello,
Over the years we've occasionally been experiencing a issue with nRF52840 and nRF52832 chips in case of which any BLE activity would stop happening. A chip mounted...
Hi,
I've used the module https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js to create device certificates for a nRF9160 device and then AWS JITP...
Hi there,
Is it at all possible to run nRF Connect for Desktop apps like the programmer and the power profiler from outside the nrf connect for desktop app?
e.g. is there...
Good day,
is there a way to check if a client is connected to GATT server/service? Would like to send a data after device gets reconnected.
i am using PCA10040 with...
Hello dear Nordic. I am wondering if I can simulate a hardware event by the software by writing any value to the event register, or in other words to create artificial interrupt...
Hi,
I implement the CLI on my nRF52820 and I see in function cursor_next_line_move in file nrf_cli.c they use "\n" but for my project I don't want to pass in cursor_next_line_move...