Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
I am following this post regarding reading the static MAC address for the nRF52840: https://devzone.nordicsemi.com/f/nordic-q-a/68376/trying-to-extract-the-static-mac-address...
Hi, we have a device that reads two sensors on separate i2c buses consecutively and transmits these using ble_nus_data_send().
The i2c sensors are read on an interrupt timer...
Hello all,
I am moving from the Arduino Uno to the nRF52 DK on Segger. A big difference
When looking at the examples, I cannot see the so-called setup() method, so, I...
Dear Forum,
I have the following issue (my System: Ubuntu 20.04):
I created the secure bootloader with Softdevice S140 (v.7.2.0) for 52833 chipset, I use a 52833 Development...
I have an application based on the peripheral uart sample, using NCS 1.8.0. I need to build in a version string that is queryable, so that anyone who connects to the device...
When i intially burn the code on dk, my dk should be in system off mode ie all functionality should be off. Then i want to press a button for 5 seconds with which the device...
Hi,
I am using the nrf52840-DK with the nRF Connect SDK version 1.8.
I have modified the central_multilink sample to connect to a BLE peripheral which requires a secure...
Hi,
We have a mature product based on the STM32 ARM processor family running the uCOS OS and our development toolchain is IAR. The workflow has worked well in the past when...
Dear all,
I ran LPCOMP example from SDK16 on nRF52 DK and it works just fine.
But I've occurred some problem modifying reference voltage. I init the lpcomp the same...
Hi ,
I have my own custom nrf52832 pcb. I have 2 chips on my pcb.
I program my device with Nrf52 Dk.
When I program MCU 1. The program is uploaded successfully and i...
Hai
I'm using nrf52811 and sdk17.1.
I tried all peripheral examples But I can't set advertising data to more than 31 bytes.
If I increase the data size some parameters...
Hi , I am using ZEPHYR rtos , and using the internal bootloader and its working fine and there are two images but now my code size has increased and i can not store 2 images...
Hi
I want to use app_uart_put() to send an array which is over 4096 bytes.I try to change the value of UART_TX_BUF_SIZE to 10K bytes,then call the app_uart_put() to send...
Hey
what are the downsides of using the already burned-in Random Static Device Address compared to a Public Address?
My assumptions are as follows:
Pro
Con...
Hi,
I have been working on Zephyr for the past weeks and have been able to set multiple GPIOs, interrupts and RF functionnalities. But so far, I thought I could handle...