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 , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...
Hi.
Im trying to implement the timer example from the sdk15 in my own project but i get a error i dont understand.
'NRFX_TIMER0_INST_IDX' undeclared here (not in a function...
Hi,
I'm having some trouble when trying to implement a custom service with two characteristics (SDK 15.0). My central application is not able to write to the cccd handle...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hello,
I'd like to evaluate the performance of an L2CAP CoC on the nRF52840. I was hoping to find an example project which uses this feature but I couldn't see one.
Is...
Hello,
I'm attempting to test the maximum throughput of the nRF52810 using S112 v6.0.0.
The Soft Device Spec v2.0 for S112 implies in Section 15.7 that there is a mechanism...
Hello I am using the nRF52832 in an application where it will be exposed to high magnetic field strengths (e.g. 30,000 Gauss) during normal use. I wanted to know if there...
Hello,
In my project, there is a need to use a service to transfer body temperature. For this I would like to use the standard body temperature service - Health Thermometr...
Hello DevZone,
I am doing a simple test for SPI communication between nRF52840 DK(SPI master) and Arduino UNO(slave).
The Nordic program is based on SDK 14.2.0 spi example...
Hi Support Team,
I used SDK14.1 with nrf52840 on PCA10056. I have a controller which was based on pc-ble-driver running on the host, and a target which was based on ble_connectivity...
Hello!
I have a problem with MQTT Publisher example on my nrf52840 DK.
here is my steps:
1. I edit nrf52840 mqtt example code with
Edit my MQTT settings with:
...
I wonder nrf52832 booting sequence detail.
I knew the booting sequence is MBR -> softdevice->bootloader->application.(is it right?)
but i am not sure how to work MBR and...