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 am using nRF52840 DK and connecting it with SPI to ESP32. The first bit of the transmission is missed for some reason. I could verify that the transmission is ok with logic...
Hi Nordic,
I'm working on a project using SDK 15.3, s140 , based on the LESC example for a central and peripheral application. I am able to bond with devices and later on...
Hi,
The MMD example published by the Nordic Team ( https://github.com/NordicPlayground/j-link-monitoring-mode-debugging ) is supposed to work with the nRF52DK (PCA10040...
Hi,
We have a custom board with nRF52840 based ISP1807 and developed the fw to some point. For some reason we tried to run the same fw on the nRF52840 DK rather our custom...
I'm trying to program an nRF52810 on a custom PCB using the nRF52-DK and am getting this error ((0x4) Lowlevel error: Unknown value (ffffff24)) when connecting with nRF Connect...
Hi there,
I'm working on something with hard real-time requirements - for this and a number of other reasons, I'm writing directly to the registers.
I'm trying to generate...
Hello,
Is it possible to multiplex coded phy and 1M for advertising and connections on zephyr? If so, do you have any available sample code or timing requirements?
...
I'm having a hard time wrapping my head around how to configure my LIS2DH accelerometer for 6D orientation detection with Zephyr. How would I manipulate the registers of my...
ncs 1.5.1, using SES, the example for zephyr samples/boards/nrf/nrfx/src/main.c github URL: github.com/.../main.c
does not work for me; while the 'button_handler' gets called...
Hello, I want to make multiperipheral system with nRF52840 (Im using 4x nRF52840DK). Im using latest SDK17. I wrote criteria i want to put to this system below:
1. Devices...
My question is very simples. If I have to start with a new design, is better for me to use the softdevice implementation or is better to use the zephyr once ?
The evolution...
Hi team,
My customer is using DTM for the test and they want to know how to change PHY and radio channel setting for the DTM, could you please help to clarify?
Thanks...
in sample ,prj.conf had configure ble device name using below define :
CONFIG_BT_DEVICE_NAME="Nordic_UART_Service" ,
in hci_core.c function bt_enable() use set_bt_name...
Hi Nordic,
In this question: https://devzone.nordicsemi.com/f/nordic-q-a/56529/how-to-check-or-read-the-list-of-bonded-device-from-nrf52832 It was discussed to update...