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...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hello,
We are currently evaluating the nRF52840 with Thread technology with the Raspberry Pi as the border router to the internet. I wanted to know if there is any mobile...
I am working on zigbee network.
ZB_DEFAULT_PERMIT_JOINING_DURATION = 0xFF, this macro is defined in "zb_config_common.h" which indicates that network joining window won...
Hi there,
I am wondering what is the clock frequency for the application core by default. 64Mhz or 128 Mhz? and is it possible to fix it for example at 64Mz?
Thanks!
Hello,
I saw that there are already subjects but I can't find the information I'm looking for, I would like to put an external antenna at the Thingy because the connection...
I'm creating a simple program for the nRF52840 dongle that is running a RSSI scanner. Scanning on different BLE channels in the environment. Much like the nRF connects "RSSI...
Hi, Friend,
I have a light sensor connected to P0.04/AIN2 on 52820, and use COMP to detect the change of voltage.
Here is my test code. When light change, the return value...
There have been previous tickets about bsd_init() not working with trace_on=false, but the support team said it had been fixed in 0.7.x. However, it's still failing for me...
Hello sir/ma'am,
I am facing this problem while interfacing with nrf52840 dongle dht11 sensor
Which custom id should I write here in screenshot2 and how to debug the DFU...
The nRF9160 DK has an I/O expander that can optionally be used to interface the LEDs, slide switches, and buttons.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
I want to send sensor data over nrF Mesh using sensor example from Mesh SDK. However, I found that the values over 256 in decimal are not received by the client. What changes...
Hi,
My bootloader and application work good, I take example from SDK 12. The DFU work correctly but at the end my DK stay in bootloader mode and don't reset to start the...
Goodmorning,
I'm working on a project running on nrf840. I would like to add a speech recognition system able to recognize some words ( more or less 10 words).
There...
Hi,
I'm trying to get the current epoch Unix timestamp (or the number of seconds since 01, January, 1970).
I'm using the date_time.h library as Carl Richard suggested...
Hi,
I wish to combine nRF Connect IPSP sample project for nRF52 DK (v1.4.2\zephyr\samples\bluetooth\ipsp) and add MQTT on top of 6lowpan. If yes, any guidance to change...