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'd like to collect other device's Signal information for more delicate communication.
For example, Some Peripheral device which is just next to Smartphone (which can interfere...
Hi there,
I had the DFU already working very well for quite some time, but my luck has ended. When I program the application via JLink it works perfectly fine, also the...
What is the Characteristic UUID 0x2AA6
It shows up as the 4th Charateristic under the Generic Access Service, in the nrf5-ble-tutorial-characteristic-CompletedCode ported...
Hi all. i am using hid device keyboard example for nrf5. But when I try to call
sd_ble_gatts_hvx(p_hids->conn_handle, &hvx_params), this function returns error code 0x00003401...
Hi,
I am using the S120 stack and wish to connect and control as quickly as possible to the peripheral. The central and peripheral devices are both embedded devices and are...
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
I am using blenano with mbed compiler and a 24LC256 eeprom.
the output o screen I get is the no. of total chars, i.e, 65355. below is the code.
#include "mbed.h"
#include...
Hi guys,
I'm on Win7 and I'm writing data from libusb to nrf51 board, my code is
usb_bulk_write(dev_handle, 0x04, data, WRITE_SIZE, 1000);
When the nrf51 receives...
Hello:
I tried to find this in the documentation but could not. Regarding the external trigger to the PPK (TRIG IN pin). Does this require a high-to-low transition, a low...
Do I need a custom 128-bit UUID if I delete one or more Characteristic from an Adopted Service
I do not modify the remaining Characteristics
For instance: Sniffing with...
I'm trying to program Sparkfun nRF52832 board using SWD (via nRF52 DK). I've erased original bootloader/softdevice/app and programmed S132 and my app. The app works, but only...
Hello,
I'm beginner for NRF51822. I have tried ble_app_hids_keyboard example on NRF51822 with s130 softdevice.
It is discoverable in smartphone as Nordic_Keyboard. Smartphone...
We have been using the DFU that came with the sdk 12.1 with a modification (essentially removing the button from the DFU code). We currently send an application command that...
Hardware:
I have an nRF52 device running the S132 running as a Central.
I have 6 iOS/Android devices running as peripherals.
Background:
I am attempting to have my central...
Hello,
is there any good example available, with whom I can simulate, that there are two devices are already connected and the host is scanning for some other devices?...