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...
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...
My nRF52832 firmware application transmits data to iPad which converts it into a flowing waveform. The waveform flowed smoothly when SDK13.1 was used. I migrated the firmware...
Hi. I use 15.3.0 SDK and Segger studio.
I test Ant communication
I have a question.
ant_bsc_rx example of Ant plus, there are 2 handler.
ant_bsc_evt_handler is set...
Hi guys,
I’ve got a simple nrf51822 board which does not have any GPIO used - the system is a beacon doing its own advertisement without any intervention. The board schematic...
I am getting started with the NRF51 DK. A previous post suggested that " you should start with the precompiled versions of the examples that include the SD. These always work...
Hi.
I'm useing SDK 15.3 for testing DFU in nRF52832. I've already porting DFU to project ble_app_uart_c. now, I want to run BOOT project,and I'm useing project secure_bootloader...
Hi,
I understand there have been a few changes in the nRF Connect SDK with regards to Secure Boot and SPM.
I've been stuck for many hours trying to understand why I'm...
Hello,
I'm facing an issue when i want to delete some file in my FDS file system. Indeed, sometime, i can find dupplicated file with the same file id and the same record...
hi ,
i just realized that i damaged my NRF52 dev kit debugger chip. it is heating up and not working . the rest of the circuit including NRF52832 are fine. is there any...
I am using sparkfun nrf52832 breakout. I am new to this. I don't have a JTAG programmer so I cant program with keil. Is there an alternative solution for the software used...
I was using Sparkfun nRF52832 board to test my application, programming it with FTDI over Arduino IDE. Now I made my own PCB and found out that the IC doesn't have bootloader...
HI there! I am currently having some issues trying to add a custom 16 bit service to my nrf51822 project. Basically I am trying to make a dummy peripheral that I need for...
I have a nrf51-DK. I am trying to get a PWM signal on one pin. Here is my code:
static volatile bool ready_flag;
void pwm_ready_callback(uint32_t pwm_id){ ready_flag ...
is it possible to send ip packet form thread device with destination of non-thread device like ble (i gave ble device hardcoded ip) without border router ?
if yes i want...
Hello,
I am trying to flash my application to my NRF51422. In short, the application is a combination of the ble_app_uart and twi_scanner examples, I am reading data from...
Hello
I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.
However, it happens that printf function prints message to uart...