Hi,
We’ve designed a project using the nRF5340 + nRF7002 combination, with Wi-Fi connectivity enabled.
As part of our preparations for FCC certification, we’re currently...
working with a nrf52833, soft device 140.
I am trying to setup a whitelist with a known addresses before I start scanning. I am calling the following code before my main...
HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
I have a custom nRF52832 board with outputs on P0.07 P0.08 P0.09 P0.10 and I want to write to them. 7&8 are working ok but 9&10 are not.
Let me emphasise THE BOARD IS WORKING...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello
currently we are developing a hid bluetooth mouse using nrf52832 and SDK 15.3. We are using app_scheduler to send movement data to the host pc, but when we enable...
hi,
Is there any working PDM example for nRF52832? or can anyone give a sample initialization code for PDM with easyDMA using the inbuilt nrf_pdm_drv functions?
Regardss...
I am tried porting the USBD to mesh serial example according to usbd_ble_uart this days, and some functionality are test fine including Tx and Rx between Provisioner(USBD...
I teach high school robotics and after the BLE blinky program which works greata with mobile nrf-connect, I wonder what people think is the best, generic BLE
Central and...
Hello,
Can you please provide the input impedance or the S-parameter file of the impedance for the nrf52840 for receive mode, and also at tx power levels of -40dBm, 0dBm...
AD value and voltage conversion between the calculation formula
adc_config.resolution = NRF_ADC_CONFIG_RES_10BIT;
adc_config.scaling = NRF_ADC_CONFIG_SCALING_INPUT_ONE_THIRD;...
Hi, I have a few questions about the nRF52833 DK.
1. Can I fix an antenna array onto the DK to make it a receiver in Bluetooth 5.1 AoA applications? I can see that there...
My LTE Sensor Gateway sample connects via Bluetooth LE to a Thingy:52 and collects the flip state of the Thingy successfully. Now I want to replace the Thingy with the nrf52840...
OS: Windows 10
NRF Repository at branch master, commit bd67811aa123a49cb36991be886f3fafb4730449. Zephyr version: 2.1.0 SES version: 4.20a
Have tried running SES on administrator...
Hello,
I try to run electron app with pc-ble-driver-js and I have this error:
Error: The module '\\?\C:\app\build\Release\pc-ble-driver-js-sd_api_v2.node' was compiled...
Dear Team,
I am migrating the ANCS client application from SDK-12.3 to SDK-15.3 version.
Please find my below observations in SDK-15.3.
Erase the flash completely and...
Hi All,
I'm developing my product based on nrf51822.
I was using keil IDE for that.but i wanted to develop it in Segger instead keil ide.
is segger is supporting for...
Hello, I am working on an IoT project. For this project , I need to send some data using BLE. I developed a firmware for this application based on the sample ncs/zephyr/samples...