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, I've been evaluating the PDM hardware driver for the nRF52832, and the PCM output of Thingy. I've found that, for certain impulses at the input of the microphone, the...
Hi I have successfully set up my ARM SPI interface to use the nRF24 chip. At this time I'm trying to establish connection but I'm not sure I under stand the setup for comm...
I'm getting this when im trying to select the device.
when i try to update the firmware nrfgo studio is getting closed
please help me in solving this!!
Let's first compare two pieces code:
This one works:
But this one doesn't:
My problem is that as soon as I try to process received data, some of data is lost. Is...
I am developing with SDK 15.0.0
I want to add NUS service in ble_app_buttonless_dfu example.
All I have done:
1. Add including files and including paths to the project...
This is really a two part question.
1. How do I even refer to pin P1.00? It's clear that pin P0.06 is referred to simply as pin 6, but what is the naming convention for...
Hi,
i try without succes to go into MemoryRentention Timer On sleep mode, and wakeup with the analog comparator activated by AIN1 without sucess. Here is my code, please...
Hello I am using nrf52832. I would like to write a custom ISR for GPIO based interrupt. Are there any examples/documentation i could use to get started on this.?
Dear All,
we use Reference configuration 4 and have connected the DK to our custom PCB. 3.3V of the DK go into VDDH and otherwise only GND and SWDIO/SWCLK are connected...
hi
i downloaded nordic thingy52 FW and i uploaded on my board PCA20020
and that is working correctly but when a i downloaded nRF5_SDK_15.0.0 at first i compile (ble_app_beacon...
Dear Nordic,
i am just testing ble examples in nrf 52840 dongle and also implementing one uart for just testing
TX pin - 1.10
RX pin - 1.13
transmission works fine...
Hi,
I'm referring to -
1. Custom HID over GATT device
2. nRF51422 HID example modification
So for now, I just used the descriptor mentioned in above links. But "hello...
Hello,
The softdevice S132_SDS_v4.1 spécification write that supports 20 connections at the same time.
I would like to know if it's possible to have 1 central and 20 peripherals...
I'm attempting to make cli application to load from after the softdevice and based on a command enable/disable the BLE functionality. Is there any simple way to do this? Are...
Hi,
I am currently trying to use PCA10001 board as master and slave at the same time. Trying to send data from master(SPI0) and receive it using slave (SPIS1).
I have set...