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've successfully passed nRF Connect SDK installation by using GSA application (macOS 10.15.3, python 3.7.7, west 0.6.3). Now I'm in the SES 4.52c and have a problem in...
It looks to me that in NCS/Zephyr it is only possible to configure the system clock to operate off of the LFCLK. I haven't been able to find any Kconfig options that would...
We have 2 identical development boards and have been using only one until now. I was able to download code into the 2nd board successfully but it will not run. It does not...
Hi,
what is the valid range of interval for NRF_SO_GNSS_FIX_INTERVAL? when we set it to 5 it will failed, but 1 and 10 can be successful.
here is the code and error log...
I have a nrf24 transmitter and receiver that I want to set up for max speed. I have my SPI's both at max and I set the crf24 register to reflect 18db (was not sure how this...
Hi,
I am setting up nRF connect SDK into Mac, however I received an error below when setting up a project in SEGGER:
Could you please help me to remove this error...
Hi,
I am currently trying to understand the BLE mesh concepts, but its a quite tough process. At the moment I am wondering the following:
Let's say that I wand to...
HI
How stable is the serial_uartesexample in nRF5? I'm running it on a PCA10056, the example works for about 5 seconds and then UART RX stops, i.e. nothing is received after...
I see unexpected delays when running MQTT sample. The issue seems to be network related. When connecting delay is "normal" but after a few seconds roundtrip delay increases...
Hi everyone:
My case is to reveice some useful information form beacon device, but I have no ideal that is the softdevice s112 support observing so far ?
The s132 softdevice...
Hello guys,
We are working on the project and using DK 9160. We want to use LTE Cat M1 connection, mqtt tls and we need full functionality embed tls. We started with demo...
I am having trouble with the DFU/bootloader. I have built a board using the nRF52832 chip which I can program using SES using JLink connection, using SDK 16 and s132. I now...
Hello,
I am trying to figure out how the button presses in the module esb_low_power_ptx_pca10040 are creating events?
I have done some research and do not see this module...
Hi,
I have a problem when setting up pyaci on Windows 10 up to date.
In pyaci when launching the command
In [3]: p = Provisioner(device, db) In [4]: 2019-07-12 06...