Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello
I have 2 devices ,a central and a peripheral on a custom nRF52840 board
Using Zephyr SDK 2.5.0
The distance between the devices is 10.9 meters. When TX power on...
Hello,
We have nRF52833 on the custom board, now we want to do DFU over Bluetooth. During my initial research reults with following questions:
If you use 1. " nRF Connect...
Hi, Everyone
I have space constraint in my round PCB for RF section where i have take referance from thingy91 board and choose the same components exept mcu is nrf5340 claa...
Hi,
I have a request to port an old code into Zephyr. The code uses a proprietary protocol and the radio has been developed on bare metal under a nRF52832 chip. There is...
Hi all,
I am evaluating ANT+ features in nRF52 DK board and I am using nRF5_SDK_17.1.0_ddde560 SDK.
I need to implement ANT+ Bicycle light profile (LGT) in my device....
Hi.
I'm developing a ble module now.
I have a question about time out, interval among BLE init Advertising.
As shown in the picture below, time out (in units of 10ms...
Setup:
nrf52840DK (Zigbee Cordinator based on Zigbee Coordinator sample)
nrf52840DK (ZED)
NCS v2.4.1
Hi,
I am working on Tunneling cluster handling as that one...
Development environment: ncs 2.6.0.
my application need BLE-DFU, so i added multi-image support to my project.
the pm_static.yml is the typical default system configuration...
Hello,
I am working on a SWD flasher for nRF52 chips. I try to perform basic commands like flashing a firmware or reading flash content. I wanted to use FICR informations...
I am using NCS V2.6.0 and using zephyr there is no examples to measure battery level using saadc we can measure the battery level right? I used LEDs to indicate battery level...
Hi, I'am working on a design with nRF7002 and I need add WiFi antenna NN03-320 from Ignion and when check the datasheet of the builder of the antenna I see that the pin 4...
Hi there,
Is there any drawback or limitation in the S140 SoftDevice (v7.3.0) if a connection (as master) stays open for a very long time (weeks)? I mean, there could be...
Hi,
I use our customer board that enable the i2s to the DAC to speaker. However, i only verify the play a wav file directly that seems work normally but our target is playing...
which sample is best for me to verify the central/peripheral communication using nRF52833 for nRF52 serial.
I have two nRF52833 DK board, I need the board2board communication...