Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown...
I am currently in the process of filling out the 18031 RED Cybersecurity certification documentation. I am currently analyzing the security vulnerabilities list of NCS v1...
Hi,
We’ve designed a project using the nRF5340 + nRF7002 combination, with Wi-Fi connectivity enabled.
As part of our preparations for FCC certification, we’re currently...
working with a nrf52833, soft device 140.
I am trying to setup a whitelist with a known addresses before I start scanning. I am calling the following code before my main...
HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
I have a custom nRF52832 board with outputs on P0.07 P0.08 P0.09 P0.10 and I want to write to them. 7&8 are working ok but 9&10 are not.
Let me emphasise THE BOARD IS WORKING...
nrf52832.
SDK14.2
Segger ES V3.34a
Options for Sequential Serial numbers
We have managed to program a single serial number into the UICR, using our Development...
I am trying to interface I2C EEPROM (AT24C512) with nrf52840 and I am directly writing to and reading from the registers mentioned in the datasheet. I am seeing the i2c waveforms...
Hello -
We are also bumping into the problem described here , where it is not possible to initialize LESC when BLE is initialized from a FreeRTOS task. The nrf_stack_info_overflowed...
nRF52DK
external board with 51822 and mems
I connect my external board with nRF52DK as this (left is board, right is nRF52DK):
SWCLK -> SWDCLK
SWDIO -> SWDIO
VCC...
Hi,
I got some troubles on the communication distance between the two units which one acts as central and one acts as peripheral, I tried to adjust the BLE parameters the...
Dear Sir,
I have enabled my project for SPIM+EasyDMA.
I am configuring the SPIM transfer nrf_drv_spi_xfer with additional flags like,
NRF_DRV_SPI_FLAG_NO_XFER_EVT_HANDLER...
nRF51822 QFAA
At first I set up the RAM size to 0x1F80, it works fine. However, after I try to use RTT to print log, I got the compile error: region RAM overflowed with...
Hi ... how to set the password to secure the connection between the device and application . I don't want to anyone to connect my device , for that i am planning to the set...
I have a nRF52 DK. I'd like to debug my board which has nRF51822 and sensors, and has SWCLK, SWDIO, VCC, GND, RX, TX, VCC, GND. Please provide detail steps on how to wire...
I'm developing a central that discovers services in a peripheral. The services are both custom and standard BLE services. Discovery is working fine, but there is one issue...
Hello,
We are experiencing a rare condition whereby we read in raw Accelerometry data (758 bytes) over the SPI bus, and sometimes (rarely), we'll get a block of repeated...
Hello Everyone, I designed and fabricated a small nRF52 board. The design of this board is based on the Adafruit nRF52 feather. The difference between my designed board and...
Hi,
I'm working on MacOS 10.14.6 and I'm having trouble with the Programmer app in nrf Connect.
I have installed the Jlink driver successfully (v6.60a), but when I select...
Hi, I am trying to add a motion sensor event into my code that utilizes the low power accelerometer on board the thingy91. I wont be in sleep mode but will be in PSM or edrx...