Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
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...