I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Now, we are checking nRF51822 ADC sample program in SDK.
When P0.1 input is lower than 0.7V, outputs is 0.
We are wondering if the performance is correct.
Could you...
I've been going back and forth with my manager, and I need source to show whether I'm right or wrong about a specific possible functionality of the nRF51.
I was wondering...
Hi, I have a Nordic nRF52 Development Kit. The ADC examples work, the LED examples work, and the NFC examples work. However, none of the Bluetooth examples work. The LEDs...
My DevKit arrived today. Very nice.
Plugged it into my mac, immediately recognized as USB device. Flashing LED, mounted as storage device, etc.
Tried to enter Bootloader...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hello everyone
I am trying to configure the write values like in the link loss profile it is possible to write no alert, mild alert, high alert, similarly i have created...
Hello!
I would like to know if it is possible to send an unique Gatt message that contains notification enable for multiple characteristics.
For example,
buf[0] ...
Hi Nordic,
I posted the issue with BSP package in devzone.nordicsemi.com/.../
unable to attach the main.c file mainOriginal.c
HI Aryan,
Thanks for your reply. Its working...
main.c HI Nordic,
I don't want bsp.c in my project. So I removed the bsp.c and included custom_board as mentioned in devzone.nordicsemi.com/.../
I am also using UART for...
I have the nRF52 dev board "PCA10040".
I downloaded "nRF52_SDK_0.9.1_3639cc9" SDK.
I noticed that there is no installer for the SDK.
I unzipped the SDK and using Keil...
Hi all,
Since I will use broadcast way in RF transactions between one NRF24LE1 based senders and serveral NRF24LE1 based receivers . I was told not to use "Auto ACK" in broadcast...
I'm new to Bluetooth LE, Python and C. I have the S130 python examples for heart rate testing. I am attempting to modify the heart rate collector code to act as our central...