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...
Dear Nordic experts, This short code snippet is supposed to reset (unprovision) a Bluetooth Mesh node and reboot it (nRF5 SDK for Mesh 5.0.0): node_reset() is called at the...
Have a NCS/ZBoss-based Zigbee app running and I want to enable FOTA, and it was failing with missing app_update.bin file.
Thinking it might be something with my own code...
Hello All,
Maybe someone out there has done this - but is it AOK to swap +/- on the nRF52840 output so a -3.3V PWM signal can be generated?
Are there output zeners on...
Unfortunately it is only ever explained here how printf is possible via UART. I wonder how printf is possible over BLE. I would like to send messages (strings) with numerical...
Hello, we have a goal of getting the BLE MAC address from out NRF52840 devices during manufacturing and printing it externally on the device. I was hoping the the MAC readout...
Hello everyone,
I was wanting to perform FOTA on the nRF9160 DK, so I decided to implement the Application_Update example, I uploaded the app_update.bin binary to our...
I have an application where I need to count clock cycles on a GPIO input. I'm configuring a GPIOTE channel N to generate an IN EVENT on rising edge of an input GPIO PIN (the...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now it needs to add a function for deleting a "child node...
Hi,
I'm trying to set NFC pins as GPIO in my custom project. I'm using zephyr 1.8.0 SDK. I added the following line to my prj.conf:
CONFIG_NFCT_PINS_AS_GPIOS = y
...
Hi,
So I'm working on modifying the light switch example to send a larger payload on button press than just the boolean on_off value that's normally sent. I followed this...
Firstly, I have the following definitions in sdk_config.h and when declaring the qwr buffers:
Note that in the above, the intention is that TR_SLU_CONFIG_MAX_LENGTH could...
Hello,
Working on a zigbee end device with a number of endpoints that are all behaving nicely in general but wondering what the zigbee-ish way of allowing for user config...
Hi,
When I build ble_app_uart->PCA10040->S132->arm_no_packs in SDK17.0.2,there logging an error: #5: cannot open source input file "system_nrf52_approtect.h": No such file...
Hello! nRF Connect for Desktop is a desktop executable program provided by the manufacturer, which contains the function of ble. Now I want to extract the functions of ble...