I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
HI devzone
Everytime after i executed "nrfjprog -f nrf53 --recover" on nrf5340 DK
i see it write around 4KB data into the flash. do you know what is the meaning for this...
When writing to flash it is MUCH easier to perform the write if SoftDevice is disabled. If it is not, one has to wait for an event to continue writing. ON the Nordic platforms...
Hi,
Is it possible to set the USB serial number for the nrf52833 and nrf52820 MCU's?
For the nrf52840 I've found this documentation: https://infocenter.nordicsemi.com...
I want to try Zephyr on the nrf52dk_nrf52832. (PCA10040)
I can not get it to work.
If I try to use -DBOARD=nrf52dk_nrf52810 All is OK
Here is what I do:
cd ~/zephyr_test...
Hi There,
I have several nRF52840 DK/Dongle boards, I try to run BLE Mesh applications on them. If I want to save the logs on the boards into the flash memories, what should...
Hi,
I wonder if there is a way to boot the old OTA Image even if the new one got verified? Lets say I realise in production environment there is still an issue and I want...
Hi
Yes. I want to do something like Peripheral_uart example but I want to connect my serial device sensor to NRF5340-DK via gpio pins available.
Then I want to get the...
Hi
I am trying to include DPPI within the zephyr/sample/basic/blinky example, but im so much confused on these DPPI setups, please help me to understand better.
i have...
Hi,
In your nRF9160 Product Specification rev. 2.0, you have changed the recommended decoupling of DEC0, VDD1 and VDD2 (ref chapter 10.3 Reference circuitry).
For DEC0...
Hey, I'm new to this so I will need some help. I have custom board with 453-00059 ( BL653μ with nRF52833 ) and first I want just chip to be seen on my bluetooth devices list...
Hi there,
We are trying to download and install the nRF Connect SDK v1.5.1, which seems to be the latest version on Toolchain Manager.
However, after installation, the...
I'm using the Azure Iot hub example a base for a new project I'm working on.
I've copied the example into its own folder, and can run it and connect my Azure IoT hub.
...
Hi Nordic team,
My dev environment is as follows:
nrf52840 + s140 +SD6.0.0 + SDK15.0.0 + SES + nrf52840-DK
nrf52840 is configured as BLE central with bonding enabled...