-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...
I included the DFU service in my project. With the MCP on my computer it is working fine.
But when I try to perform the DFU over the MCP(v.3.4.1) app on my android device...