Hello, I have an nrf52840 which is acting as a central. I have a peripheral device which I can connect to, and the service that is discovered has the following table:
ATT...
Hi, We are trying to get our nRF54L15 running, but are running into clock issues. The hardware is configured without an external 32kHz crystal, so we want to rely on the NRF54...
Hello!
I'm taking some performance metrics for encrypting data on my nRF52840 device and I was wondering if you might be able to help me. The goal is to see how long and...
Hi,
why antenna trace is connected to mounting pad instead of feeding pad of antenna in thingy 91x
We are designing our device based on this. We wish to be sure about...
I've been trying to flash an nRF52840-DK with code that successfully builds on Segger. The Segger error is "Failed to connect to target." I updated the devkit firmware with...
I am trying to set up a w25q128 using SPI with a nrf5340 on a custom board and had a few questions. I have used DevAcademy as a reference as I do eventually want to set up...
I have a custom board with nRF52840. It draws power over USB and the data lines are connected as well
USB is defined as follows in the dts
cdc_acm_uart0: cdc_acm_uart0...
Hello,
I have been messing around with a PCA10001 Dev board trying to do some power consumption tests (Beacon demo code). When I enable RTC1 only and use __WFE in the main...
Hello everyone,
I haven't read anything in the official documentation about it, but I was wondering if the S110 has an embedded checksum that I can use to verify its integrity...
Hi,
I'm currently working on nrf51822 beacon connected with stm32f4 board. able to communicate fine on UART as well as with bluetooth device. is there any way to find out...
We have been using the nRFgo nRF51822 development kit for prototyping. We now want to design our production board. However, your site says that this dev. kit is not recommended...
It seems these functions are identical in what they do, except that one is in S120 and the other is in S110.
Why not standardise the booting mechanism to facilitate code...
Hi !
I'm developing a bluetooth low energy service using the nordic evaluation kit and following the ble_lbs example. It works, but when I load the code on an other electronic...
Hello,
does the iOS Loader app not work with the nRF51422 chipset? I thought that this chip was more capable than the nRF51822. I do not seem to get access to the download...
I'm concerned about stack overflow as I consider using a linear fit function which declares 5 local variables as floats and accepts 5 pointers.
5floats * 4B/float + 5pointers...
Hello! Can anyone tell me information about bluetooth protocol and SDK functions?
What functions need to start BLE device like a peripheral/central, and what each...
My JLink Lite seems to have died (nRFgo Studio can see it, but can't connect to a target).
What is the latest replacement for a JLink Lite?
Preferably something that can...
I'm trying to get the ble_central_s120_pca10028 app working on my device. However it doesn't behave as mentioned in the user guide (no BSP_INDICATE_CONNECTED on peripheral...
Hey,
I am currently designing a custom PCB w/ the nrf51822 QFAA. This is the first PCB I've designed and I'd really appreciate any help.
1.) Since I am using BLE I am...
I'm trying to understand latency between simple events (like a button press) and transmissions to show that event on the nRF Toolbox iOS app. In some trials, my updates are...