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...
Hello,
I am having an issue viewing serial communication from the nRF9160 on the LTE link monitor. I am able to view output when the code is compiled from a different...
After burning the application, the following operations were performed: nrfjprog.exe -f NRF52 --rbp ALL nrfjprog.exe -f NRF52 --pinreset
There are a total of 600 devices...
Hi everyone,
I have setup a Bluetooth Mesh network of 5 Light Control Server Nodes and 5 Low Power Nodes that have friendship with eachother.
All nodes publish and subscribe...
I'm facing the requirement to save few kb of data in flash and process it over time. Because none of the standard mesh models fit, a custom mesh model will be the only option...
Hey,
I encountered a very strange problem while I was trying to connect from nRF52832 (as a central device) to my nRF52805 as a peripheral. If I am trying to connect to...
Hello,
I am working on a custom development board that is using the nRF52840. After programming the nRF52840 on the board with Soft Device s140_nrf52_7.0.1_softdevice.hex...
Hello DevZone,
A product I use uses NFC tag type 2 to communicate. It usually communicates to a separate chip but I want to replace this with the nRF52832.
I opened...
Hello,
I'm working on a product where we want the nRF52840 to be able to reset itself in hardware . This is currently done via an IO that drives a SHUTDOWN# signal into...
Hi,
I'm using TWI to control accemeter(MMA452).When I used TWI SENSOR to read my sensor, it didn't work normally.
The address of MMA8452 is 0x1C,so i want to read...
The separation of flash memory into a region for the application core and one for the network core on the nRF5340 seems rather cumbersome and error-prone.
I'm especially...
Hi,
will qmi_wwan or gobinet driver be available for nRF9160? PPPD is not available. It is quite a limitation in use to miss ethenet interface based connectivity.
Regards...
Hi everyone, I’m have a wired network of 1000 devices (relay switches) that I’ve been tasked to upgrade to wireless.
Devices are inside a warehouse, about a pallet apart...
Hello All,
I am developing product using nRF52840 Dev-kit and SDK 4.1 for zigbee and thread.
I have created the new solution using tool chain - C:\Program Files (x86)...
Hello,
I'm using the NRF52840 with the NRF5 SDK v15.3.0 and S140.
I was trying to include the nrf_fstorage library into an existing project. The problem I experienced...
Hello,
I modified a sample app "blinky" on segger, to include main.cpp instead of main.c Then when I built, I got a compile time error stating in main.cpp "void main(void...