Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
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...