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 We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi
Am new to the nrf52382 , Am trying to establish connection between nrf52382 DK as peripheral and nrf connect app as central,
Am unable to connect it .Please debug...
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...