Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...