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,
im new in the nRF9160 DK and im trying to do some basic stuff, like "getting started projects" or "testing a prebuilt application" (-> infocenter.nordicsemi.com/index...
This is a arduino code, but got to do it in nrf52840dk can you tell me what should i change , i have given code link and library https://github.com/AurekSkyclimber/DIY-Haptic...
Hello,
I am using NCS v1.3.0 examples and also my custom made C++ code with Visual Studio Code V1.48.2 (Since the latest version of VS Code V1.5 is having official issues...
it seems that Figure 2 on this page https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fpwm.html is incorrect, or at a minimum the figure does not do what the...
Dear Nordic Experts, although the title says it all, please allow me to briefly explain the situation: I'm working on a ble mesh firmware and an accompanying Android app....
Hi,
I have been trying to run nrf9160: AWS_IoT sample on Thingy91 but have been getting the following output in the serial terminal:
I couldn't figure out what mqtt_connect...
The Situation: I am having a Sensor Node that is based on the nRF52832 (S132) and does two things: advertise some sensor data and store sensor data to the internal flash....
I'm porting an application that communicates BLE with a smartphone via nRF52 from SDK15 to SDK17.
It will be Connected, but I can only receive 2 bytes.
Also, even though...
NCS 1.3.0 mbedTLS configuration to the existing app in SES results in compilation error.
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf...
I recently came across the Smart Remote 3 product by Nordic. I currently have a product in development that is a remote that has very similar functionality. Even down to the...
Currently I am facing an issue where the board was not able to power up by itself when a USB is port into it. However, when an external source is connected through the debugger...
Hello,
I have a costum board with nrf52832 chip. when I upload example code "/examples/peripheral/uart/" I can see logs coming and loopback test is working great, but when...
I am inquiring about a custom device that hangs in the ble_stack_init(); and the result is a fatal error.
The custom device has an nRF52832
The SDK is the SDK14
The...
Hi,
I am using NRF52810 which acts as a peripheral to send data to the central . The problem is my device is battery operated,So advertising all the times consumes battery...