Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hi
I need to read the Drive mode of how an output pin has been configured....
I see that there is an API to read pin's Pullup, Direction, Sense, etc configuration.....
Hi,
I've managed to find a franchised source of nRF52840-QIAA-R processors at low volume and I'm advised they have a date code of 19+.
Is there anything that I should...
Hello,
I would like to add buttonless DFU to my project.
This is so that in the field our mobile application will be able to push new FW to the device upon connection...
hi, i just ran into a problem that i'm not familiar with, so I post it .I want your help and guide to clear me out if demo is supported with 2 PCA10040, or I did something...
NCS version 1.9.1
nRF52840 DK
I have a task that waits on a semaphore with a timeout. Sometimes the task gets stuck in the k_sem_take() call, even though there is a timeout...
Dear support
I need to pass 128 bits service uuid to discovery process as variable, I have an array of 16 bytes of uuid number, it is divided into five parts as show here...
I am trying to use the PPK2 for measuring current consumption on a device powered by 24VDC by connecting PPK2 on the low side of the DUT towards the power supply - but fail...
Hello, I'm working on an application that needs both ANT+ and BLE (s332) and the ANT+ part is done. I'm having a hard time understanding how to read analog data, like a battery...
Hello,
we tried to create a Matter build with the Nordic SDK.
Following Steps are done by us which are causing the error:
Clicked nrF connect extension in VS --> Create...
Hi,
I am working om a project in which i need to send few data through NRF52832 serial port and via BLE I need to update the same to NRF connect app
I have tested the...
Dear Brother and sisters
I want to display Real time ,Date ,month on a lcd using internal rtc of nrf52840
its not working properly..
I have to reset the time again and...
Hi all,
I tried searching for related posts but could not find a clear answer. Basically we are trying to build a device that supports both BLE and Matter. We do not need...
Hello all,
while I am developing the project, I need to add certain configs to the SDK ... it is becoming an extremely complex configuration, of course I am totally new...
Hello
I need to setup TLS communication using UDP, betwen:
- zephyr app as client
- ubuntu pc, openssl server as server (ofc)
I modify prj.conf of sample disabling...