Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
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...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. I have now two questions: - is ZigBee 3.0 supported by...
I'm currently working on the nrf52832_qfax_dcdc pcb after adding a few components. I need to route to pins p0.22, p0.23 SWDIO and SWDCLK but am unable to route away from the...
Hello,
I noticed that publishing mqttsn messages with a payload larger than ~255 bytes caused an error in the mqttsn library. I think the problem comes from this definition...
I am developing an app for the 51822 with 16KB RAM, which is supposed to integrate the buttonless DFU.
I have attached the whole hex of the merged application+softdevice...
Hi Nordic Tech Support,
Our company is evaluating nRF5340 for future project. I have brought one nRF5340 DK, and I am following the online guide to build and program the...
Setup:
periheral: RF52840, S140 softdevice (SDK 15.3)
central: for test/development: laptop with Linux and BLE adapter build in, and/or Raspberry Pi, using Python testing...
I'm using the nRF5340 (currently nRF5340DK with custom hardware following shortly) and NCS 1.6.0. I'm working on a project that needs at least two UARTs and one SPI master...
Hello,
In nRF5340 project, I have two projects, one is for net core, the other is for app core. I use SEGGER to build these two projects, flash the images into the development...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi,
I have the driver code for SPI based external NOR flash. Now I want to port the filesystem (FAT filesystem) for the same. I am using SDK v16.0 and nRF52832. Please tell...
Is there a script with which I can flash a nrf52 directly over Bluetooth. I tried to use "nrfutil.exe dfu ble -ic NRF52 -a mac_address" but it requires a board to be connected...
Hi,
In oner of new project, we planned to use nRF 52833 with BLE mesh implementation.
We are planned to use IAR 8.50.1. We have downloaded both nRF SDK(17.0.2) and mesh...
I try to use 52832 as a frequency meter to measure the bluetooth central frequency to do crystal trimming.
The target is a CW(continous wave) signal, like 2441MHz,which...
Hello, I meet some problem. The chip I used is nRF52810 QCAA, the softdevice I used is s112, I defined P0.09 as SCL and P0.06 as SDA, the TWI can't work and it stops in while...