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...
I am working with STM32-F401Re with IKO1A2 shield on it as well. I implemented the machine learning core on LSM6DSOX and I get the data of that accelerometer on STM32 F401re...
Hello, I'm in the process of attempting to implement Eddystone EID on the nRF52805.
It's been a bit of a nightmare, so I'm finally taking the bold step to make my first...
Hi,
I am using the nrf52dk_nrf52832 board and adding a peripheral SPI Flash. I had previously gotten the SPI Flash to work but now it does not.
I've hooked it up to the...
Hey guys,
I have recently been using the nrf 52840 dongle to connect to a sensor and gather data from it. So far I have been able to successfully connect to the device...
Hi,
I see that there is Zephyr I2S support in in NCS 1.8.0 (and onward), but I can't locate any reliable documentation for the API.
I have an I2S example (based on https...
HI
I having issue when setting 18 BLE links using s140.
I set the ram size as suggested but still getting error.
<debug> nrf_sdh: State request: 0x00000000 <debug> nrf_sdh...
Hi!
I am using the Serial LTE Modem application from the nRF Connect SDK v.2.0.0
In the source code for this app, every call to:
int util_resolve_host(int cid, const...
Hi,
I'm a student and this is my first project on RF. I'm prototyping my own custom board. I did read in the papers of the quarterwave 2.45 GHz antenna that the PCB should...
Hi,
I am trying to understand either the timing or feature I am missing with respect to LTE, GPS and MQTT. I have read a number of posts and questions on a similar topic...
Hi, I am testing out the UART Peripheral sample on the nRF52840 DK. Since I am communicating with another MCU, I have remapped the RX and TX pins to P0.26 and P0.27 respectively...
The MenuConfig page of SEGGER IDE (ncs1.9.1):
How should I configure this interface if I want to configure usb DFU and trigger upgrade mode via button: 1.boot_usb_dfu\Use...
I am trying to flash blinky program to nRF52840 Dongle using nRF52840 DK thorugh SWD pins. I successfully implemented that using Segger Embedded Studio by following the steps...
I am working on a project that is being ported from the nRF52840 to the nRF5340 and the once unified radio and app codebase needs to be split to the app CPU and network CPU...