Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi, I am using nRF52832 with sensor, nfc , Softdevice S132 v6.1.0 and SDK 15.2.0 to advertising packets .The sensor is interfaced with nrf52832 using twi interface. I have...
I learned from the following support ticket link that for adding a pre-bonded LTK to the nRF52 bonding store, I can call pm_peer_new().
https://devzone.nordicsemi.com/f...
Hi,
I am trying out the udp_with_psm example from: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_with_psm as a first step in sending...
Hi Team,
I planned to have product with this nRF52832 chip and now development was getting stopped because of known issues on SAADC on this nRF52832 chip. When I am seeing...
Hi. I am developing application that should work both ANT+ and Bluetooth. For bluetooth connection I am testing with nrf connect for pc, but I was wondering if there is similiar...
Ran in to a build error when using nrf_fstorage_nvmc.c: \components\libraries\fstorage\nrf_fstorage_nvmc.c(128,19): error : conflicting types for 'write'
nrf_fstorage_nvmc...
Hi,
I'm working with the latest software version of nrf52840.
Can you kindly specify the exact addresses of:
1. Flash usage of Softdevice
2. RAM usage of Softdevice...
Hi Team,
We are currently validating a BLE enabled embedded device. The device has an ARM Cortex M0 chipset and uses Dialog Semiconductor for BLE.
Could you please let...
When using the 0.7.0-15.alpha firmware release. What is the best application side code to go with it. Should still tag v0.3 be used of: zephyr, nrfconnect and nrfxlib?
...
I now want to update the program in SDK14.2 to SDK15.2 through DFU, so softdevice, bootloader, app need to be updated, how should I operate? I first try to update the bootloader...
Hi,
I want my nRF52832 to connect automatically/instantly with my Android device like my headphones or my watch for exemple . For that, I'm using the bonding (peer manager...
Hi Nodic team
Now I word wrong with the nrfutil to upgrade the firmware
I want to have a look of the nrfutil log file,But I can't find that
so would you please tell...
Hello,
Now,in my application I use to power the nRF52840 with a 3.3V external supply at the VDD pin.
I want to know how to set it, I want to power the nRF52840 with a...
Hi
I am using the mqtt_simple project and want to use the second UART (UARTE2) for other serial communication.
For quick test I have add the folloing in the main function...
hello,
i am doing a project with nRf52810 and sdk15.3' app_ble_uart example and integrated secure ble dfu with butttonless dfu service, it is working successfully
now...