Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can...
Dear Nordic,
I am using nRF52832-XXAB, SDK 15
I am aware that in order to enter SYSTEM OFF Mode and woke up by an GPIO event,
I have to set "nrf_gpio_cfg_sense_input...
Hi, I am trying to enable TPS on an application I am staring. I have got it enabled and when I connect to the device using my phone TPS is visable, but I cannot read the value...
Hi all
I have problem with uploading app to this module. On Mqtt_simple I added
CONFIG_BOOTLOADER_MCUBOOT=y
Compile program in Segger and i got app_signed.hex. Im using...
Hello everyone,
I'm trying to make a PWM signal that fires an interrupt at the end of each PWM period. I've had the same question here:
https://devzone.nordicsemi.com...
Hi, All
In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with...
Hi,
I am a EE with a lot of background in nRF52 devices. But this is my first software venture with this device. I am familiar with the soft stacks used and have flashed...
Hi!
We develop our product on nRF52840 using S113 softdevice, version 7.0.1. From time to time, we need to erase some part of flash, so we use sd_flash_page_erase() function...
How could I rebuild the code for an NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION?
static void ble_stack_init(void)
{
uint32_t err_code;
nrf_clock_lf_cfg_t clock_lf_cfg...
Using Mesh V.4.0 and Stack 16.0.0
I have created simple message model in light_switch _client code.All I want to do is call status = simple_message_client_set(&m_clients...
Hi,
I have a simple question. How should I handle situation, when need to collect data and process them before the computed data are sended via ANT+ profile which runs on...
Hi,
I'm working with the nrf5340 and I'm trying to perform a FOTA upgrade over BLE. After initiating DFU with nrf Connect for Mobile the process crashes right after...
Hello,
I'm working on a HID BLE device and it seems to work good with iOS devices. It fails to pair with Window. I'm adding what I can see with the sniffer. Basically after...
I am read the datasheet of vl53l1x ,can anybody help on connection of vl53l1x to nrf52832 and how to use sensor vl53l1x ....any driver code for vl53l1x sensor
I want driver...
I have the following trivial program which has almost identical functionality to the connectivity/ble_connectivity/pca10040e example:
int main(void) { uint32_t err_code...