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...
I must be doing something obviously wrong but I just can't see it.
I'm trying to create a PPI linkage between the UART RXDRDY event and a timer working in counter mode so...
hello
i am working with nrf52832, s132, sdk 16.0
i am trying to init 3 channels with OVERSUMPELING and BURST enabled:
"
nrf_drv_saadc_config_t saadc_config;
...
Hi. I need to use some of the flash on the nRF9160 for non-volatile storage. But I want to do it in a very specific way to save on RAM usage.
Essentially I want to be...
i want to configure MAGPIO0 (GPIOTE) pin as a output pin.
But its configuration is different from normal GPIO pin, so please guid me that what is process and configuration...
Would it be possible to offer a doxygen tagfile for referencing SDK groups/files in a project documentation?
openCV has this: docs.opencv.org/.../tutorial_cross_referencing...
hi
i have added a timer to a working code with softdevice, ble, uart and pwm for now.
when program starts it gets an error in the app_timer_init funcion ' NRF_LOG_INFO...
Trying to port some SPI code to the Release 15 NRFX API and seeing an error from nrfx_spi.h, line 82
/** @brief Macro for creating an instance of the SPI master driver...
Hi,
Could you confirm that DeviceID found in FICR of nRF9160 is:
1/ randomly generated (64 bits = 8 bytes)
2/ they are not unique, but already on the chip when it...
Hi,
Greetings!
We have successfully checked DFU application from SDK16.0.0 and it works nicely.
We have used android nRF connect app for firmware updating.
Here we...
We have been supplied with a module that sends SpO2 data but it uses 8bit, plus odd parity. I have seen the many questions on this subject and only pose this question to add...
To be able to have USB communication/interface, do I need to apply 5V to VBUS? Or will 3V on Vdd be enough. I am planning to use coin cell that is max rated for 4.2V so it...