Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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...
Exercise 2 doesn't seem to work for SDK v2.6.1 with v2.6.1 toolchain. SDK v2.5.1 works though. What configuration or code changes do I need to make it work for v2.6.1?
Hello,
I was curious if there was a project that uses 2 Mbps BLE to connect two nrf52840s, preferably with the ability to change which BLE channels the devices use. I...
In our custom board, check flash write and read using sample (C:\ncs\v2.6.1\zephyr\samples\subsys\nvs) but showing following response. the same build working fine in nrf7002...
This issue is for a programming environment on a macBookPro.
I finally get the system tamed and got to the point of testing the various sample apps provided. I wasted a...
1.Created a composite device for CDC and MicPhone. When the registration of mic SOF is interrupted, the device may not recognize the issue
ret = app_usbd_audio_sof_interrupt_register...
I would like to develop DTM and normal BLE stack operation in single firmware by NCS. Basically i will check a GPIO, go DTM test mode if GPIO short to High, go normal BLE...
Hi,
I'm evaluating the LE audio application to check the capability of using the Coded PHY for transmitting audio.
According to this page, LE Isochronous Channels: Configurations...
Please find below my config for handling Interrupt calls.
I've tested on another sensor dev board that the sensor I use is properly set up and is sending INT1 and INT2....
Hi everyone,
I am working with nRF52832, I am trying to implement the Zephyr Modbus client example onto it, but i keep receiving the following errors.
There is this...
Hello everyone
I'm trying to connect 2 board nRF52-DK (PCA10040) via modbus RTU using zephyr example (client and master in 2 different board).
I'm using visual studio...
I just installed the toolchain (2.6.1) and SDK (main) from scratch, and I'm not able to build the Serial LTE Modem and Asset Tracker application. I receive an error during...
Hi There,
Are the GPIO levels high impedance when the system is in off mode? Can you give information about their status? For example, one pin of the device is configured...
Hi there,
I'm on Ubuntu 22.04.2, 6.5.0-41-generic kernel.
I've been trying to setup the nRF connect toolchains & SDK through VSCode. Things seem to install fine, but when...
Hi,
I have a solution that every 15 minutes needs to perform a WiFi Scan and save the BSSIDs that it finds. Sometimes it will find the maximum number set and will complete...