I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
Dear Nordic Engineer
Our costomer has developed a keyboard using LLPM in NCS.Now Now they have encountered some problems.We have been working with them for a long time but...
Hi. I am returning to developing on Nordic devices after some time away, enticed back by nrfConnect / VSCode support for MacOS. I am running MacOs Monterey 12.1 and I have...
The dumped stack information (especially the PC) point to what was running when the WD fired. This makes sense to me, but conflicts with the advice posted in the question...
Hello Nordic, Our procurement team is worried that the nRF52832 has reached end of life. I wanted to confirm if this is the case? If this is not the case, when is it expected...
Hi, community.
From the official document, I have learned how network core Bootloader works.
It can write data from shared SRAM to the corresponding flash address of Nework...
Hello,
i'm programing a nrf52832 and a nrf52805 and I'm using the peripheral uart example, I would like to change the size of the bytes of my rx and tx that I can send...
Hi
I have a board nRF52840 configured with some QSPI with filesystem configured
I would like to manage the file system from an app and I saw that - nRF Connect Device...
I'm working on a project where we need to store into FLASH about 1350 bytes of compressed data at about 2HZ (twice a second). This is my first Nordic/Zephyr project, so I...
Hi
I'm working with an nrf52840-dk on NCS 1.8.0.
I'm attempting to interface the board with an LS7366R quadrature counter over SPI; however, I'm not receiving any count...
hello Nordic
i am using ppk2 pca63100,
working on linux (manjaro), installed the nrfConnect v3.9.3 with power profiler v3.3.0
1. when i connect a device i have to...
This question relates to the unsatisfying reponse to ticket 283390.
The technology of the processor is not important. Arm Cortex processors are as fine as several others...
I am having trouble setting up a GPIO pin that will toggle when the radio is active on the network core. I have tried adding the code in bluetooth.c from the ppi_trace sample...
Hi everyone!
I am developing a board using a nrf52 as a BLE interface for an arduino. My idea in the future is update the firmware of the Nrf52 with OTA. But i wanna do...
Hello everyone. I am trying to set up a BLE central-peripheral network using nrf52840 based on NUS service. I need up to more than 10 peripherals which is customized board...
Hello there,
I'm trying to make a transceiver simulation on nRF24L01+ using Simulink. The block diagram provided in the documentation/datasheet was not clear enough for...