Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
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 -...
Hello
I am working on BLE custom board NRF52832 design. I have made 3 PCB for it and out of three, 1 PCB working fine and rest of the two connects with the BLE but doesn...
Brand new Thingy91 PCA20035 out of the box.
Plugging in the USB and turning it on, the nRF Connect Programmer alternates between 'Select device' and 'No devices available...
Hi, after a couple of months of inactivity I try to rebuild my Zephyr-based application under nRF Connect SDK, tag 1.3.0. I’m dumb-founded to see this unexpected print hereunder...
Hello,
Is there any complex documentation how to implement MSC on custom block device ?
I need to implement NAND flash memory in specific way, but I don't understand how...
Hi,all
How to filter the scanned broadcasters by short name ?
I have been set 'CNT' define, and compiled without any errors,and it worked, but the filtering strategy didn...
Hi,
To automate some testing procedures, I was wondering if it is possible to use the firmware, which runs on an nRF5x to connect to nRF Connect for Desktop, but with a...
Hello all,
I'm fairly new to BLE and Linux BlueZ.
I'm trying to interface a Mikrobus BLE module based on nrf52840dk to our Yocto based Linux SBC (Rugged board i.MX6-UL...
Hi Nordic Team,
I am new to embedded developing and I am learning about logging data while working on nRF connect sdk" .
kit:nrf5340
SDK: nRF connect SDK v1.5.0...
I'm finding that the MCUBoot stays stuck in bootloader mode sometimes when using a CONFIG_BOOT_SERIAL_DETECT_PORT.
I've narrowed it down to setting up the GPIO as input...
Dear !!
Good day!!
I want to change the device name using command from mobile along wither after setting the device name i want update the Password, so can you share...
So,
I've got a working framework for my project - a battery powered appliance that will occasionally trigger one of two solenoids, timestamping the operation and subsequently...
I've got an issue where calling a function is overwriting a variable in the calling function. See attached screenshots. In the first, byte is 0x1b. After stepping into the...
Hi,
I am trying to send data over UART to a dispensing unit using Space Parity but am unable to do so since NRF51 only supports Even Parity. Is there any work around through...