Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...
Hello,
I just bought an nrf51822 evaluation kit and a segger J-link BASE Jtag. I understand that I have to play with the SW4 swith and the U4.
I identified the switch...
Hi
I am trying to setup my raspberry pi to receive message from Arduino using C++ code. I am getting a below error message. pi@raspberrypi:~ $ sudo g++ -Wall -Ofast -mfpu...
Hi I just have a simple question and that's where the code keeps Bluetooth mesh control how many devices it has in its stack that it has provides keys to. for every time I...
hi
sdk 15.0,
IN Multilink, 15 devices is operate normally. However, changing the device to 20 causes problems.
Is there a way to fix the problem?
attached source ...
Hi,
I was trying out the long range example provided on the NordicPlayground GitHub repo, and worked great when communicating between two nRF52840 dev kits. I however noticed...
I know that the the +/-250ppm LFRC accuracy is required for BLE... but is that just for a system that receives data? Is there any need to calibrate for a system that only...
Hi all,
I am using PCA10040 with nRF5_SDK_14.2.0 and using the ble_app_uart example.
Basically I have a large array of size 18750 to send out and having read on the forum...
Hi Dev Team,
I would appreciate if you can help me sort out the errors that I am getting when doing a DFU OTA using the 52 Dev Kit to the Thingy. I basically followed...
I have an input connected to P0.18 on my nRF52832, which needs to be driven high by an external source. I am running into two problems, which may or may not be related:
...
Hi,
I have seen some posts from
Ole
and
Hakon
about the bulk data transfer. But I have some confusions which I want to clarify before implementation.
I need...
When I update the firmware to version 2.1.0, the value that TVOC reads is always 0, whether or not it is related to the thingy gas sensor requires 48 hours of operation time...
So, after upgrade to Thread SDK 0.11, I'm not able to perform DFU again. Symptoms are identical to devzone.nordicsemi.com/.../ - this time on nrfutil v3.4, with pyspinel=...
How do you pan along the Y axis using the nrfConnect version of the PPK ? I can zoom in using the ctrl and right mouse button, then pan left and right, but I can pan up and...
SDK v14.2.0 using s132
Our central should only have one connection at a time, so I set
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
But when it is connected to a peripheral...