I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello everyone,
I'm using Gateway (serial example) and send packet "Heartbeat Get" to Devices (Light Switch Server Example )to check alive of devices. But when check alive...
What API could be used to send out ZDO Device announce, when router (zr) or end device joins network ?
Is there any sample code could be referenced?
Thanks,
Robert
Hi!
Three or four months ago I create a ble mesh with 6 nrf52840 Dongles. Now I want to reset all Dongles in order to create a new ble mesh with a different functionnality...
I changed seqValues variable of the following function from 0x8000 to 0x0010. But I can't see LED light darkening. How to dim LED lights by nRF52832 PWM?
static void _ledPwmConfig...
Hello,
I just observed some strange/interesting behaviour. On one of our products there is a green LED connected to Pin 3 of GPIO port 0 on the nRF5340. When I connect the...
Hi everyone, I'm developing a program with the NCS 1.8 using NRF52840 and I want to use the SPI, the fact is that I've to connect my device to those pins
And as you can...
I am using s112_nrf52_7.2.0_softdevice with nRF5_ SDK_17.1.0 and Segger Embedded studio for nRF52805.
My application code uses 150 kb Flash(Out 192 kb) . I want to develop...
Hello, I have a question regarding to the DTM;
Is there a way to count the number of test packet transmissions or set the number of test packet transmissions in the direct...
Hi,
We are using the latest ncs release (2.0.2) on a nRF52840 integrating Matter. When looking at the sample apps (e.g. light switch example), the RAM usage for the Matter...
I would like to using nRF52832 EasyDMA for reading and writing to and from the RAM for peripherals (E.g.NOR flash, Analog front-end (AFE), etc.). Could you suggestion example...
Hi,
Greetings!
We are trying to understand how we can send battery voltage to mobile application from nRF52832 based battery operated device.
Please note that we are...
I have tried to connect my NRF 5340 board with BLE application the last few days but had no success. I already tried other solutions like disabling the MSD via the J-Link...
Hi Everyone,
I am new to BLE protocol, and coming to our issue we are working on a project in which we used nRF52840 controller for communication between peripherals in...