I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello Nordic Team,
I am currently developing applications for a custom board based on the nRF52840 microcontroller using the nRF Connect SDK (NCS) v2.5.0 and Zephyr RTOS...
Using VS Code and the nRF Connect extension, with a nRF5340 DK, I can build and flash the blinky example. However, if I click on "Debug" in the "Actions" section of the nRF...
I would like to maintain an isolated sdk and toolchain for a specific project. I used toolchain manager to install the sdk and toolchain into a new installation directory...
Hello, We have a custom board with nRF52832 in production, nRF5 SDK, s132, using BLE. We recently have faced some issues regarding connection from some of our clients.
The...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
I am trying to communicate with an I2C device using an nRF52840. I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz. However, the...
This is the normal kconfig menu.
But it often happens that the following picture does not recognize anything in kconfig
and there is no devicetree option in the action...
Hello Nordic,
We developed our product using MCU NRF52840-QFAA-F-R. Our client is based in the EU. We plan to launch our product in 1-2 months.
I have a few questions...
Hello,
I am working on a prototype Bluetooth Low Energy module using the MDBT50Q-512K (by Raytac).
To measure the frequency of this prototype with test equipment, I am...
has been helping me connect to a device and I am finally able to do that, but as soon as I do, Zephyr crashes.
This is with a lightly modified central_uart project [00:00...
While creating a new board in step 2 of the exercise, there are a couple of problems with the sub-steps 1-5:
First, sub-step 1 says to name the board "DevAcademy nRF52833...
Hello,
I've been using the libuarte module in my project, and I done a power consumption reading. With libuarte switched on I'm consuming 0.78ma, and with it switched off...