Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
Hi
I am working on the GPS for Thingy91. The Thingy91 is able to get the fix when I am outside and test it. However, when I am in the building by the window or on the balcony...
Hello ,
I am bit confused about the minimum and maximum connection interval . what does mean ? it is time interval for the connection or else time interval for the data...
Thanks in advanced. Platform is nrf52832, SDK_17.0.2, use nrf connect app. I create custom service. If I set 128bit base uuid: {0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0...
Hi, I'm testing ble mesh using the "Mesh Light" sample with my developer board using Zephyr.
My components are: - My device: Makerdiary.com nRF52840-MDK development board...
Hello world :-)
I would like to use Bluetooth Low Energy Sniffer [1] and 802.15.4 Sniffer [2] on nRF52840 DONGLE using my FreeBSD workstation. I did manage to build the...
Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to...
Hi
I'm trying to build blinky example (from SDK17.0.2) to run it on nRF52833DK.
The board is running correctly if I download the hex comes with SDK but failed if download...
Hi, I'm writing a library for the common Hitachi_HD44780 (LCD2004 etc) but need it to be non-blocking. I'll open source it once done. I'm using EasyDMA to do the transfers...
Hello,
I am trying to solve my issue for few days without success hence your help would be appreciated. I found a lot of related issues, but any of the solutions doesn't...
Hello,
I am using nRF52840 chipset and I was using the Segger tool chain properly. But recently I started getting below error "The evaluation period of this release has...
Hi,
I am doing the project in nRF2832 , where I need to collect some data from the sensor and temperature value that i need to save in the .CSV file format in SD cARD ....
Hi,
I have a question about setting the gpio pin status. From the picture, it seems that the value on the right represents the status of the gpio pin. So the default value...
I'm using NCS 1.4.0 and 2 boards nRF5340PDK.
I'm using central_uart and peripheral_uart samples. Both display when connection interval change.
The central_uart use BT_LE_CONN_PARAM...
can You explain
light_lc_client_light_onoff_set(&m_clients[0], &set_params,&transition_params);
This command in the lc client used to make the immediate on the server...