Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
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...
I'm a begineer in nRF52DK and S132.
I am trying to make an application code to enable link layer control procedures at any time in a connection state with the nRF52DK and...
hello everyone,
Which APP demon is the most stable APP?
I use nrf-master APP to test the blue device,it can connect very well。but when I use uart-app , it can't connect...
I notice that if Make virtually any of the SDK12 armgcc examples that I get a warning that 2 include folders do not exist
e.g.
../../config/ble_app_hrs_pca10028_s130...
BLE UART run example runs in debug mode and able to see the BLE in the nrfconnect
using Jlink debugger
When the Jlink debugger and power supply is provided we are not see...
Hello,
I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...
I write the code almost ok.
but , I neet the DFU function to UPDATE THE software .
Now, we only find a v11 example can run ok but only a zip, not including any code. ...
Hello,
First of all, I've read the entry below.
devzone.nordicsemi.com/.../
My questions:
1 - If I cannot advertise for only specific masters, how can I provide...
Hello!
I have a problem with NRF8001 modules. I have two similar boards - one with NRF8001C and another with NRF8001D module. NRF8001C board works well, but NRF8001D board...
Hello all, at present time I'm making investigation of BLE link stablility at harsh megapolis environment and at long open space ranges. During testing I found out some information...
Looks like there is an error in the nrf_drv_gpiote_common.h :
#define INTERRUPT_PRIORITY_VALIDATION(pri) STATIC_ASSERT(((pri > 2) && (pri < 4)) || ((pri > 5) && (pri <...