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...
I've been playing around with the UART drivers on SDK 15.2. No issues with the Legacy (w/DMA) however I've tried switching over the NRFX_UARTE driver and I can't get the driver...
Hi,
Our device is based on nRF52840 SDK 15.0.0
The device verifies signature of incoming messages (which were sent over BLE from PC application) using ECDSA with spec256r1...
Hey guys. I am making a firmware using nrf52840 dongle which scans nearby bluetooth devices. I do not want to connect to any device, just send scanning data to another device...
Hi Because I have a custom board with the nRF91 module, there is no possibility to send data to nRF cloud, because it works only with DK boards. I would like to send asset...
I want to use this sample application, to connect with nRF52832 DK loaded with Running Speed and Cadence Application. In other words I want to use nRF9160 as a gateway for...
Hello all,
my compiler can't find the definition to timer functions : nrf_drv_timer_init(), nrf_drv_timer_extended_compare() and nrf_drv_timer_enable(). bellow my code :...
I am using Nordic nRF52832 Development kit . I want to interface Load Cell with the Development kit. Which examples in SDK i should refer to get started with Load Measurement...
Hello ,
i am facing some issues regarding nrf mesh uart example.i am using nrf52 sdk and trying to use uart for my project to send a data to a particular node in a group...
Hello All,
I am trying to merge the "secure_bootloader_s132" and "ble_proximity" examples.
I have combined all file .
(Here i am using Segger embedded studio with nRF52...
Based on the mesh sdk3.1 operation dfu, according to the operation instructions, dfu_mesh.zip cannot be generated.
nrfutil dfu genpkg --hlep Found no parameters for mesh...
Hello everyone,
A nRF52832 with SDK 15.0 was used for my application. I am trying to send a large amount of data via BLE with a custom BLE service. I extended MTU size so...
Hi
I have been developing a 'custom' firmware to be used in a nrf52 based device. The idea is to replace the original firmaware (too limited) and burn my own.
Hence, I...
FYI,
the auto-update fails for version 2.7.0 of 'nRF Connect for Desktop’ with the attached error dialog.
I had to manually download it again from the link below, and...
When I am trying to run my code in nrf52840 DK board, the program halts in a specific PC and does not go forward (2nd image).
I am using SDK version 14.0.0 and softdevice...
i opened the example of ble_app_uart_c in \examples\ble_central\ble_app_uart_c\pca10056\s140\arm5_no_packs in <nRF5_SDK_for_Thread_and_Zigbee_v3.1.0>
and i haven't changed...