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'm using SDK 16.0 with SD340 6.1.1 on nRF52840
I'm working through alternating advertising on coded phy and non-coded phy. I have two scenarios where I don't want connections...
Hello Nordic team,
I'm looking into solution to pass data to my application after a Reset using the RAM of my nrf52840.
Looking at the documentation, this picture troubles...
Hi,
I have a question regarding BLE timeslotting. In my setup I have a master with multiple slaves and equal connection intervals set at 7.5ms. The slaves acquire data that...
Hi,
I am using nRF52 to complement BLE function of MTK7628(they communicate through UART),I've implemented most of the functions.Now I want to add OTA to nRF52, so I use...
I'm trying to combine these 2 examples. I tried adding the uart code:
uint8_t cr;
while (app_uart_get(&cr) != NRF_SUCCESS);
to apps_ble_uart while loop and the whole...
Hi all,
I´m trying to create my first BLE application with segger embedded Studio.
My Hardware is the nRF52833 DK with a sensor connected to dev Board via I2C lines...
Hi, there in inconsistent data about the number of UARTs in the nRF5340 OPS v0.5.1:
- Page ii (nRF5340 features) states "Up to 2x UART (CTS/RTS) with EasyDMA" for the application...
Hello.
I'am new to developing with The Thingy 52 and just trying out simple things. I wanted to see if i could toggle/set one of the pins high from the code but havent had...
Dears,
I'm trying to run the mbedtls library with thread safety with the freertos, already defined MBEDTLS_THREADING_C and MBEDTLS_THREADING_ALT in the user_mbedtls_config...
I have never used the GPIOs near the RF pin (GPIO 22, 23, 24), until my latest project, which I needed to due to pin limitations. It is normal for pins adjacent to RF outputs...
Hi.
I try to test using ble pc-drivce C library & 52840 dongle on pc.
except custom service. everything is fine.
under below is custom service pic.
...
This seems to be a recurring question. I suspect the Wireshark/nrf-Sniffer setup is delicate enough that minor changes/upgrades in any of the components causes a problem....
nrf52832 , SDK_V15.3 , ble_app_uart sample code , data communication problem.
Hello there...
I use the SDK V15.2, ble_app_uart sample code, on the nrf52832
seems the...