Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
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...
I've got a custom board that puts UART_TX on P0.14 and UART_RX on P0.15, with no RTS or CTS signals. I've got a USB to UART cable that I've plugged in, and I know at the very...
Hello, I am working on an application where large amount of data are being stored onto a NOR flash. The flash is a W25Q02JV with 2Gb of storage, running little FS. My application...
During my test of the nrf5340 audio application which in the V2.6.0 SDK , Because of i need to store at least 13K data to the flash.
But when i build the project, i found...
I am using FATFS file system to store data in a .json file using sd card. When I debugged the code I got FR_INVALID_NAME issue in home.json file name. I am not very sure though...
I am using NCS SDK 2.6.1 , developing nrf52840 firmware, coding with zephyr.
I need BLE DFU function, so I add two lines to my prj.conf, following this URL: https://devzone...
Hello! I am working on nrf52840 NCS 2.6.0v I Configured the button to generate an interrupt every time it is pressed. Then, inside the interrupt handler (callback function...
Hello,
We have many nrf9160 based devices currently on the market running for our customers. These devices are facing some problems that we are trying to debug right now...
I am working on nrf52832 based custom board which is configured to work as BLE peripheral and central. Peripherals like GPIO, SAADC, I2C, Timer and RTC are also configured...
Hi, I need to program my custom boards, i am using nrf52840 DK which switches programming from the internal chip to the external one based on its presence.
Is it possible...
hello. I developed and tested the ncs/nrf/sample/bluetooth/multiple_adv_sets example using the nrf5340 DK board to suit my requirements. I want to run the source by inserting...
HI all,
I've found that adding a 10uF capacitor to the 52805 beacon reduces the power consumption, especially after speeding up the broadcast interval (100ms broadcast interval...
Hi. I'm going to decode JWT (ECDSA sign) but I'm stuck. There is simple example to sign payload, but how can I decode JWT which I get from another device via bluetooth? I...
Hi I'm trying to debug the record_text example in the nrf connect sdk. However when I attached my nrf5340 dk and hit debug in the nrf connect extension, the process stops...