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...
I am using the nRF 52840 development kit to explore Thread. I am using the 'open nRF Connect SDK' command to get the project. I would like to use the 'overlay-usb.conf' option...
Hi,
I am also facing same issue i am able to read the version register correctly and able to perform self test successfully
I am using 17.1.0 n RF5 SDK
I am developing...
Hello Nordic Devzone Community,
My name is Ted, and I recently posted a question here regarding trouble when attempting to flash a Sparkfun Thing Plus nRF9160 board, using...
The connection is established but no data is transferred between the nrf52840 and the mobile phone(android10). But on android7 or android9 there are no such problems, everything...
Hi,
thanks for your support in advance.
when trying to build with example of sdk, I got the following error. it seems to be related with build env setting... please...
Hi ,I have one module designed based on Nordic nRF51822 SoC solution.But now ,I wanna use nRF52840 to make communication.I can't find the module with nRF connect app. Does...
Please don't give the usual response of 'try the troubleshooting guide' to flash the J-Link or Mbed firmware.
What I (and probably others) really need is the real initial...
I have this project where I have managed to build and flash my code onto the controller. I copied the example code from blinky (that didn't work) to my main.c and then I changed...
I created a simple driver call for UART transmission and when I debug the program and put breakpoints at every transmission, it seems to work fine (I see the characters sent...
Hi, If there is already a FAQ, Code or support ticket that I missed, I am more than happy to read it. I have done a number of searches but cant quite get to what I am looking...
Hi everyone,
I am interacting with the ble_app_hrs in order to learn about bonding. I am using nRF52840 DK as a peripheral and donggle (nRF52840) as central along with the...
Hi,
I understand the on_cccd_changed() will be called when CCCD changed. But I can't figure out which attribute it's associated with. I try to print out the UUID which is...
Hello,
I'm using the Azure Iot Hub example on a Thingy91 and am having issues with certs generated from a Linux environment. Everything works just fine with and without...
Hi ,
We are using nRF52832 IC for our project, Using BLE and PWM peripheral.
We are getting 1.28mA power consumption in the sleep mode.
As per the datasheet it should...