How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
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...
Hi All,
i am using the below link to flash the bootloader
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/device-firmware-update-dfu-with...
Hello,
I am using Eclips & ARM tool chain for project with BLE functionality. I tried to import this code in Segger embedded IDE but it did not worked. This project is old...
Hello,
I built peripheral_hr_coded sample and looking into the partition manager report (I trucated the output):
What are the s0_pad and s1_pad?
What are the EMPTY_0...
Hello,
I am developing a FreeRTOS project that uses nRF5340 MCU. For the inter processor communication I would like to make use of the RTOS-agnostic RPC library (sdk-nrfxlib...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.7.1
Zephyr version: 2.6.99-ncs1-1 (commit...
Hi:
I have a BLE HID remote control that needs to be connected to the HID central(nRF52832).My SDK is NCS v1.8.0.
When I try to connect with the HID remote I get the log...
Hello,
I have to make the external flash on the nRF9160DK work with the nRF9160.
From what I understood, the default settings are that the external flash on the board...
I have beacon that broadcast its name with type 09. I cannot get it while scanning of nrf_uart_c (adv_report).
I assume I need to activate scan_req and then parse the response...
I need a constant acquisition time for my SAADC. In my experiements I see jitter in the acquisition time, so I started debugging with PPI to ensure no Interrupts are making...
Hi,
I am trying to enable event length extension on uart example provided on the sdk. I look for information on how to done it and i found links like that:
https://devzone...
Hello,
I am using ncs1.7.1, qspi + mx25r64 external flash ota it works well, but I don't know how to change qspi to spi.
I need your help thanks
I change the parament...
Hi Nordic,
I am working on a raspberry pi based gateway which has Thread Border Router and edge node functionality. I have setup the OTBR on the gateway and I have manage...
Hi,
how can I change the standard LED_0 output from P0.17 to P0.03? I am using SES, toolchain 1.8.0 and the nRF52DK board and I would like to flash the sample code to a...
Hello! I have WF200 wi-fi chip connected to the nrf52840 through SPI. I configured bare-metal example code of WF200 chip to work with nrf-sdk and this example (basic CGI server...