I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I am using S132 4.0.2 and SDK 13, and I have theese questions:
I have an application where BLE node establishes multiple concurrent connections (several as central...
Hello,
I'm having systematically an HardFault interrupt ~10 seconds after calling sd_soft_device_enable(NULL, &fault_handler);
This occurs on my bootloader code, but...
Hallo Community,
I am doing the example ble_app_uart using Eclipse, a SDK 13.00 and a board 10040, When i compile the main file I´ve problems with scan params:
#if ...
#define UART_TX_BUF_SIZE 1024
#define UART_RX_BUF_SIZE 1024
Why to send and receive buffer length of the definition of 1024 bytes, increase the value, again if serial port...
Hi, I just bought the PCA10031 nRF51422 based USB dongle and PCA10028 nRF51422 based development board.
The difference between nRF51822 and nRF51422 was the ANT protocol...
Can I use below code to send data packets continuously over nus (>20 packets)
i=UserUart.RxBuf[1]+2;
index = 0;
while(i>0)
{
if(i>20)
{
while((err_code = ble_nus_string_send...
Hi,
I am using nRF52 chip with SDK13.0. MTU size 155.
I am connect with device using android phone. After sending 1 byte command device starting to send continuous notification...
hello there i think i need two uart in my application. i read datasheet of both nrf51 and nrf52
in both there is only one uart.
can anyone have implemented software uart...
Use this routine E:\nordic\nRF5_SDK_12.2.0_f012efa3\examples\proprietary_rf\gzll\experimental\gzp_desktop_emulator
To modify the can communicate with PC nrf24luep pairing...
Hi.
I'm troubled.
I use nRF52 preview DK v0.9.0 & Keil5.
i tried ble_app_hrs_c in example folder of nRF52_SDK.
This program stopped at
err_code = sd_softdevice_enable...
Hello all,
I am actually implementing an SPI-master driver in non blocking mode, I write the following code, when I use a debeug led, the program enters well in the IRQ...
I started with the blu_app_template on a 52840. I have advertising working. I can see that from an iOS app. I can also see the details of the service. I see the characteristic...
I am using the Master Emulator C# examples to build my own application. None of the examples are able to properly connect to a remote device. When I open up the Master Control...
I'm writing an nRF52 DK btle application using SDK 12. The DK comunicates with 2 external peripheral via SPI and I2C interfaces. Complilation fails with the error:
._build...
hi, i am reading mpu6050 with nrf51822. every now and then the data got corrupt because of softDevice interrupts. if i don't use Softdevice the it runs perfectly but when...