Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to enable 2Mbps data rate. So I've added The following code in both peripheral and central.
ble_gap_phys_t...
I try to create new application using worspace type but fail , if I use freestanding type is OK. I already downlad and install SDK 2.0 . What happen? Could someone help me...
Hello, I just wanted to throw in that for a hobby project I created a PWM audio driver, with which one can play back 8-bit audio data very easily. Since it may be useful for...
hi
i'm new to the nRF platform and realised it uses zephyr. i come from a pic & stm32 background with little rtos knowledge and find the official zephyr cryptic. especially...
I created a BLE device with custom characteristic showing the sensor value (int16). But I can't achieve 1khz sampling rate.
1. Is sending data via NUS faster since the central...
I would like to using Keil to build secure_bootloader project for changing NRF_DFU_BLE_REQUIRES_BONDS from 0 to 1. But Keil failed to build. Please refer to snapshot of Keil...
Hi, I am using a third party module based on nRF52840. I want to use a standard UART to operate the CLI shell. I am not clear how to do this, any help?
Thanks,
Kaus...
Hi,
I am trying to run a sample "Beacon" that a sample of nrf5340 about bluetooth.
but, there is one issue as follow when i run each sample about bluetooth :
Bluetooth...
hi,
the project https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
if this project can't build in windows platform?
thanks...
nRF 5 SDK 17.0.2
I am working on getting the nfc_pairing_reference example application migrated to S140 on two nrf52840 DKs. I have successfully ported the hardware, the...
We have a customer interest in developing a BlueZ application using the nRF52840.
This will be using the ARM9 CPU Atmel SAM9G25.
These are some of the software versions...
Environment introduction:
1. Use software SEGGER Embedded Studio for ARM (Nordic Edition) V5.50a.
2. 52833-DK*3 And EK42442ds *2
3. Switch order ANT1>ANT2>ANT3>ANT4...
Hello Group,
I'm trying to send I2C/twi data from nRF52832 using the Nordic development board with nRF Connect SDK 1.9.1.
Based on the sample project ble_app_uart, I was...
Hello there!
We have different sensors connected to our custom nRF52840-based board running Zephyr OS. The goal is to transfer sensor readings to the PC by using a USB link...