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...
Struggling to make nRF52840 dongle run on Windows 7/8.
We tried installing the driver files [nordic_cdc_acm.inf ( nRF5_SDK_15.2.0_9412b9\examples\usb_drivers )] but there...
Download the softdevice and example code, can't find bluetooth name on phone,the code download the nrf52840 PDK can find bluetooth name,two boards debug information is the...
NRF52810 RSSI accuracy in long time testing
Hi, we are using NRF52810 in our indoor navigation projects. By calculate signal source RSSIs got from different receiver we...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
Chromebook: ASUS C101P, Chrome os 70.03538.110 (32 bit)
I have a BLE...
Hello! I'm trying to program a code using just one button.
I'm using BSP_BUTTON_ACTION_LONG_PUSH (5) and MY_BSP_BUTTON_ACTION_LONG_PUSH (3) [which is exactly the same as...
I have started to work with nrf52 sdk with using some example. I see the next step is to build own simple project with using some things like ADC, BLE(1-2 chars) and GPIO...
hello all, i am working on nrf52832 ble board. right now i try to add secure pairing connection for security purpose in my code. i use segger studio for programming. i did...
Hi, We made a custom board using the NRF52832. Everything is working in our system except BLE part. We are using SDK 13 with Softdevice of S132 v4.0.2. We tried to flash examples...
I'm using SDK 14.2, S132, and the NRF52832
This problem occurs during the pm_init() function when initializing the soft device. Investigating further has led to the pages_init...
Hi, I've been tasked with sending commands to an nRF52840 Board via a React Native mobile application I've developed, but have no idea how to do so. Our company uses:
...
Hi all,
I would like to learn how to use the USB peripheral these days. So, I programmed the example of usbd_cdc_acm on PCA10056. The PCA10056 couldn't be identified after...
nRF5 SDK structure project use makefile and sdk_config.h header file, When I want to add a component to my project. There is too hard work to modify the makefile and sdk_config...
Hi everyone,
I am trying to understand this sample code: here
But I don't understand how to choose an arbitrary pin for the LED.
And also, in LED_MASK which pin is...