Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I wanted to use HFCLK for the nrf9160 in nrf9160DK board. I am using the latest nrf SDK and tried the below Kconfig entries, but no luck,
Command for compilation: west...
I am working on a nRF52 device as a peripheral that is communicating with an Android tablet central, and have been doing some experiments with the connection interval parameters...
Window sees both nRF52 DK's that iI have and JLink shows as a drive in Explorer. I have two nRF52840 DKs. Windows does not see either one when connected using the same cable...
Hi, I am attempting to use the Bluetooth Low Energy Application v2.4.2 in nRF Connect v3.6.0 to connect the nRF5340 board. However, when I do so, two errors pop up:
Received...
Hi,
I am seeing some random behavior on FDS write:
1.sometimes it won't receive any callback for 2 seconds
19:57:49 - logMessage: "Fds_Write_Async 2"
19:57:51 - logMessage...
Apologies for asking a question that is quite similar to several that I've found on this forum, however none of the solutions has worked for me so I think something else must...
Hi to everyone!
I am using nRF52832 driven by nRF52 DK and a sensor from Maxim Integrated. As debug output i am using the RTT viewer and as IDE Keil.
When i run my code...
Hello,
I am really new to nrf9160 product and its SDK. I want to send data from nrf9160 to an external flash memory. Could you please tell me how can I do this with SPI...
Hi
I am trying to open radio_test sample (ncs\v1.4.0\nrf\samples\peripheral\radio_test) for board nrf52840_nrf52811 but it fails - saying "Cannot create project"
Is that...
Hello, I am working on asset tracker from ncs 1.4.0 and on NRF9160DK when i try to concatenate doubles with snprintf it shows me nothing and returns a huge value (several...
I need to develop a product using the nRF910. I have downloaded files from the download page but when I expand the files to open they are LOCKED with a RED CROSS. How do I...
Hi DevZone,
Does anyone have any experience with performing a SD-Card format with the nRF52840 . This is to avoid removing the SD-Card from the hardware when a format...
Hi,
I tried programming the nRF5340PDK using the nRF connect programmer, but when I select the board I get the following log:
2020-11-11T13:04:58.307Z INFO Application...
Hello,
in our project we have a nRF52840DK as central and a BMD-300 (contains nRF52832 chip) as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
I have a project where I am distributing code images to a number of devices with DFU (this is a custom bootloader)
The peripherals use a mixture of 52840 and 52811 SoC...