When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
nrf-programmer app fails randomly ot upload image using SDFU to pca10059 target, I have to repeat process several times to get job done.
Version 3.0.4, OS Debian GNU/Linux...
Hello!
We are using a custom nRF9160 board with 3 differential ADC channels. The differential voltage is measured across two resistors, with the center voltage (normally...
Nordic Team,
I have a question regarding RTC1 with regards to app_timer2.c
My Setup: nRF52833 - PCA10100 Development Board nRF SDK v17.1.0 s140_nrf52_7.2.0
What am I...
Hi, I'm working with just one NRF5340 audio DK and I saw this ticket where it was commented that it is possible to reduce the use of 2 NRF5340 audio DK's to just 1 using a...
Hi,
I have one central and one peripheral devices running. Currently I run a scanning filter on Central side and connected to the peripheral with desired name.
But now...
I was trying to follow the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_gs.html#connecting-to-the-application for testing my nrf52840...
Hi,
Using Windows 10 and SES
SEGGER Embedded Studio for ARM Release 6.34a Build 2022083102.51023 Windows x64 2014-2022 SEGGER Microcontroller GmbH 1997-2022 Rowley Associates...
Hi all,
I want to ON and OFF advertise manually
My code working steps
1) (APP_ADV_DURATION 3000 ) after this seconds over
2) It hits on_adv_evt() function in this...
Hi All,
I am using asset_tracker example V1.8.0, it's working fine with nrf9160DK. I am able to see the data on nrf cloud.
The purpose of testing this board was to debug...
I am working on two devices, a peripheral and a central. The peripheral is custom hardware. The central is being run on a Rigado BMD-300 series evaluation kit. I'm using Segger...
Hi,
Perhaps this question is too basic, but I haven't been able to find this anywhere.
I've followed this tutorial successfully with an nRF52832 DK:
However, I'm missing...
Hello,
I wanted to create an SPI shell, similar to what is available for I²C. I am therefore trying to create a generic SPI device in the devicetree:
Somehow I am...
Hello,
We use nRF52840(0dBm)+nRF21540(Dec6).
In the case of using nRF52840+nRF21540, tx spurious emissions occurs severely in the nRF21540 output.
FEM(nRF21540) output...
Hi.
I am developing a custom board using the NRF52840. The mcu needs to connect to a modem and a gnss module. Both modules will communicate with the mcu over UART
I'm...