Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
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...