I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hello,
Is there documentation, or an example, explaining how to avoid accessing peripherals owned by the SoftDevice controller in an Application?
I found this:
docs...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Could someone paste the link to bluetooth specification v4.1? I can't find it on web. Probably it is avaliable only for SIG members, but I'm only a student and registration...
Hello, Dear friends,
I am new to Nordic, just have nrf52832 board come back, seems the current is higher than I expected before I program it.
does anybody know what is the...
Hello,
After digging through similar questions and answers I am still unable to build my code due to compiler errors. I am receiving these 5 errors:
Error: L6218E: Undefined...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. I am trying to use PWM to control a buzzer. To do this I included the following files into...
Hi,
I use Multilink Central and Experimental_ble_app_blinky examples.
Multilink Central sends only 1 byte. I want to send more.
Blinky does not work when I change the...
Hi all,
is there a way to set a characteristics when a read command arrive from APP, or it's necessary to set it before to read?
I see for example battery service, it...
How do I get data from a scan response packet using master emulator?
I do know about
BtScanParameters scanParams = new BtScanParameters();
scanParams.ScanType = BtScanType...
Hi, Nordic
Now, I have one nRF24 Dongle, two nRF52 devices.
two nRF52 devices will send data to nRF24 via ESB(gzll), but need to pair.
Can two nRF52 devices can pair...
What is the most energy efficient microphone input method, PCM via I2S or PDM. Does the SoC have a special HW handling of the PDM format for converting to PCM? Does the filtering...
Hello,
I am developing custom HAL driver for TWIM in NRF52 (PCA10040). The problem is that after the slave device stretches the clock signal, ninth period on SCL clock is...
Hi, i use the original ble_app_template (sdk11) with two lines of code added by me (See below) which erase the last page in flash (flash_page_erase((uint32_t *)(pg_size *...
Can you tell me what is the main different between nRF52832 and nRF51822 and can you send me following information about these products and nRF51822 Bluetooth Smart Beacon...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...