Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
I'm currently looking at using a last will message that updates an attribute on the cloud if the device disconnects from the broker. The broker and client agrees...
Hello everyone,
My current setup:
1.Development Kits = NRF52840
2.Nrfutil Version = 6.0.1
3.Softdevice = S140
4. Operating System = Linux
In current goal is to...
Hi There,
I am currently using a custom bootloader for my devices which was started from the secure bootloader example given in the SDK, I am using BLE as the transport...
i have nRF Connect SDK v1.6.1,excuted “west update” and “west zephyr-export” command(the project will not built successfully without executing these 2 commands)
then i was...
ncs version 1.6
SES
Windows 10
I have installed ncs completely using standard tools.
Now I am following the tutorial Part 1.
The project hello_world is created...
Hi,
I have a GPIO used as input or output. When it's used as an input (99% of the time), I have an interruption on it (falling and rising edge).
When I use it as a output...
This is my first time using Nordic SoCs, so forgive me if this is a silly question. I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). I tried the Nordic's...
I upgraded the code from sdk13 to sdk17.
The setting is the same as the original code and there is no error.
However, if I build, the original code is built with the app...
how am i going to merge ble_app_multirole_lesc and ble_app_blinky
I add
into ble_app_multirole_lesc main.c
and it stuck in services_init()
seems like the err_code...
Hi,
I would like to make a system that goes to sleep for a while and wakes up for a short time thanks to the rtc. According to the documentation, the power consumption of...
Excuse me:
PPK2 doesn‘t work,I don't know why,The computer does not recognize the usb port after connecting the USB cable,The indicator light of ppk2 is not on.What should...
Setup:
nRF PPK2 is connected via USB to the port DATA/POWER to the PC
Running nRF connect version 3.7 from ubuntu 20 causing the following issue, when using "Power Profiler...
Hi, I'm having issues programming my Thingy91 via the NRFConnect programmer app.
The Thingy in question has had various applications run on it over time, but the objective...
Hi,
I am currently setting up an MQTT client via the MQTT publisher sample on zephyr.
My mqtt client is a NRF5340 and it is connected via ethernet with my pc and also...
Hello support
I have modified the cli examples and run into "undefined reference to `nrf_cli_uart_transport_api'" linker error.
The error message is
Compiling file:...