Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
I am having a small doubt in example UART Service. while writing characteristics value from master control panel to nrf51 chip, the stack generating BLE_GATTS_EVT_WRITE to...
Hello,there is a way that can automatically confirm receipt of the packet from the server,without to call evrey time sd_ble_gattc_hv_confirm() after each received indication...
Hi,
I'm using 51822 to control GSM module via UART (57600, no flow control).
My device is USB and battery powered.
After I program the chip I HAVE to disconnect all the...
Hi Team Nordic,
Any plans on supporting an official build-setup via Xcode on mac?
Since it's basically more about a way to quickly "git clone" a project + sdk's & softdevice...
I'm trying to upload ble_app_beacon example from SDK 9.0.0 to a beacon board (PCA20006) after successfully uploading it to a DK board (PCA10028).
My first step was to connect...
I have created a customized Services according to nAN36 Document.
SDK using 8.0
Stack S110 8.0
DEV kit PCA10028 nRF51.
J-LInk RTT DEbugger
When the function...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Is there a step-by-step setup for the nrf52 developer kit for Mac (OS X)?
For example, when I connect my DK board, it does NOT appear as a USB drive which is the very first...
I've read through the 'streaming' posts and my need is a little different. I only need about 30 kbps streaming. I've created a service of this but am quite new to BLE and...
Hi all,
Is it possible to check whether there is an active carrier with the nRF24L01+? I've got the TX and RX chips configured via SPI correctly (I think), yet I can't...
What do I need to take care of when I solder CE pin to VCC? (to save I/O)
NRF is mostly in RXing state, and sometimes TXes.
So far I figured out to go from RX->TX mode...
Hi,
Can I use RTT to build a communicate to a command line interface (CLI) in the device?
This would require that the program does not block, as it does in SEGGER_RTT_WaitKey...
I'm using the UART application in nRF Toolbox Version 2.4, iOS 8.4 on an iPhone 5S.
Is it possible to save the logged data to a file, or in any other way get the data out...
Hello,
I am using an Eclipse GCC environment with the following setup:
Ubuntu -> 14.04 (Trusty Tahr)
Eclipse IDE for C/C++ Developers -> Version: Luna Service...
kit: RF51DK.
sdk:nRF51_SDK_8.1.0
SoftDevice:s110_nrf51_8.0.0_softdevice.hex
I want to use 5 channels pwm to control 2 servos and 1 motor;each servo uses 2 channels pwm...