Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi, I'm using nrf connect SDK v1.5.0 and I use SES to build and flash projects.
I use Visual Studio Code for only code editing environment. When I was using nrf5 SDK, I...
Hi ! I'm trying to access the beginning of a packet that is being transmitted, by accessing the SFD. My problem is that I'm not able to do it.
NRF got a function called...
Hi,
I'm currently trying to build a quick frequency spectrum scanning tool on an nRF52840 dongle. I want to sample RSSI on a list of channels as quickly as possible in a...
hello,
we're working with the nRF52833 and are experiencing some issue with the I2C interface during communication involving clock stretching. We're wondering if the errata...
Hello guys,
I am dealing with a problem, i have two tasks with two different spi instances, alone they work fine, but when i want to run both tasks they crash!!
Hi!
I met some issue ).
I use nrf mesh app on my phone and change it for my goals. I would like to get messages from nodes to phone via mesh. I read some posts that it...
Hi,
While developing an app which will connection to an IOS device via BLE - I've noticed an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
I understand that this event...
Hi,
I'm using NRF52840 in order to connect to a mobile device, with PIN code.
Connection to Android is ok. The issue is with IOS.
IOS can't send the PIN code to my...
Hello, We're trying to optimize the data transfer rate from our nRF52832 based peripheral device to the mobile phone. Tested with two different BLE >= 5 Android phones we...
Hello, I ve made a custom nrf52832, but ive face a lot of problemes : when logs is on the BLE is off(its not advertising) , I m not able to see it on my app. when my module...
Hello,
I am using MacBook and would like to import Keil Projects into Segger Embedded Studio by following this guide , but finally I got an error is that
I have found...
I have some questions about nRF9160.
1. What is improved comparing to revision1? Only power consumption?
2. Is GPS sensitivity improved? In revision1, it is poor.
3...
Hello!
I use light switch example in a 52DK with a 4.1.0 mesh SDK. I modified the original project and implemented the custom element model for sending arrays via mesh....
Hello.
I'm testing the integration of the BLE and TWI.
However, BLE advertising function when turn on, TWI data was not correct read.
Can you tell which one is...
Hi, I am saving data in flash memory but when I read after restarting the device it shows FF. How can I read from flash after restarting the device? and how can I check that...