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...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
hi is there any existing frameworks for the nrf52 avoiding zephyr. (eg using common native cmsis / freertos / lwip stacks)?
ideally looking for free (non keil) based SD...
Hi,
Whenever I try to run the NUS example at 115200 baudrate there is an error. Either it triggers an assert or I receive corrupted data.
What should be the ideal baud...
Hi,
Trying to understand the NFC example code in the nRF52 SDK. Just wondering why the source code is not provided for the NFC. Why is this developned in the form of static...
I'm looking into the power consumption of our code, and have reached the point where it looks like our application isn't going into sleep mode properly, and is using several...
I'm developing battery powered Zigbee End Device on SDK 4.2.0. I need to be able to receive commands from Zigbee Coordinator so I'm using SYSTEM ON sleep mode.
Right now...
Hi,
I'm using nRF9160 SLM application SDK 1.9.1
We are using the GPS in 4 operation modes and in between we sent nRF to sleep, it seems when we sent it to sleep all...
Hello,
I do not see a SWO (Single Wire Output) pin on this package. The regular size package has this function on P0.18 but not on the WLCSP package.
Please advise.
...
Hi,
I have several devices with the RIGADO BMDWare on them but whose hardware is inaccessible. I want to initialize these nRF52832 chips with out nRF Bootloader, Softdevice...
hi
I use nrf52840 with SDK17.1.
1.How to DFU via ble combined uart in the same application?I have sdudied a few of tickets ,example https://devzone.nordicsemi.com/f/nordic...
Hi all:
We are developing mesh project using nrf52833 based on mesh sdk 5.0. First the nrf52833 device can be sucessfully provisioned into a mesh node using mesh lpn example...
Hi, I am a beginner developer who is developing a product using nrf52832(s131). An issue arises and asks a question.
I hope to do infinite scanning and advertising, whether...
Hi,
On the nRF5_SDK_for_Zigbee_v3.2.0 version, it is found that when the device loses contact with the parent node, the node becomes a factory new device; if you want to...
Hi,
I was creating a struct called ch201_device. So below is the code initialization.
and in the c code, I create a function for that use a method from ch201_device...