I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
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...