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 there,
There are some problems when setting nrf52840 GPIO interrupt. When I use gpio_pin_interrupt_configure_dt api to configure 11 gpio pins then download to my customer...
Hi
I am testing <InstallFolder>\examples\peripheral\usbd_cdc_acm project, when I use serial tool of pc to open port, it can send or receive data.
but if I don't want to...
I wrote this function:
When calling it and
ptr points to something odd, the chip seems to crash. Can you not dereference odd memory addresses?
Or is there a different...
Hi,
I have been using nrf5340 audio dk fir the last couple weeks with nRF Connect SDK v2.1.0 and nRF Connect SDK v2.1.1. There were issues with the audio template for walkie...
Hi,
I'm using nRF Connect 2.1.1
I create a application based on 802154_phy_test template.
When I create a configuration and build for the nRF52840 it compiles OK.
...
Hello,
I have a TMP117 attached to I2C1 on a nrf5340 and am using the zephyr NCS v2.0.0 driver to communicate with it.
How can I configure I2C1 for power management...
Hi, I am looking to use mcuboot to manage 2 separate images. The idea is that under certain conditions, image 1 would jump to image 2.
To test the idea, I am using the zephyr...
When using the Toolchain Manager through the nRF Connect for Desktop app, the Toolchain Manager is failing to fetch the index files resulting in the version 2 toolchains being...
Hi there,
as already mentioned in other tickets I'm developing a usb to uart bridge based on the nrf52820. The nRF5 SDK version I'm using is 17.1.0.
Right now I'm facing...
Hi,
When nrf9160 as serial modem, can AT command be sent/received over SPI interface without modify FW ?
As I know, the UART interface is the default setting for transmission...
Hi,
I'm trying to connect multiple device on the same peripheral (nrf5340), but my peripheral does not restart advertising once a device is connected.
How to reproduce...
Now we don't add the external capacitance and want to change the internal capacitance . I have install the test tool and send the command to write the register,but it seems...
Hi!
I have nRF5340 Devkits and already have my own PCBs with nRF5340 chips onboard. I have a task where I need to evaluate how good will be BLE signal in different locations...
I know that I can memory-map external flash using XIP in the NRF52 and NRF53. However, with XIP, you can't write to the memory-mapped addresses (makes sense since you don...