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 team,
One of my customer is evaluating nRF52840 running ANT networking, but they may encounter with connection distance issue and wondering if they can combine BT5 long...
Hi,
I just installed the latest nRF Mesh v1.2.1 and found that my nRF52840 DK board unable to connect,
I'm using SDK as shown below:-
nRF SDK for mesh v3.1
nRF SDK...
Hello,
I need to get access to nRF51822 pins in order to test them and connected circuits.
I have access to SWD interface only.
By attempt to read ID register (A2=0...
Hey,
I am running the ble_hid_mouse example on the nRF52832 with SDK15.2 and connected a joystick to replace the buttons commands. now i wanna use the nRF52840 as a slave...
Hello,
I'm trying to create a long range IAS ( Immediate Alert Service ) unsing long range BLE 5.
On the server software I forced the PHY to BLE_GAP_PHY_CODED. I saw in...
The 'Debug Out' on nRF52832 (and 52840?) Dev Kits only works at 3V - so won't work with a 1.8V target.
The question has been asked before, and the obvious answer given ...
hi,...
i am using nrf52382 and nrf52840 ... one is client and server . i am using mesh sdk 3.1 .... i have debugged the example light switch server and client respectively...
Hey
This is sumanth. I have worked on mesh beaconing example and saw the output of continuous scanning advertisement of nearby devices in RTT, I made changes in light_switch_server...
I need to configure 1 device as relay node in order to relay messages from the client node to the server node. To test that the sever is relaying messages i could lower the...
Hello and thanks for your help,
We are looking forward to build a low cost and power wireless application using 802.15.4. We do not need any other protocols.
Am i right...
We have an NRF52 set up as Central, connecting to a peripheral (not our own) that's sending notifications with Data>20 bytes
I'm trying to differentiate between it sending...
Hello everyone,
I'm trying to set up entirely open source project for my NRF51822 chip. Everything works fine so far but something strange happens during debugging.
I...
Hello support team,
I am using your product through a module vendor and I have a question regarding errata 197. If the DC/DC regulator only has problems in low power states...
hi... i am using nrf52840 and nrf52832..... mesh sdk 3.1 latest version ....
in this case i am using client as nrf540 and server as nr52832 .... i have debugged the light...