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 community !
I create a model to send a string over mesh and it's working well ! The only thing which is strange is when my string is 9 bytes long (or under), the message...
Hi,
I currently need a 2.4Ghz OOK tx and I'm looking into the NRF52840 DK. I know it is not supported but I'm thinking of doing bitbang and control the PA to do an OOK...
Here are some question about SIG qualification:
Suppose I current use nRF52832 and S132 v7.0.1 ( QDID- 138862 ) and get SIG qualification without required test with Declaration...
I'm using nrf52832 with st25r3911b to let device read & write NFC card.
I modified nRF5SDK160098a08e2\examples\ble_central\ble_app_uart_c\pca10040\s132\ses to do this. ...
Hi, there,
I have a question about HFXO load capacitors and LFXO load capacitors.
Each load capacitors of nRF52840-DK are like below.
And i checked BOM file to find...
Hello! I'm somewhat new to SES and still trying to understand the program a bit. Some of the features are a bit less intuitive than others.
Right now, I'm actually not having...
Hi
From this article, It appears that up to 20 connections are possible when using S140 SDK 15.3.0 SDK on an nRF52840:
https://devzone.nordicsemi.com/f/nordic-q-a/33095...
Hi,
I am using nRF52840 with SDK 15.3.0 and S140.
I am connecting to multiple peripherals as a central device and using NUS to communicate with these peripherals. I need...
I'm trying to use the nRF5340-PDK SPIM at 16MHz, which requires me to use SPIM4 and dedicated SPIM4 pins
P0.08 - SCK for SPIM4
P0.09 - MOSI for SPIM4
P0.10 - MISO for...
Hello! I have implemented a OTA cluster basing on the example: https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_example_ota_client.html
I use almost exactly...
Dear Amazing Community,
We are currently investigating any uA being consumed by our nrf52833.
We are using the PPK to track them and we believe that during normal operations...
I developed a custom RF mesh to USB serial bridge. Right after boot, I receive all serial messages, but once the host closes the serial port and open it again, nothing comes...
I use BSD socket to send and receive messages to a TCP server over LTE network.
When I send multiple messages by using send() (with flags = 0) function, I get an EINPROGRESS...
I am curious if anyone can point me to an example of working with the SRP functionality in the CryptoCell.
I see the headers for it at nrfxlib/crypto/nrf_cc310_mbedcrypto...
Hi,
I try to create an MQTT AGPS tracker.
I'm using a nrf9160dk with the 1.3.0v.
I use two threads, one for GPS (A-GPS) and one other to send value to MQTT (witch starts...