Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
Hello, After a lot of struggle i was finally made it to the point i can build and flash to my thingy 91 the lte_ble_gateway. However, i added prints (printk) in main.c to...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I work samples/bluetooth/scan_adv on nRF54L15-DK.
Disable LOG and CONSOLE.
I measured current comsumption by PPK2.
Result is about 4mA.
On datasheet, nRF54L15's Bluetooth...
Hi,
I've received the nRF54L15 DevKit and tested the power consumption during sleep Testproject in GIT: https://github.com/marcel-cd/nrf54l15dk-powertest
The result was...
After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
Hey guys. I was working on a PCA10059 dongle. Now, I need to select suitable NRF52840 module. I know that there are some changes required in the code when I use module like...
Good morning,
In order to save some user data in flash, I want to fix page size to 32 bytes. It will be more useful for me, and it will be easier according to my project...
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...