An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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 all,
I'm in the process of bringing up a new board with an nRF5340 and am seeing some strange behavior. Via JLink SWD, I am able to connect to the application core on...
Hi Nordic team
1. Integrated multicell location sample to asset tracker v2. Expect Google map can display the location of mutlicell latitude/longitude result.
2. As below...
On the latest master of https://github.com/nrfconnect/sdk-nrf (v1.7.0-rc1), swapping between extended and standard advertising will result in reads/ attempted writes to address...
Hi there, I am developing a multi peripherals to central BLE system based on NRF52840. Now I am consider the synchronization between the peripherals and centrals. How can...
Hi,
I come from here: https://devzone.nordicsemi.com/f/nordic-q-a/80874/nrfjprog-not-working-on-raspberry-pi-4/336129
But for me the nrfjprog comand works fine:
...
Hi,
First of all, I'm new in the field of BLE development. I have a custom PCB and some sensors. I want to send the data from these sensors to an app via BLE. These sensors...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hi, I implement a dongle that connects multiple devices with MultiCeiver. pipe 0 used for pair, pipe1 ~pipe5 used for device connect. dongle work in PRX, mode, device work...
Hi guys,
I have noticed that there is a problem with losing bytes at high baud rates on UART. Is there a limit to how high the baud rate can be when using a softdevice?...
Hi,
I am trying to add a custom driver (VL53L1X) to my application (nRF9160 & Icarus Board)
I used several sources to understand and edit my code (especially those of...
Part: nrf52833
Soft Device: SD140 (recently switched from SD 122 because SD140 supports more BLE 5.x features)
Application: Replace legacy Central host device with nrf53833...
We are developing an application that takes data from UART and sends telegrams over 802.15.4 on a nRF52840, so I wanted to use the 802.15.4 wireless UART example as a base...
Hi,
We had a couple questions regarding storing some things related to the BLE mesh. We are building our application off the ble example light_ctrl.
1. Looking at the...
Fixes nRF5_SDK/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h:68:6: error: use of enum 'app_usbd_cdc_acm_user_event_e' without previous declaration
...