Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
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...