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...
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...