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,
I am using a nrf52840 dongle with a jlink mini on the latest nRF Connect. I have modified the board dts file to reflect that I am using an external debugger: include...
I've been attempting to install nRF Connect SDK with both the SEGGER Embedded Studio and VS Code IDEs on and off for several months now. These attempts have included automatic...
hi, I have accidentally selected "Erase All" under the Segger Embedded Studio, now my nRF52840 Dongle unable to show its USB port under Windows 10 Device Manager anymore....
Hi,
we are using nrf9160 based custom board with sdk 1.7.0
the issue is when we are sending the data string one by one its works fine, but when we send a string1 and...
Hi, I am using the FDS API to perform operations on flash. What I intend to achieve is: A zero initialised array like data structure in the flash. Initially zeroes are written...
I try to remove and add driver from the Device manager and now in the Device manager I see only two lines 'PPK2' and 'nRF52 Connectivity' and Windows can't install driver...
I want to change the MAC before doing some advertising, they recommended using the ble_gap_addr_set function, but whenever I call the function I get an error and the application...
I've been testing a sample program to log data continuously on a littlefs file system.
I'm using Zephyr OS build v2.6.99-ncs1 and 125 MB (1Gb) NOR flash from Winbond.
...
When utilizing the 2-wire FEM control within the Network core, is it possible to have a 3rd GPIO output slaved to these two FEM control outputs and preserve timing? That is...
Hi Nordic,
I want to use this example to learn bluetooth mesh, but I cannot find the bootloader source code used in this example.
I used vim to view this "serial_nrf52832_xxAA_s132_7_2_0...
Hey, Our custom board based on the reference circuitry in " Product Specification v1.2 ":
We have been using the B0 revision of nRF9160 so far. Now we are planning on switching...
app_twi_perform() returns 0x03 == NRF_ERROR_INTERNAL.
Reset board with button does not help.
After Power Cycle can update EEPROM successfully.
Accessing FTM buffer with...
Hi,
we have developed our working UART code according to Zephyr documentation, and its working fine,
we find that this code works with EasyDMA . but my question is my...
I am trying to scan for Bluetooth LE devices in Android with Java. Everything worked fine and I released an update and on fresh installs it does not work. I went through every...
I'm seeing an assertion failure at PC=0xa806 in nrf52840 + S140 7.3.0, while using L2CAP.
I know the most common cause for softdevice assertion failures is interrupt/timing...