Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...
Hi!
I have been following this process to develop using armgcc and Eclipse: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/development-with-gcc-and-eclipse...
everyone, i have a problem whit 51822. nRF5_SDK_12.3.0_d7731ad
i measure time from 51822 poweron to main .
if i only softdevice and app code, time is only 4-5ms only....
Hi,
I have a question about parent.
Firstly, make topogoy as belows.
ZC --- ZR --- ZED
In this situation ZED's parent is ZR. correct ?
Let ZED's ERASE_PERSISTENT_CONFIG...
Hi,
When I run the flash_fstorage sample program via nRF5_SDK_15.3.0_59ac345, I get output that suggests all has gone well:
fstorage example started.
SoftDevice not present...
I am trying to use RNG HAL but I am not sure how to use it and there are (as far as I can tell) no examples. The only thing I need is generating random number. So I'm not...