Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
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...