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...
Hello,
I was using wiringPiSPI() to connect via SPI and so i was using wiringPiISR function to create an interupt handler that will do callback to the user suplied function...
I'm compiling my project successfully in Eclipse, but trying to build it from the command line (cygwin) fails near the end with this error (make, make all, make nrf51422_xxac_s110...
I want to restart the radio portion of the softdevice - all of BLE essentially - to update the connection parameters and device name mostly. Is it necessary to re-initialize...
Hello Everyone
I have designed the schematics for my prototype but i have a question for impedance matching can anyone verify my technical doubt
I had put a 2.45GHz...
We are using nrf51822 for products of our company. We use mbed + nRF51822 driver + BLE_API for the BLE peripheral devices. The softdevice is s130 ver 1.0.0.
I create an...
Can the nRF51X22 be paired with an iPhone to communicate (both ways) using regular BLE and emit a beacon signal at the same time? In fact, I'm looking to change the beacon...
So I suspect there is a very simple answer to this, but a couple days of much reading and searching haven't led me to a very clear answer.
My setup: Galaxy S3 (Android...
I'm trying to move data over the uart characteristic. I followed the guidelines here devzone.nordicsemi.com/.../
In the main loop I am calling sd_ble_gatts_hvx until it...
I'm working with an nrf51822 with the s110 softdevice. So I'm trying to read an analog signal from multiple pins. My program will run fine for quite some time. Eventually...
Hey guys,
I need to record many time interval ?, can i generate system time and use it to record all of my time intervals?
If I want to send all of the time intervals...
The gcc compiler is gcc-arm-none-eabi-4_9-2015q2.
The make version is GNU Make 4.0 (Build for arm-unknown-linux-gnueabihf).
The error message is:
... arm-none-eabi...
So I'm using the spi_master.c from SDK 6.1 to communicate with an LCD driver. I'm using an nrf51822 with s110 softdevice. My system has been sporadically hardfaulting on me...
Hello all,
I have found closed topics here with similar names ( devzone.nordicsemi.com/.../ etc.) but my question is about adding the characteristic with encryption.
My...
Hi,
I'm trying to transition my application from SDK 7.2.0 to SDK_9.0.0 and am having some issues when including ble_advdata.h compiling with gcc:
In file included from...
Hello,
I know I'm not supposed to use TIMER1 with IRQ 0 when using a SoftDevice but I want to try anyway :) I want to do some bit banging with timing that is timing sensitive...