I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
I'm trying to make a sensor device BLE capable (using a 52832) - and some tutorials I read suggest to use "nRF Connect" for desktop for test and debugging.
I have an Asus...
Hi Nordic Team,
We are working with two nrf52840 chips that communicate with each other via gazell. To change system settings we write characteristics via BLE. Recently...
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to...
Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use...
Basically, I cannot do continuous TX with nrf_libuarte_async:
Here is simple reproduce:
It only output ===TICK=== and no +++TOCK+++
Here is what I've tried:
...
Hi,
On the nRF52810, is there any limitation on using P0.12 with I2C? I am using MS50SFA module on a custom PCB.
I've also noticed the same issue on a nrf52 DK while using...
i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3, disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to a 232-usb connecting...
hi
I use nrf52 sdk17. i want to change device name .
1. if device name is less 19, more 18 ,it is ok. for example
#define DEVICE_NAME "123456789123456789" . it is OK...
Hi,
I'm trying to catch my NRF packets with nRF Sniffer for Bluetooth and I can't find them (after starting advertising).
On the other hand - I'm able to connect to the...
Hello,
I am stuck on the step of getting the Thingy91 to start working.
I am following this tutorial: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name ...
I'm more of a programmer than an electronics person so I apologise in advance if I misuse terminology or if the answer to this would be obvious if I had more experience. ...
Hello.
I want to raise the SDK version, what should I do at that time? (Example: v16.0.0 → v17.0.2) Should I overwrite all the old SDK sources I'm using with the new SDK...
Hi, I'm using the PWR_MGMT SDK 17.0.2 demo code on my nRF52 DK.
Q1) After enabling parameters in the sdk_config.h, the nRF52 DK could enter the Power Off Mode if I press...