I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
We have a nrf52840 in peripheral mode and with with custom services characteristics added. we want to reduce the over all connection time when we try to connect with central...
Hello,
I am having difficulties reading the ICCID of a solder sim that is connected to a B1 revision of the NRF9160. I have tried two different NRF9160s, two different solder...
We're getting this strange AppError that is supposedly coming from the SD (considering the PC is correct)
App error: id: 0x00000001, pc: 0x0001505C, code: 0x00000715
I...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. Can someone explain how to switch into battery mode...
Hi,
Which BLE dongle can we use on PC in order to communicate with nRF52810 and nRF52832 chips?
Is there a desktop version of "nRF uart app" for reading and writing...
Hi all!
I want to run OTA DFU over Thread from a RPi3. Previous tests from a PC were successful.
I installed nrftuil: sudo pip3 install nrfutil==5.2.0
I added the...
Hello.
I am wanting to send an infrared signal from my nrf52 DK (pca10040). I've found code online for sending custom IR signals using pwm and a gpio pin. The IR signals...
Hi! We're developing an app which connects to BLE devices for different purposes. We've successfully enabled MITM using windows(an example from Microsoft) , but are having...
Hey, I'm trying to install the cat tracker application. When I'm executing the npm ci command. It is prompting the following error
ubuntu@ip-172-31-25-55:~/aws/nrf-asset...
I am trying to code a cycle power service and I need to add a server characteristic configuration descriptor. This service is probably the only BT SIG service that uses that...
Hi, I am trying to get the voltage level of the battery using the AT_command AT%XVBAT which I tested using the at_client sample. I tried integrating it with my current code...
From looking at the code when a message is posted to "all-nodes" fixed group address of 0xFFFF it does not route. I was unable to find this behavior specified anywhere in...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I want to send the data(command) from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can...
Hi,
We are developing our stack with soft device using nRF52840 as the Controller and have the below queries
1. How to configure a static random BDADDR which will remain...