Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...