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...
Hi there. I am freshman with the NRF MESH. I am working on project which I need to use the static provisioner node. The problem I am facing is how to configure multiple group...
Hi everyone.
I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase...
hi ,when develop the usb + gzll+ble hid funcation, i find that it will occur a erro when stop the ble stack in the project that have usb funcation,so i try in the project...
Hi,
I'm trying to debug CLI example contained into nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b by flashing it on my nRF52840 DK (PCA10056).
First of all I'm using...
Hello DevZone,
Currently I'm working to get the NFC examples up and running.
I'm using the PCA10040 in combination with SDK15.0.0 and SD 132
A colleague of mine mentioned...
Hi everyone,
I suppose this is a very simple question... I want to create multiple timers using the Timer Library .
Each time I want to create a new timer based on RTC1...
Hello,
I'm flashing custom code onto a nRF52840 based PCB.
I'm using SDK v15.0, SES 4.52.
On the debug window I get the following message as soon as I run the code...
Hi,
I am using nRF52840, S140 V7.0.1.
I am using Secure Serial Bootloader and able to do DFU of Application.
DFU of application
Using below command able to generate...
Hi,
I have a custom board with nrf52833 I would like to flash with custom firmware. I would like to flash this board by "P19 debug out connector" from DK.
How can I...
I am trying to port a tested program from NRF52 DK to NRF Thingy. To do the same I had changed the board to PCA20020. After I do that, I program using the NRF52 debug out...
Hi,
If the app keeps sending data at a certain rate, the numbers will skip and the software will stop.
I tried to see how much data I could communicate and at what speed...
In my situation, I want to use ble to designed a piconet which has 1 master and up to 4 slave .( upload(Slave->Master) rate is 2.2KB/s,download(Master->Slave) rate is 500...
Hi
A few questions regarding the "saadc_pca10040" example:
If I read one analog pin then what is the meaning of this matrix of values :
"static nrf_saadc_value_t...
This page shows that MPU is not supported on nRF52840: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_drv_supp_matrix.html
On the other hand, the following...
Hello Nordic Experts,
I'd like to add the usb hid composite to one of BLE examples. I followed link below and combined the example usbd_hid_composite with ble_app_blinki_c...