Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
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...
Hi ... folks
I am using nRF52832 and analog IR sensor , Working with the example saadc . In this case , i am giving the IR sensor input voltage as 5v , analog pin 2 .I am...
Hi,
I am using NRF52832 Development board, SDK(nRF5_SDK_15.3.0_59ac345) from this i am using (/nRF5_SDK_15.3.0_59ac345 (4)/examples/ble_peripheral/ble_app_uart) example...
Is the nRF52 RSSI block of the RADIO module based on the entire 2.4GHz ISM band, or can it be configured to only measure a given 1-2MHz band of interest? According to the...
I'm using the serial library for the first time. What are the advantages/disadvantages of using IRQ and DMA? How should FIFO queue and buffer sizes be chosen?
Hi,
I am using the following code to implement a millisecond timer read function. In main, while loop, I do nothing but run a 1ms delay and measure the time in mill second...
Hello, I'm a researcher.
I wanna use Bluetooth CTE(Constant Tone Extension) feature with 1-antenna TX + 1-antenna RX.
I have seen some articles that nRF52840 DK does...
I am using nRF52832 with SDK 16.0.0. I have a simple application that uses SAADC and BLE. It reads values from three channels AIN0, AIN2 and AIN4 and sends them via BLE every...
hi all,
we're developping an application to control the frequency and the duty cycle of a pwm signal throuth ble .
firstly we have built both the functionalities separatly...
So, this library in the SDK looks pretty much exactly what I'm looking for. basic data record storage functionality with a focus on safe record writing under battery power...
Hi, guys:
I'm configuring a custom board based on nRF52840. I configured it as a beacon and need to broadcast the advertising package with updated Major and Minor values...
Hi everyone
I want to try this sample but first I want to understand how it works, not about the code itself but theoretically how it works. The few things that I know is...
Hi,
I'm using devices I haven't developed but on the which I'd like to add functionalities. These devices are working as a small network using 2.4Ghz Nordic ESB protocol...
hi,
Currently we have 18 peripherals sending data to one central in multi link network with a time interval of 1 minute which is hard coded in all the peripherals. As per...