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...
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 working with the nRF5SDK , nRF Thread SDKs long time. Recently i have update segger embedded studio to V 6.30 . previously i have used v5.68
1.
for nRF 5 SDK...
I've installed and used the tools on other systems previously, no issues..
I have installed the tools on a new system, and can not get build configuration to run.
nRF...
Hello,
I'm using nRF5340 audio application with nRF Connect SDK v2.7.0 on nrf5340 Audio DK. I didn't change anything in the sample code.
I build by this cmd:python buildprog...
I used nRF52833 sdk17.1 to develop a device that is now going to use long distance. 17.1.0\examples\ble_peripheral\ble_app_uart\pca10100. Now what can I do to use his long...
Hi,
Using the Zephyr how can I set a TWI module clock frequency different from the standard speeds?
With nRF SDK I was able to do this by setting "frequency = 0x00290000UL...
Hello,
I am working in ncs1.5.0 on a nrf52840dk based custom board. I have found an issue where adding a certain number of characteristics in a single BLE service causing...
I have a general query regarding using ov7670 camera module with Zephyr SDK.
I have some of these camera modules available and I would like to try out how it works using...
This question is analog to but related to a Matter application. In this case, I'd like to separate the compilation of all Matter/CHIP related application parts from my own...
I am trying to use the ICM42688 sensor on I2C BUS with nrf5340 Application core. In the configuration, the HAS_I2C_RTIO config couldn't be enabled. Is this an MCU limitation...
I am trying to run the blinky Demo on the nRF52DK on VScode, the whole process is smoothly, but it can't work, the LED no any action. could you know anything I miss? many...
When I was making the upgrade package, I encountered a problem, and there was no problem in making only one upgrade package.
It is also possible to make protocol stacks...
Hi All,
Using VS code, nr52840dk,v2.6.0sdk,sid_end_device demo, No changes have been made
Firstly, add build config
Then click on Flash
Clicking VCOM0 has no logs...
Hello, I'm using the example "smp_client_ble," and I can't manage to remove the boot message.
Below is my .prj file:
My toolchain is: NRF Connect SDK V2.2.0
I am...
The chip I 'm using is the nRF52840, the sdk and toolchain versions are both 2.5.0, my code is here :
When I call spim3 peripheral with nrfx library, I add
CONFIG_NRFX_SPIM3...