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...
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...
I know there have been a ton of topics about this but I've tried pretty much every solution I can think of and I cannot seem to figure out why my sleep current is consistently...
Hi,
I'm facing a very critical issue.
I need to send a time critical data from a ble sensor device to a Camera device acting as a ble central device.
Due to lack of full...
I want to send data without a computer from 3 ADC sensors.
using de ble uart.
How do I set my variable to send data?
I should use in ble_nus_string_send(&m_nus, data_array...
Hello, I am trying to follow the instruction for a 2way communication between nRF chip and the client device (cell phone). Although my chip is nRF51422/ PCA10028, I have found...
hi all:
Recently, I use nrf51822 as a central to connect some older sensor, but the ble chip of the older sensor did not use nordic, so I have this problem. I develop the...
I have the Heart Rate Service(HRS) program written in embedded c. I connected a two LEDs to nrf51822 board. One LED will start blinking when advertisement starts and other...
How do I write a value to gpregret when flashing the chip?
Basically, what I need to do is be able to detect the first time the chip is powered on so I can go into a special...
In my device I want to adjust the slave latency connection parameter, however my desired min-max connection parameters are the same as during the initial connection. I find...
I have an imuduino (arduino board with nrf8001 bluetooth and some sensors) board and am trying to load some of the profiles from the nordic arduino nrf8001 bluetooth api on...
Hello
I made the switch from SDK 6.0.0 to SDK 6.1.0 with SD7. At first we didn't get it to work. We would get the error NRF_ERROR_INVALID_PARAM on dm_init(). The problem...
Hello, I set up the environment by This . Now I can ping the device on the raspberry pi.
How ever, When I run the python client example on My ubuntu-14.04 and try to connect...
Hi, where can I get access to the definition and meaning and definition of the built in functions and headers of nrf51822? for instance what does this mean: uint8_t err_code...
Hi ,
I am using nRF6.0.0, SoftDevice 7.0, for nRF 6310 hardware.
I am trying to develop a ble keyboard app with the help of Ble Keyboard Sample we have in the SDK. As...
HI,
I am currently working on a project to develop firmware for S110 nRF51822 softdevice .
Currently I have a device with the following details: Ic Version - 2, Variant...
Hello, I am trying to make adc sampling on two adc inputs at the same time. The adc example (simulataneous-adc-sampling-from-two-inputs) is not using IRQ handler and applying...