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...
Hello All,
I am working on an indoor positioning project where I want to send/POST request RSSI values to the server/frontend. So is it possible to send RSSI values to the...
Hello,
we have a problem with a BLE connection state function. We are working with an NRF52832 device and SDK 14. The device itself works in central and peripharel mode...
Thanks in advance for any advice!
We are developing an ultra low powered network. There will be a remote control with numerous buttons. This will connect to 2-10 peripheral...
hai , I would like to program cli uart in pca10059, what are all things to change in openthread stack in order to change UART pin configure and how to compile it ? I use only...
I am trying to implement cli uart in custom board, for which there comes need for me to recompile openthread stack (in order to change UART and LED pin configuration) in GCC...
I was just working with the ble_app_uart example in nrf5_SDK_12.2.0. Minor modification were done to the main function. The build output:
linking...
._build\nrf52832_xxaa...
The site is just showing a product brief PDF, where can I access the full datasheet? Is the crystal oscillator on board or an external connection is required?
Hi,
I am using SDK version 15.3.0. I am trying to implement the ble_dfu example. By default, advertising name is set to "DfuTarg". I want change this to a custom name. How...
I'm using the nrf52840 with connectivity firmware and S140 SoftDevice, accessed through pc-ble-driver version 4.1.1, with NRF_SD_BLE_API=6
Occasionally pc-ble-driver fails...
Hi,
I am trying to find RSSI of the value of the nearest device also I need the Device name, address of those devices. I got the RSSI value but some problem in D evice name...
I'm upgrading a project from SDK 15 to SDK 16. Previously in my gap parameters init I had this code
This works fine for seeing the peripheral and operating it as a UART...
I wasn't sure which product to put in. I am looking for a BLE discovery tool for EEG devices -- particularly the Muse 2 Headband. Which of Nordic's software should I use for...
Hi,
In our project, we are using a small RTOS to switch between simple tasks and set MPU. We would like to run all task in unprivileged mode, but some Nordic SDK libraries...
Hi everyone,
I have written a code that sends data over BLE notifications (IMU data). It works great so far and now I want to read the analog values from eight force sensors...