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 have a project I have been working on for a touch switch using the nRF52840. I have been developing it using NRF Connect 1.6.0 and testing it on the nRF52840DK board. It...
I have some code handling the `BLE_EVT_USER_MEM_REQUEST` event. When I try and call `sd_ble_user_mem_reply` from within that handler, It is returning `NRF_ERROR_INVALID_STATE...
Hi,
My application has several characteristics that require read/write authorization. But for some peer I only want them to have access to some certain characteristics...
Hi,
I have a custom board based on the PCA10015 where im not getting any contact between the NRF9160 and the IBASIS SIM.
The SIM is in the correct way and i have the same...
Hi,
I'm having trouble finding out which versions of ncs, modem firmware, and SUPL library are compatible with the B0 revision of the nRF9160 that we use currently. I'm...
I'm using the nrf52810 with S112 in peripheral mode. Using the example blinky firmware and mobile app works perfectly with my Android and iPhone. However when I add in passkey...
Hi,
I am trying to use nRF52840dk and the download_client library to download files from my CoAP server.
I am using the CoAP Server example, and I have added the following...
I am using the build_nrf52840dongle_nrf52840 configuration, NRF connect sdk v1.6.1
The dongle comes up in a certain configuration with keyboard and mouse.
I need to create...
My PC does not recognize the DK when I pluged it. I did try with different cables and also on differente PCs, but no USB device appears, and allways the LED1 light of NRF52840...
Hi,
One of my nrf52840 DK cards wont detect as jlink, nor bootloader drive anymore. But I can still program it using a Segger jtag programmer and P18 port. Running Windows...
Hi.
My NCS version is 1.6.0. When trying to compile ./zephyr/samples/subsys/nvs for nrf9160_dk, I'm getting the following error:
Do I need to provide some custom overlay...
Hello, I recently bought the Laird BL654 DK which is based on the nRF52840. ( www.lairdconnect.com/bl654-ble-modules-and-development-kits) . I was interested in running the...
Hi. We are using the nRF52 sdk v15.2 with S132 v6.1.0 on a nRF52832. Sometimes, when connecting, we get a crash with
identifier 0x1
program counter 0x3FDA
fault information...
Hello,
I'm going to send data from a distance of 100-150m using Bluetooth long range communication.
When I looked up some examples of this, I saw that two development...