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...
Quick Background
The spi_transceive_cb() function in Zephyr takes two buffer sets (among other arguments). One buffer set to TX and one buffer set to RX. You may pass NULL...
Dear All,
We want to test the maximum distance of Broadcast audio gateway using nrf21540EK with nrf5340 Audio DK.
And we want to output the rssi info periodically on the...
We are running out of space for DFU, thus changed start address from 0x77000 to 0x6E000
After reading related documents, it seems I had a problem
SD_MBR_COMMAND_COPY_BL...
in devacademy there are mqtt and gnss sample. when I put the mqtt configs to gnss sample. give an error. I did not add main code yet. just only put configs and cmake.
after...
I came across a client example that use the
I read about BT_GATT_SUBSCRIBE_FLAG_VOLATILE
How I know if the subscription is not saved on the GATT server side (which...
Hi,
Is there any existing support for an e-ink display interfacing with the nRF52840? Something that already has an existing LVGL driver and can be integrated with an nRF...
Hi team,
I'm currently facing an issue with the nRF52832 and nRF52833 gateways in our setup. Here are the details:
Current Configuration: - Scan Interval: 100ms - Scan...
Hello everyone,
I have developed a program that utilizes UART communication, Bluetooth Mesh, and TWI/I²C functionalities, all within the framework of the Zephyr project...
HI,
I am building an IoT product using NRF58233 ICs. In which I use 3 PWM channels and 3 ADC channels. You can review the principle I attached to make sure nothing went...
Hi,
I have a strange problem. I use a serial port timer to retrieve serial port data. When I compile with debug, the program runs normally, but when I compile with release...
Hi,
I am using nRF52840 DK and Bluetooth Observer example program. I am implementing filtering. I am having trouble add include scan.h which is located at C:\ncs\v2.4.2...
Hi Support Team,
I have an nRF7002 DK board and I am using SDK v2.6.0. I am facing an issue when sending data from the client to the server. Below are the steps taken: 1...
Dear colleagues,
with the newer SDK (I am now using NCS v2.5.0 and 2.6.0), I have difficulties finding the right SYSTEM OFF mode current. Code currently looks like as follows...
Hi
I use nRF7002 with SDK v2.52, try to connect external MCU and use uart call back function, to recieved and send bcak the recieved data, It will happen fatal error and...
Hi,
I have bunch of SEDs (sensors/clients) and one or more FTDs (hosts) working on CoAP protocol. SEDs send data packets once in a while and mostly sleeping. I have few...