Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi,
I'd like to set log level within the app but without success. I am browsing through https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/services/logging/index.html...
Hi,
is it possible to write data to external spi flash using nrfjprog? This would be on a custom board, which has nRF9160 with extra external SPI flash (not QSPI)?
...
Hi,
There is a bug in ncs\v2.7.99-cs2\nrf\cmake\version_app.cmake
add_custom_command( OUTPUT ${PROJECT_BINARY_DIR}/include/generated/app_commit.h COMMAND ${CMAKE_COMMAND...
I am using nRF Connect fro Desktop Bluetooth Low Energy Standalone v4.0.4 with a Dongle USB nRF52840.
I can see my device when Legacy Advertising is enabled, but if I only...
Hi,
First of all, let me confess, I am new to VS Code - NRF SDK environment.
I have a VS Code setup with NRF extensions enabled and due to some reason, the error squiggles...
Hi , I 'm trying to send and receive on a websocket. Sending works fine and is received on the backend, but when I try to receive I just get garbage in my buffer.
I sanity...
Hi,
I'm currently trying to add MCUBoot in my project.
The project was built successfully by adding these lines to prj.conf.
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
I'm looking into using command line builds for nRF Connect SDK again due to issues I've been running into with vscode.
The instructions on this page ( https://docs.nordicsemi...
I have tried zephyr/sample/bluetooth/periodic_sync_conn in nrfsdk v2.7 and test on nrf5340 audio dk, and doens't work. the output is:
*** Using Zephyr OS v3.6.99-100befc70c74...
Hi,
How to solve the problem of writing data to flash using the write_data_flash function in save_stack_data function
1.1. I tried to add the function save_stack_data...
Hi! Background (feel free to skip) --------------------------------------- We have 3 nRF52840 boards, connected via ble/NUS as follows:
B also advertises bluetooth HID...
Hi, we are using the nRF9160 in conjunction with the nPM1300. To power off the device, we call lte_lc_power_off() which sends the AT+CFUN=0 command to the modem and waits...
the v2.7.0-5cb85570ca43 zephyr/ndk combination doesn’t work for things using the JSON_TOK_FLOAT type (vs the number type). this is because zephyr/lib/utils/json.c:float_ascii_encode...
I am working on a project in which i have got 100 nodes we are doing it in our custom board. so i need to assign unicast address manaully for each nodes inside it. How can...