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...
We are currently designing a prototype board for our product using the nRF52832. We need to calculate the transmission line with on a 4 layer PCB. The stack-up looks like...
I am trying to use your swift iOSDFULibrary cocoapod. What I am doing is the following. I have a library written in swift. That library is where I have your iOSDFULibrary...
As Bootloader IROM starting address 0x78000 and size 0x6000 is same in SDK 13.0 and 12.2.0 expecting to update Device firmware (BL+SD+APP) from 12.2.0 to 13.0.0 SDK.But in...
I use SDK9 nRF51.
I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted.
Why I can't to delete bounded devices...
Hi,
I would like to know which is the difference between using a Softdevice or not.
Looking at the blinky example, the two versions are provided. The "main.c" file is...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...
I am trying to add the example in examples\peripheral\pwm_library to another project to get pwm working. In the other project I have included all necessary stuff but I get...
Hi guys. I am struggling to get buttonless DFU to work in my owm application. I am using SDK12.2 with gcc on a pca10040 board with S132.
I have successfully followed this...
hello,i am using nrf52 dk, & am working on bluetooth uart & looking for data is send from mobile to nrf52 dk board. i am having examples of data is sending from board to mobile...
Hello, I am using nrf52DK and programming it using keil 5 trail version. It has memory limitation, if the code exceeds the size it shows error. Can you please suggest me any...
It is very inconvenient to modify the makefile and the project explorer at the same time each time I add a new module(~.c) in the eclipse.
So I want to use eclipse managed...
Hate to ask this question here, and I have seen the other threads , but I am hoping to buy a small quantity of nRF52840-QIAA engineering samples (just the chip - not the PDK...
I've been using the nRF connect app to evaluate and test custom services that I'm building on the nRF52832 (Raytech module). Everything has been working great and the manufacturer...
Hello,
I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0, and trying to create an interrupt event on wake up from system off by pressing BSP_BUTTON_0...