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.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
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 <...
Hi guys,
So as I'm migrating from SDK10 to SDK12 I've noted that the app_pwm module is consuming more power then expected while disabled ~300uA. After initialization, I...
Platform: nRF52-DK using SDK12.1.0 and S132
Summary: Using nrf_log module from SDK along with RTT by setting NRF_LOG_BACKEND_SERIAL_USES_RTT flag causes nrf_log_serial...
For example, in SDK11, the file:
components/softdevice/s130/toolchain/armgcc/armgcc_s130_nrf51822_xxaa.ld
Contains:
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000...
Not a question, but a big thank you to Nordic Tech Support (Kristin) who reviewed our nRF24 design several times until we got it right :)
Implementing the recommendations...