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, i'm developing BLE nrf52832.
Is there any way to display the remaining battery capacity on that window 10 when connecting to Bluetooth like that picture?
The remaining...
Hi,
We are programming our devices (nRF52833) in production using a Segger Flasher Portable PLUS.
We use reset after programming via SFR access.
Our devices will not...
I'm using the at cmd library ( commands like at_cmd_write_with_callback ) to communicate with the modem.
I'm trying to enable the nrf_modem library to enable OTA updates;...
Hello
in order to analyze reboot reson (HW \ SW) I use the following:
in case of kernel crash I usually get coldstack print, in this case I can analyze and understand...
Hi guys,
Based on the examples that I found in Zephyr samples documentation, I created the program where I am able to measure the voltage and temperature, and then send...
I tried running pc-ble-driver-py/advertising.py
my command was " python3 advertising.py NRF52 /dev/ttymxc4" and then I got following error
Traceback (most recent call...
Hello
nrf_drv_twi_rx and nrf_drv_twi_tx are non blocking calls?
in the SDK example, I see a while loop is used in the read call for instance which basically is blocking...
I am attempting to build a project with the command line tools as described in: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html, but it...
Dear all,
Can I achieve ble peripheral whitelist advertising without peer manager? (Assuming central address is already known)
Following are several places that I've...
I have been using the PPK II for about a month.
I just upgraded my nRFConnect to 3.7.1 and when I run the profiler, the PPK II is no longer visible (the big green window...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
Hi, There. I am preparing to program a Mesh application based on nrf52840. The application supports the recovery from the points of power off.
So, I have a question. It...
Hi,
I'm working with the peripheral_uart example in ncs 1.6.1 and wanted to enable flow control for uart0, but do not see a way to do that.
How do I enable flow control...
Hi, There,
I develop a communication application based on a beaconing example on nRF52850 DK.
I don't know where I do wrongly. It is always stuck in the "bearer_handler_action_enqueue...