Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...
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...
Hi,
My project need to transmit mass data(maybe over 64kB)to APP once.But the total transmiting time is better not over 30Min.i use your example nRF51_SDK_8.1.0_b6ed55f\examples...
With the nRF51, it was not possible to run a high frequency realtime task due to the SoftDevice running with the highest interrupt priority, is this different for the nRF52...
I'm using the Github project github.com/NordicSemiconducto.. . in order to SCAN in a specific channel rather than all 3 channels. I don't want to use the timeslot API continuously...
Dear support team,
I have some trouble with a custom board using the NRF51822.
Sometimes the MCU resets supuriously.
After reset I try to find out the reason by reading...
I am following the Makefile provided by Nordic, but using --reset with --program seems to fail:
>nrfjprog --reset --program _build/nrf51422_xxac_s110.hex
ERROR: Two arguments...
Hi,
i am using three s210 master devices to broadcast ANT messages to a s310 central device. The central connnects to a PC through USB dongle and BLE.
When broadcasting...
Hi,
I found several posts on this forum closely related to my problem, but non of this answer my needs. I try to program nRF51822AA with blinky example via Keil uVision...
Hi, in evothing and mbed all the UUID are 128bits long
however, in EK, the code use 16bit UUID
ex. nus.c the uuid is 0x0001 0x0002 0x0003
any one knows how to provide...
Hi,
I have just received my smart beacon kit (nRF51822 based), I have wired up my JLink programmer according to devzone.nordicsemi.com/.../
However I am having trouble...
Hi!
I'm building a mesh using beacons. Everything works good untill now, except beacons sometime stop advertising on its own. Beacon still works because he still connects...
Hi. We are going to mass production now and the lab that will certify our product says we need to have a special mode in the firmware that would do : modulated middle channel...
I want to make a custom board using nRF51822. Currently I am using nRF go studio starter kit and pca10005 board. I am using segger jtag programmer for loading code to the...
Hello,
I have a custom program based on the uart example. I can write to the device, but sending to the master fails.
I call the SendString code, but p_nus->is_notification_enabled...