Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
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...