Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hello, I am trying to use the spi_flash sample project with a laird bl654 dvk. When I run the project however, dev->state->init_res = 19 and will not run for me. It recognizes...
Hi,
I have been trying for several days to modify the ble_app_uart project on the peripheral side to use the BLE Long Range, unsuccessfully. I use the NRF52833-DK with...
Hello, sir.
I want to use the i2c bit bagging method, thus I used the DeviceDownloadnRF5 SDK 17.1.0 ddde560nRF5 SDK 17.1.0 ddde560componentsdrivers nRF5 SDK 17.1.0 ddde560componentsdrivers...
I want to use the Zephyr Shell with my own transport layer. Since the only connection I will have to the modem is over SPI, I want to have the SPI read/writes handled with...
I am using sdk 17.1.0 .I am getting error while using bsp_buttons_is_pressed function in main although i have included file bsp.h ,bsp_btn_ble.h, boards.h. The error is Error...
Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK...
Hello everyone,
I have a question regarding the bonding process in the NRF52832 device. Currently I have one custom service with one character and my nrf device is a doing...
I'm opening a different thread to discuss further my latest findings.
I'm using a module E73-2G4M04S1AX that is based on nRF52810. My project has very strict power requirements...
Hi Team,
I think I've found an issue when using the nrFX UARTE1 Zephyr driver. I'm building an application based on the Bluetooth peripheral UART sample.
I use 20 byte...
Hi, I am having trouble connecting the LTE Link monitor. I have already updated all certificates and firmware. But when I am trying to connect my device to the cloud it does...
In my current application I have a combination of some examples and features, but I couldn't add the resource provided by the http_application_update example.
So I tried...
Hi!
I'm developing an application that requires both keyboard and mouse control over BLE. I have gone through various guides to get this working, and the only method that...
Hello!
I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard...
BT central sample has the following code
bt_enable ( NULL );
bt_le_scan_start (SCAN_PASSIVE , device_found );
I ran the sample on my custom board based on nRF52840...