Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hello,
I am trying to adapt the new Mesh Sensor Model examples in v4.2.0 of the SDK for Mesh to allow sending >1 byte sensor data over the mesh network. I have two nRF52840DK...
Hi
I am using nrf52832-PAC10040, SDK : RF5_SDK_17.0.2 .
USE CASE:I need to make connection between HID keyboard with Central(ble_app_uart_c) . And send/receive data...
I got a nrf52832 custom board to communicate with LIS2DH12 accelerometer by I2C(TWI).
I edited part of the code from "twi_sensor" project in NRF5_SDK version 17.0.
I tried...
Hello,
I have an external flash w25q32 spi nor flash. I tried to communicate with my flash using spi_nor driver code in zephery however it didn't detect the external flash...
I use nRF Connect BLE for Desktop (v.3.6.1) to emulate an app I currently develop.
Using the adveritisement dialog I specify "Complete local name", "UUID 16 bit complete...
I'm not having an actual runtime problem; I'm just trying to wrap my head around the nrf_ble_gatt library module. The purpose appears to be to negotiate a couple of options...
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...