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 have a nrf52840 dongle with which already been flashed with ot-NCP binary and I want to over write this binary with new binary image[ot-rcp] in nrf connect for desktop...
hello,
I'm working with nRF52840 dongle, i installed nRF Connect for desktop v3.6.1 on ubunto 18.4 and i am using python3. After programming connectivity_4.1.4_usb_with_s132_5...
Hello I'm using Zephyr and trying to update the characteristic value with interval of 50ms. The problem is that the android app nrf connect freezes after I start reading the...
Hi,
I'm trying to run the light_switch sample app from nRF SDK for Mesh.
I have both PCA10056 and PCA10059, and I used both to run some other applications before testing...
Hi. I'm evaluating the nRF52810 chip by developing on the nRF52-DK (based in nRF52832 chip). As noted in this chapter https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17...
We need to work with the PWM, the idea is to set one frequency, duty 50%, and put out these pulses to one pin, we understand how to do that but we need to stop these pulses...
Hi,
I once got the following message while trying to attach a debugger to my network core.
After this event, I haven't been able to program my network core.
I have...
I am looking at the hardware design of Thingy91, where the antenna is shared by LTE and GPS/GNSS. My system will be connected to a cloud (probably most of the time) and track...
Hi,
Our NRF52840 (running 14.2) often takes a very long time to disconnect, from when a disconnection is initiated by the phone. It can take 30s, sometimes even more, for...
Hi,
I'm using 5 nordic thingy 52 (nRF6936).
I connect all of them with my android smartphone using your thingylib library ( github ) and read only `rawDataNotification...
I have a nrf52832 based device with several GATT services which are used by custom IOS/Android applications via a paired phone. All of this is working correctly.
I would...
Bug in the SDK function below. channel_free is called whether or not pin_in_use_by_te() is true or not. For us this resulted in channel_free() getting called with an invalid...