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...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...
I would like to test how our solutions react to a ble jammer.
is there any sample for the pca10040 dk to generate suchjam noise ? Or maybe you could guide me on how i can...
I thought I would be able to do the following, but when FDS_ERR_NO_SPACE_IN_QUEUES occurs m_fds_no_space_in_queue never becomes false. Is there any way I can wait for space...
Hello,
I'm having trouble compiling the ble_app_thingy_s132_pca20020 project on my Windows machine. I have carefully followed the instructions on the Nordic Thingy:52 SDK...
I used SDK14.1.0, softdevice s132_nrf52_5.0.0. and IDE Keil
when I run the code below, the microcontroller consumes 7.5 mA if I comment this part it consumes 200μA.
Apart...
Hi,
I an try to use "Esb function" and "App timer function (app_timer_create() and app_timer_start()" in the same project, but there have one following link error message...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
I am currently doing SPI communication with BLENanov2 ( nRF52832 ) and SD card...
hi, I'm using two nrf52840 and I was given a task to transmit a string between them. I'm trying to understand ble_uart central and peripheral examples. I'm using sdk15 and...
Hi, I am using PTS v7.0 for Bluetooth profiles testing for a home device with Android O system. The PTS instruction of Android AOSP indicates "nordic app installed and running...
Hi,
I'm trying to build a custom HID device. I'm not able to receive any bytes on the host machine (I'm using an HID API). The Nordic board connects to the bluetooth of...
Hi,
I use FreeRTOS for ble application on nRF52840.
To save current consumption, I want to add __WFE() to portTASK_FUNCTION().
There is a comment in the function as...
Hi,
I have worked on various descriptors for mouse, keyboard, consumer controls, game pad,.. How do I write a descriptor for glove? (VR Controls Page -> Glove) Please help...
Hi
I am receiving data samples from a radio trans-receiver over SPI, and I am storing them in a buffer. I want to send this samples over BLE, and want to have a maximum throughput...
Hi,
Is there any information about mesh sdk roadmap or coming updates? I am interested in future changes of sdk and bootloader parts, but can't find any related information...
Hi!
I have read a lot of topics, but there is no answear of my question.
I added HID services in my project but now project fall with error 4- no memory.
nRF52832, SDK13...