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 use BLE Shield V.2.1 of RedBearLab.com for Arduino.
The shield equipped nRF8001.
After about 62ms from reset nRF8001 by putting Low signal in Arduino pin 4...
Iam using NRF8001 in my project & i don't know how to enable them & connect them through Android app basically iam using in tracking chip so any one have a idea that how to...
I am using an Arduino and NRF8001 break out board from Adafruit. I am using the UART profile (adafruit sample code) to send data between mobile phone and Arduino. However...
Hi,
I am trying to setup the nrf8001 by sending the setup commands from my microcontroller. After I send the complete setup packet (21 commands) I receive, as expected...
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02", which...
After a fresh install of Keil (along with Legacy patches) and the SDK, I get the following messages when I try to open the ble_app_template_s110 project:
The project...
Hi All,
I use iot_ipv6_udp_client example on nRF51 DK.
I modified it and send data in one direction only (not receiving back).
Testing has shown that the maximum packet...
Hello,
I use S130 with NUS style connections as central and device at same time. It works nice and performance is good but when i run scan, performance become very poor...
Hi,
I'm using S130 with SDK 9.0.0 and as central, I'd like to read values for more than one characteristic on a peripheral. I do so in BLE_GATTC_EVT_CHAR_DISC_RSP by firing...
Hi,everybody!
Recently,i use nrf51422 as peripheral programming s310 ant_ble_hrs example in sdk6.0 and use nrf51822 As center programming s210 hrs example in sdk6.0. I find...
Suppose I have a lot of very small characteristics (1 or 2 bytes) to send lots of notifications on. They are all updated simultaneously, though the central doesn't care about...
It seems daft, but the ble_heart_rate_template_with_battery_service example in the nRF8001 Arduino SDK does not use the nRF8001's Battery Monitor!!
Instead, it just uses...
I'm working on an application that uses the persistent storage manager to store some calibration data. I thought I had everything working well, but after higher volume testing...
Hi,
I have already developed (and almost finished) an application with SDK 8.1.1
As you now when I created the application starting from an SDK example, the project under...