Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I want to use the Zephyr Shell with my own transport layer. Since the only connection I will have to the modem is over SPI, I want to have the SPI read/writes handled with...
I am using sdk 17.1.0 .I am getting error while using bsp_buttons_is_pressed function in main although i have included file bsp.h ,bsp_btn_ble.h, boards.h. The error is Error...
Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK...
Hello everyone,
I have a question regarding the bonding process in the NRF52832 device. Currently I have one custom service with one character and my nrf device is a doing...
I'm opening a different thread to discuss further my latest findings.
I'm using a module E73-2G4M04S1AX that is based on nRF52810. My project has very strict power requirements...
Hi Team,
I think I've found an issue when using the nrFX UARTE1 Zephyr driver. I'm building an application based on the Bluetooth peripheral UART sample.
I use 20 byte...
Hi, I am having trouble connecting the LTE Link monitor. I have already updated all certificates and firmware. But when I am trying to connect my device to the cloud it does...
In my current application I have a combination of some examples and features, but I couldn't add the resource provided by the http_application_update example.
So I tried...
Hi!
I'm developing an application that requires both keyboard and mouse control over BLE. I have gone through various guides to get this working, and the only method that...
Hello!
I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard...
BT central sample has the following code
bt_enable ( NULL );
bt_le_scan_start (SCAN_PASSIVE , device_found );
I ran the sample on my custom board based on nRF52840...
Hello,
I'm using the UART0 in nRF52840-DK for debugging purposes and using the ble_app_uart_c example as a basis.
Now, I need to activate and configure the second UART...
Hi guys
I'm just want to know, is this situation can occur if my application size will grow so high that it could be overwritten by the flash data storage module?
...
I am developing for a Thingy91 and NRF9160 DK
NCS v 1.9.1
I am using the LTE_BLE_Gateway sample using the NRF9160 as the Host and talking over HCI to the NRF52840 as a...