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,
I am using modified MQTT simple code on a DK board. I am wanting to "capture" URC's. For testing I have enabled CEREG and CESQ URC's and disabled the AT host library...
Hi,
nRF9160 DK I have a simple question regarding processing at command responses. I was hoping to extract the individual values from a at command response using the at...
Hi,
We are designing our custom board with NRF52840 , we need to add serial capabilities over USB.
We were thinking about adding FTDI Chip ( FT232H ) connected to the...
I have been using SEGGER studio 4.22 on my MacBook for a while now. Today I went to open my project and it said I didn't have a license. I chose continue and it just opens...
Hi,
I have Power Profiler Board. It works on Windows Desktop.
But no on Ubuntu Machine:
Ubuntu 16.04,
nRFConnect 3.3.0 and nRFConnect 3.3.1 AppImage
Power Profile...
Feature request.
In the current Connect SDK, I must add the name of any new 9160-based board directory to ncs\nrf\cmake\multi_image.cmake.This requires anyone installing...
I am making a simple device based on nrf5240 - I want to control the servo from a smartphone. I used the WART and Blinky examples as a starting point. The data exchange algorithm...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
Hi!
I have written a driver for Dali (prototocol used in lighting management system) on nRF8240. It is a baremetal application which uses the SDK of Nordic (the drivers...
While it's easy enough to download the SDK from Nordic's website, it's a slow and painful process.
It's slow I assume because the site is hosted far away from me. Loading...
Hi!,
I am trying to use one of the analog inputs for reading the voltage using saadc.
Since a don't have a battery now that is about 3.5V or less, I decided to use one...
Hi, I am trying to create a custom board and add it to the zephyr app. Currently, I have added boards/arm/irnas_izoramv21 file to my application folder. When I am building...
Hi
I am using nRF51822, S130, SDK12, Working on adding static key security to my application
So far I have change the GLS (glucose) example to static passkey and connected...
I am creating a peripheral and central. The peripheral is done and appears to work fine. The central is in progress. It will use the serial port to communicate with a host...