We have a issue about nRF9161 on our custom board.
we flash hex our board. It doesn't work very well. sometimess it work and consume about 90mA current. sometimes board...
Hello, We have a custom PCB with both the nRF9160 and nRF52832. Currently, the nRF52 functions as an HCI controller connected via LPUART to the nRF9160. We're at the stage...
Hello,
We applied for some nrf9151 samples and designed a simple development board with reference to nrf9151 DK. However, there was an issue during testing that the SIM...
For background, a few years ago our company had a contractor build up a simple peripheral button and I wanted to use that hardware to learn nRF SDK for VS Code and the Zephyr...
Hi,
After the latest update, the below setting allowing me to select nrfjprog as my device provider is now gone:
I am using the nRF Playground Docker container...
I'm using the nrf52840, and I'm doing a project where the system needs to sleep for a long time, maybe more than 24 hours. Following this ticket, to go to sleep I just do...
Hello,
I have problems using nrFgo Studio with my J-link programmer. The "nrf5x Programming" section is greyed out when the j-link is connected to the PC and the MCU....
I am working on a client to collect data from a continuous glucose monitor. I see that the CGM Service has been part of the SDK for some time. But there is no matching client...
Hello
I have nRF52840-DK and also a nRF52840 Dongle with me and i have installed SEGGER Embedded Studio with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK downloaded...
Hi--
On dev kit PCA100056, SoftDevice s140, SDK 15.3, in project ble_app_uart_pca10056_s140, we are trying to operate the UART TX/RX characteristic with outgoing payloads...
Hi All,
I'm very new to this Bluetooth mesh technology. Currently I'm referring to client/server switch example.
Without making any changes in the firmware I compiled...
I am seing odd time strings from AT+CCLK... Like: "+CCLK: "15/02/01,00:00:08"\r\nOK\r\n"
I think it is required that AT+CCLK responds error until it has gotten network time...
Hi!
I work at Lund university and I'm preparing a upcoming course project course. The course is about prototyping and PCB design. I want to use the nrf9160 as a example...
I get FDS_SUCCESS after I do fds_write(&desc, &m_dummy_record).
But when I do rc_read = fds_record_find(FILE_ID, REC_KEY, &desc, &tok); I get an error code rc_read = FDS_ERR_NOT_FOUND;...
Hi all,
I am trying to develop an Android app to connect to a nrf52832 running the ble_app_uart example. Previously I was using the Android-nRF-UART codes as a starting...
Hello
I have nRF52840-DK and also a nRF52840 Dongle with me and i have installed SEGGER Embedded Studio with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK downloaded...
I'm having a frustrating time trying to enable UARTE1 to stream fast ADC results to a terminal.
I believe I have edited sdk_config.h correctly, but looking at nrf_serial...
In continue to https://devzone.nordicsemi.com/support/233777 We tested the demo for some days, it works. But last week it stoped on open socket with error -47. At the same...
HI,
I have successfully installed Wireshark and nRF Sniffer on a Windows 64-bit machine. Now I am trying to duplicate the process on a windows 32-bit machine without any...
I want to flash in dfu sample.
*nrf_dfu_flash_erase *nrf_dfu_flash_store Called nrf_dfu_flash_init (true) to execute the above function. Since true is set in the argument...