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 am trying to run the nRF9160 AWS IoT sample - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_iot/README.html on an nRF9160 DK...
Hello,
I am running such code deliberately, it is allocating the buffer flawlessly until the 10th run (102*10 = 1020). After that, it gives 4 from the allocation function...
OS: Mac OS Catalina
I installed build tools,nrf connect sdk, sesames, tool chain by following the instructions mentioned in "Getting started assistant" of nRF connect 3...
I'm trying to get an nRF52832 to connect to a Linux host with a BLE adapter. The Linux host is listening for connections via an L2CAP socket, as in the (simplified) code below...
I have python 3.9 installed. I can downgrade if that is the issue. I'll probably try that while I wait.
If I try and install "pip install nrfutil" it will succeed, but it...
The "getting started" guide and setup for nRF5340 a bit complicated...
1. Do you have IAR project example for nRFF5340?
2. What tools and setup are must to run first example...
Hi,
We have bought a few Nordic Thingy52 and used in our lab teaching for a few years now. Since the last year, we noticed that we have to downgrade NodeJS version in order...
I'm coming at this from a background of ANT+ applications.
In ANT+ there are documents detailing the structure of the data that is received in the ANT+ datagram.
I've...
Windows 10 USB link. NRF connect 3.6. Followed recommended instruction on extracting firmware. Pressed switch 3 in middle of board on power up. Device showed up in window...
Hi,
I was performing a mesh DFU, using a nordic Demoboard with a serial mesh bootloader and starting DFU with nrfutil.
The DFU starts and works good (packages are sent...
I have a call to bt_scan_start after a device disconnects.
When the device connects again, I get this error:
ASSERTION FAIL [params->value] @ WEST_TOPDIR/zephyr/subsys...
I am using the nRF Connect 3.6.0 Bluetooth Low Energy app v2.4.2 on MacOS. When I pair and bond with my device it works fine. I can disconnect and connect in the same session...
Hi
I am using nrf9160 device and in my application and have to use mathematical logarithm function in my application.
Could you please help me how I can use mathematical...
Hi!
I am trying to test the CLI over BLE example. I want to use it in another application for logging data to a laptop console over BLE.
However, I am having trouble following...