Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
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...
Hello,
i am new to BLE,
I am using the iot S1xx Softdevice on the nrf51 Dk in order to test ipv6 connection, and now i want to add advertising with the Eddystone protocol...
Sorry I am new to this. Therefore this question may seem to be odd:
I want to build a temp monitor using an nRF8001 (BLE Board Adafruit) and send this data to my mobile...
This is the code I am using to wakeup my system from OFF. It is not working. Kindly Help.
#define Pin_0 0
static void gpio_init(void)
{
ret_code_t err_code;
...
I am creating a system (nRF52 SDK11.0.0 s132) that will get a data ready interrupt on a GPIO (configured via GPIOTE with a handler) from a sensor every 4ms. The sensor has...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
We've currently only been developing our application in C. We now have a couple of C++ libraries we'd like to use and are having trouble compiling the mixture of C and C+...
On a custom board using the nRF51822, with SDK 11.0.0, SD s130 and gcc, I'm seeing the following stack trace when doing some TWI operations to program an accelerometer:
...
I have to send a data to more units, i have found problems with multiple ACK return signals (I think this is the problem).
So i'm trying to send data with no ACK.
For this...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
Hi.
I've played around with the android application (based around google gatt example, but used in gatt server -mode).
How is the example expected to be handled? In...
Hello everyone,
I am currently trying to make simple exchanges with an NFC chip using SPI.
Configuration is: nRF52 on dev board 10040 with example from SDK12 located...
Hi,
I have such code:
static buf[9] = {initializers};
for(i =0;i <9;i++){
while(app_uart_put(buf[i]));
}
I always get "0" before the actual buf content and the...
Hi
I've implemented a peripheral with bonding support by the peer manager. Additionally the device should scan for bonded devices by using a whitelist. I used the function...
Hi,
I'm trying to compare two RC networks by using GPIOTE, PPI, a Timer and the comparator to measure the time needed for a charge and discharge cycle for each of the networks...