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!
I have a custom board with a NRF52840 and some extra sensors for my application. I'm trying to comunicate with one SPI sensor but I have a little extrange behavior....
Hi,
I am trying to create a combined Bootloader + Bootloader Settings + Application hex file to flash the same into the devices during the production.
Bootloader Project...
i write 40bytes to flash 0x74000 and read 0x74000。i find it actually use 160bytes. I try to write a different number of bytes, it actually use 4*(write bytes)
this is...
I wonder if I can use spi1 or i2c1 on nrf9160. I use the 9160ns board configuration but non of my configs work for spi1 or i2c1 works. If I change it to i2c2 or others it...
I have a startup sequenced (nRF52832 peripheral) based on the s132 (v7.0.1 BLE 5.1) NFC Pairing example where it advertises at 1Msps link rate, then uses the PHY UPDATE API...
Hello!
We are working with NRF52840 dongles and want to be able to have them relay data over an OpenThread mesh network through UDP automatically. We have found within...
Hi,
calling "nrf_ringbuf_get()" immediately after "nrf_ringbuf_cpy_get()" returns an invalid pointer to the data. A workaround could be to assign "rd_idx" to "tmp_rd_idx...
Hi to all,
I have designed a custom board with 3rd party module (RAYTAC MDBT50Q) which includes NRF52840. During debugging on the custom board, two modules were demaged...
Hello,
I am using serial LTE modem for communication.
After trying to connect to TCP server using AT#XCONNECT I get following error:
The only official documentation...
In a system based on one nrf52-ble-app-uart-c-multilink-master and multiple ble_app_uart, the data from any entity is sent to all devices.
i.e. each ble_app_uart is sending...
Hello,
I'm using BLE peripheral device. I need to connect it to a BLE central device and exchange data. There are some connection procedure-
1. Discovered Bluetooth devices...
Hello, everyone, when I call err_code = fds_record_update(&record_desc, &record), I sometimes get an error: FDS_ERR_NO_SPACE_IN_FLASH.
Therefore, when this error occurs...
I have the nRF52 PCA10040 DK device, and I'm downloading the code from the online mbed tutorial. I'm using Putty serial port to communicate with the device at 9600 baud rate...
I'm trying to open a nRF Connect SDK project in Segger Embedded Studio for ARM (Nordic Edition) V5.30a
When I try opening the project I get an error box with the following...
Whenever I try to read the docs from https://infocenter.nordicsemi.com/index.jsp , I can't help but notice the gigantic header which provides little value for navigation....