Hello everyone,
I'm reaching out to this forum in a bit of a bind and hoping someone might be able to offer some guidance or assistance.
I'm trying to download the S340...
Hello LE-Audio team,
By any chance, do you have a working code base that supports a headset with 2 end points instead of just one as your sample nRF5340_Audio kit?
If...
Hi, I just tried to connect LSM6DSV IMU with nRF52840dk
The whole folder structure is shown below :
1. I set nrf52840dk_nrf52840.overlay file first.
2. I...
Hello,
We are designing a new Zigbee/Thread end-device sensor and I'm wondering what is the recommended part for it.
I have a demo running with nRF5340 (because the platform...
Hi Nordic team,
I'm using the nPM2100 PMIC in my design to power a microcontroller. The microcontroller sets the nPM2100 into Hibernate mode , and a vibration sensor connected...
Hello,
We are currently using the nrf52840 for development using Zephyr v3.7.99-ncs1 .
We want to use the UART in low power mode and therefore, we have used the zephyr...
My attempts to configure the Zephyr device tree to run littlefs on an external SD card have repeatedly resulted in what appears to be the creation of a small littlefs instance...
According to ble specification [1] and based on my test with iOS, the cts_c library seems to have bugs on a process decoding adjust reason data.
Here is a simple diffs...
Hi,
I want to run the experimental_ble_app_uart application on our custom nRF51822 board.
However, I could not find a proper bootloader to start the application. Is...
Hello everyone,
I have a nrf51822 dev board which cannot program because of Keil is giving me errors which I detail here.
I'm using Keil uVision 5.14 and as you can...
In my current design, for the schematic and layout I've copied the design of the first version of the usb-stick with meander-antenna and matching network/balun. In the later...
Hi,
I have been programming PCA10028 using these commands for a while without any problem:
$ JLinkExe -device nrf51822_xxaa -if swd -speed 4000
J-Link>loadbin s110_nrf51822_7...
hello,
I am using S130 softdevice in nRF51822 DK. I made one device as peripheral and other as central. My peripheral is acting as GATT client and central as GATT server...
Hi everybody,
I test the pstorage library. But it didn't work. I print the result with uart, as the image shows. But as you see, It has some problem. And I have no idea...
Hi sir
If nRF51822 unexpectedly enter DFU OTA mode, did boot loader have timeout counting to exit DFU?
Besides, if nRF51822 entered DFU mode and didn't update new firmware...
Hi all,
This 60-second limit is not enough for us. Our application is 48 kB & takes 35 seconds to upload. It should be enough, but the problem is that our iOs app does...
Hi All,
I use S120 device to monitor advertising and output the mac address,RSSI information via UART to PC terminal. The PC terminal can receive data continusly from the...
I found ble_dfu.py referenced in some posts to help automate the generation of an application.dat metadata file used (along with the application.hex file) to create the input...
in the code below, the keil IDE is flagging with red squiggly APP_BUTTON_INIT, claiming that it is an undefined symbol. It also says that this implicit declaration of 'APP_BUTTON_INIT...
Hello all.
while trying to calculate the data rate from bluetooth low energy , i have two questions
Is there a possibility to measure the data rate by using nrf sniffer...
I have an algorithm which does quite a bit of number crunching. I'd like to know how many clock or instruction cycles this algorithm is using. How can I get or calculate the...
Hi all,
I am not sure what to do now. I have been trying to get the s130 working with the device manager. I tried using github.com/.../nRF51-ble-app-hrs-s130 with sdks...