Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi,
how can I publish a message to unicast address from a generic on/off client with mesh sdk?
How can I set the address?
Jost to be more precise, the function:...
After installing the USB driver for the nRF52840 dongle and using it successfully, and then connecting the nRF52832 DK it fails with "error occurred when opening port. Errcode...
Hi everyone,
I was trying to use QSPI interface with the on board external flash memory MX25R6435F on nrf52840 PDK
This is what i have observed, Inside the linker tab...
Hi, I have nRF51822 Board
Can I make it as a beacon kit?
what changes do I need to do to change that as a Beacon? any Source and Instructions are very helpful for me....
We need our PCB assembler to be able to program nrf51822 modules in situ. We have tracked the PCB to include a tag-connect footprint to this end. The assembly house will purchase...
Dear all,
I have an issue using USB bootloader for NRF24LU1+ device.
I've used a USB dongle and programmed USB bootloader to chip via SPI using external programmer.
...
Hello guys,
I have tried to get Nordic-Thingy52-mesh-demo working, but now I don't see it works according to description done.
I have followed all steps provided on...
Hi,
we are developing against the nRF52840 chip. We are interpreting the documentation as indicating that each pin can do all of GPIO, PWM, I2C and SPI. Are we reading this...
Hello,
I'm using SDK 15 and I just started to run the "ble_app_uart" example code. I'm hoping someone can help me find where the data sent from the nRF UART mobile app is...
I am using few keys that are 20 byte arrays, these are unique for each chip. Right now they are hardcoded. I don't want to recompile for each device. I want to write to these...
Hello,
What is the best way to do migration between SDK 11 to SDK 15.
There are guides for each step. Is the best way to do SDK11-SDK12 then SDK12-SDK13... ?
Thank...
Hi,
I just switched over from the nrf52840PDK to the nrf52840DK and I'm running into an issue where the DK board is not firing the NRF_USBD->EVENTCAUSE = Ready event....
Hi,
I'd like to inquire about the recommended configuration for RF conducted emissions testing for the BTLE radio on the nRF52832. As in the reference circuit provided...
I am trying to send more than 255 Bytes of data over I2C so I break it up into 255 byte transfers within a transaction.
I notice a stop/start condition is sent between I2C...