I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
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...