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...
We are going through regulation certification testing. And lab is asking what is power tolerance for BLE 1Mbps for the chip. Where can I find this value?
1.Cant make P0.09(NFC1) and P0.10(NFC2) outputs?
Tried both nRF52832 from PCA10040 and a BT module with nRF52840 and on both cant make any of those pins outputs. Tried with...
Hello
I want to test LE Coded PHY S = 2 (500 Kb / s) using the nRF5430 PDK. The SDK used is nRF Connnect SDK v1.4.0.
There is confirmation there.
1. Does nRF5430, nRF...
Hi there,
I am developing an application that uses UART. I am wondering what's the proper way to connect the nRF52840 to the PC. I researched online and found that I could...
I have a few nRF52833 development kits and want to get started with Keil (MDK-ARM). I could not find example projects in the packs that run on the PCA10100 board. Beside of...
SDK 15.3.0, code is based on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput.
After getting the project to work with nRF Connect on the desktop...
Hi,
just start with SEGGER Embedded and use a usb acm to setup my target
to have a clean structure I moved code from main.c to dedicated files have the USB and BSP
I...
Hey all, I'm new here. So far things have been going pretty well, I am just having an issue with PPI that I can't quite figure out, but I think I'm close. I currently have...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hi, I'm working on DFU mesh no serial example (dfu_no_serial_nrf52833_xxAA_s113_7_0_1 ) and want to know any way to check it maybe by using nRF Toolbox or nRF Connect mobile...
I have the Adafruit PN532 Shield v1.3 mounted to an nRF52840 DK, trying to run the ble_nfc_pairing_reference_c example from SDK 17. With no modification to the example code...
I'm calling nrf_drv_uart_rx_abort() in order to read partially captured input from UART in my event handler.
However, instead of receiving a NRF_DRV_UART_EVT_RX_DONE event...
Hello,
We are currently developing a project based on nRF52810.
We are testing some examples to learn more about this chip.
Now we would need to know which signals and...
Hi,
I have gone through this ticket --> https://devzone.nordicsemi.com/f/nordic-q-a/30104/how-do-i-share-private-questions-with-my-coworkers-using-the-new-devzone
But...
Hi,
I am using NRF52840.
After upgrading to SDK 17, I found that the chuo stays in boot mode because this new condition (I highlighted it in the code below):
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET...