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 all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Hello,
I want to integrate a bootloader with BLE DFU functionality on the nRF52811 microcontroller. I have several questions regarding this:
Memory Management : Since...
Hello: In my project, I have the following requirements: I need to conditional compile the device tree, i.e., it needs to include a header file via #ifdef, but it can't conditional...
Hi, can we measure Distance using Multi Carrier phase difference method between nrf52840dk and nrf52840 dongle? if yes then give me detailed steps to connect and measure distance...
Hi, I want to use the temp node from the Device Tree of nrf52840. However, when I do something like this: I have an error saying : undefined reference to `__device_dts_ord_xx...
Hi,
I am developing unit tests and would like to generate mocks for the following functions in the Zephyr uart driver in the file "uart.h".
uart_irq_update
uart_err_check...
Hello everyone My system is as follows: - Using sdk v2.4.4, zephyr with nrf5340 (Raytak) - Using Threads zephyr to create threads to control the system - Using CONFIG_PM=y...
NRF Connect SDK 2.7, NRF52840
I'm porting the firmware for a shipping product that was originally developed on NRF5 SDK. We are porting out code since the NRF5 SDK is no...
I can't figure out what I'm missing. I'm not able to send messages using MQTT.
Here's the link to my code: https://github.com/pranav-ether/test/tree/main/mqtt_pub
This...
Hi,
I'm using WS2812B as a status LED. I don't have any free SPI ports. So my only option is to use I2S. It is displaying just white. I cannot change colors or turn it off...
Hello,
My SDK is ncs 2.6.1, and chip is nRF52832. If set CONFIG_BT_ID_MAX to 2, bt_id_create can be called twice without failure, but it seems the 2nd call doesn't update...
I'm seeking assistance with a power consumption issue we're facing in our hardware configuration. Here are the details:
Normal Operation Power Consumption : Our device...
Hello I am testing with nRF52-DK. But when I write data and read it with the Pragrammer of nRF Connector Desktop 5.0.2, the data is arranged as shown in the figure below....
Hi.
I'm currently developing Android application using Kotlin. App connects with Glucose meter via BLE (for that I'm using this lib: https://github.com/weliem/blessed-kotlin...
Dear community,
I am using the nRF9160 chip, and I have the issue of occasionally unreliable positioning. Depending on the network, positioning happens quickly and is...
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...