Hello, I want to implement a project with BLE mesh. Several nRF52480 boards should form a mesh and e.g. send the status of one of their buttons to a tablet. What would be...
Hello, I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. The problem is that I don't know how to do it. I looked...
Hi there. We have recently migrated from SDK 2.6 to SDK 3.0.
We have a custom-made external board, which we used to program with the nRF52840 DK when using SDK 2.6 (for...
Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
Hi Team,
about power on reset time, not very clear about the description in the SP3.1 as in the attached picture,
why the description are the same?
what's the difference...
Hello,I use s120 and I wnat to send data(write charactheristics value) to all connected peripheral when I receive a character from uart(in uart event handler)?(I use ble_app_multilink_central_s120...
I am connecting to two identical devices, but one is configured as device 'A' and the other is device 'B'. I am currently advertising whether the device is configured as A...
In porting from SDK6 to SDK9, it looks as though
nrf_gpiote_task_config()
has been replaced with
nrf_gpiote_task_configure()
What, if anything, has replaced
nrf_gpiote_unconfig...
I'm using sd_ble_gap_address_set() to randomize mac address and it's working fine. But I'm confused about how to change it back to normal(initial value I see) once I wan't...
i cant find lbs example on \SDK8.0.0\examples\ble_peripheral\nrf51-ble-app-lbs-master\arm and compile.I planned to work with nrf51822 dk. The given example in github shows...
Hello, I have been trying to setup eclipse for the NRF52 off and on all week. I followed the guide on setting up eclipse for the NRF51 and adapted it for the NRF52.
I've...
We have a factory in Hong Kong building and programming nRF51822 modules for us. We may go to a fancier solution in the future, but right now we are using nRFgo Studio and...
If I want to connect the NRF51822 board to Keil using JLink via SWD, I found the SW's clock frequency must below 20kHz. If I choose the higher frequency, the Keil can not...
I know this should be simple, but the prescaler is confusing me...
If I initialize my timers with a prescaler of 0, APP_TIMER_INIT(0, ...)
Then the max timer I can have...
Sorry but I've been stuck on this for a few days now and I have to give up and ask for help.
I'm attempting to set LED0 when BUTTON_0 is pressed and LED1 when BUTTON_1...
Hello all,
I am working on a device (nrf51 and s110) which is going to communicate with multiple centrals (smart phones).
The device uses a whitelist to connect to only...
Hi,
I run a custom board with an nrf51822.
If I program the device in the IAR IDE everything works fine but I cannot program the generated hexfile with nRFgo Studio or...