Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
While using LE Audio, would it be possible to choose the data rate from 125kbps, 500kbps, 1Mbps, or 2Mbps?
nRF52 series do not support 500k coded PHY, so I would...
Dear support,
In NCS 2.1.2, it looks like download_client.c:socket_recv() is returning an erroneous unsigned type size_t , considering that it can can return either -1 or...
Hi,
I have late start issue on advertisement.
I have two device mode and we switch between when we want to. Device starts with Mode_1 with BLE enable.
When I switch...
Hi DevZone,
I am working on an application using:
nRF52840
FreeRTOS v10.0.0.0
nRF SDK v17.1.0
S140 v7.2.0
My question is if it is possible to enable the S140...
Hi,
With the nRF5340 DK boards (PCA10095), there are 3 VCOM ports (as viewed in VS Code) - printk debug logs for the app core are transmitted on VCOM2. However, the nRF5340...
hello to all,
I need to insert two CAN ports on the spi3 port of the nrf52840 with two different chip select and interrupt.
I have created an overlay file that defines...
Hello,
We have completed our custom board with nRF52810 and nRf52832, as asked in earlier questions needed SWD and SWDIO pins to upload code in SoCs.
So could you suggest...
Hi,
I recently found that the 5340 has a slow startup time on my custom nRF5340 based hardware, it takes about 3 seconds from power-on to the Main code running.
I did...
I use SDK17.10, when I send radio data using the esb,At this time, insert the usb, it takes a long time to enumerate the usb successfully; when I disable the esb,I plugged...
I'm trying to make use of the Async UART API with an nRF9160dk using NCS v2.1.2. As a starter application, I'm using the lpuart sample in nrf/samples/peripheral/lpuart. I...
recived error code 4
I am using nrf52840 for my application and use ble_app_template_pca10056_s140 for my project and receives error code 4 for nrf_sdh_ble_enable
Hi all,
I am trying to perform a FOTA upgrade over BLE with an nRF52832.
I started with the zephyr sample "peripheral_dis" at zephyr/samples/bluetooth, and then followed...
Hello,
please I have to build a container for these two PCBA:
https://www.nordicsemi.com/Products/Development-hardware/nrf9160-dk
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi All,
We already have a running project that uses thread protocol and NRF52840.
Now, we have decided to integrate some ble functionality in it as well.
Should I just...
Dear nrf5340 experts,
How many SPI channels are accessable from the network core in nrf5340?
I need 2 or more.
If this is not available, is there a workaround?
Many...