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...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Using Telia APN the following is added after bsd_init()
AT+CGDCONT=0,"IP","lpwa.telia.iot"
However, this AT command sent on the AT socket fails with "ERROR". Does the...
I have 2 client nodes and 1 server node . How can i possibly recieve packets more than i send. I sent 114 packets from 1 node and 104 from another . I am receiving 302 packets...
We are developing Beacon using NRF51822 SoC.
Basically We want to classify our beacons from other manufacturers and want to give our each beacon an unique ID. Please provide...
Hello,
I am new to nrf52832 ,
My question is how to start the timer when external interrupt was rise and turn off timer again when external interrupt was rise
Kindly...
Hello to everyone.
I'm working with Light_switch example in Mesh 3.1, with nRF52832 SDK (PCA10040). I'm trying to stablish communication from server to client, sending a...
Hi everyone,
I'm trying to understand how BLE connection interval works and why my long read is so slow. My slave is nrf51822 with Softdevice 130 v2 and nRF5 SDK v11,...
Dear All, I have Seen lots of post regarding nRf52832 Development board Schematic and PCB Files for my reference. I have seen lots of answers given a link but none of them...
Hi Everyone,
I'm using nrf52832(Master) SOC and the LIS3DH accelerometer(Slave) for my code development.
And i"m using Mbed as a platform to develop a code.
When I run...
I am trying to download the NRF5 SDK from this link: https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK/ But once I go to the 'Compatible Download' tab, this...
Good morning/afternoon/night,
We've started migrating our code from 51822 to 52840. All is working fine however we still have one issue with NUS (Ble UART).
We use this...
Hello,
I am receiving errors due to the ambiguity in selecting the correct tag.
There is no secure boot in the current nrf version i am using at the moment which...
Hello guys,
I am currently playing with the usbd_msc example from SDK15.3.0 that use USB Class storage module.
I was able to drop some files from my PC to 8MB drive...