hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hello,
I am running an older softdevice 4.0.2
And finding that occasionally the len field is returning 0 when receiving a ble_gatts_evt_write_t ble event in my Peripheral...
Hello,
I am aiming at indoor localisation related research and I am very interested in your nRF5211chip and Bluetooth 5.1 based direction finding technology. As you said...
Hi there, I use the openthread and I have some observation: when I at first turn on the MCU I generate random network parameters with otDatasetCreateNewNetwork(), when I reset...
Hello,
I have an app that would be beneficial to use a "scheduler" with the APP_TIMER etc...
I am using nRF52 SDK version 15.0.0.xxxxx.
Starting with the basic: start...
Hi All
I am now working on nRF52840DK about channel selection algorithm. I am wondering if it is possible for me to apply my own channel selection algorithm on the development...
Hi Sir,
As follow the Getting start guide from nRF connect, I follow below command to get the latest example code.
------- west init -m github.com/.../fw-nrfconnect-nrf...
Hi!
I'm using the ble_app_uart example with SDK 15.0.3 and nRF52840 DK. I'm using Termite as the terminal.
When receiving data from an iPad to the nRF, with the nRF as...
Hi,
I'm trying to have a PCA10040 working as a scanner of BLE peripherals to be able to connect to my own BLE Nordic device, write a characteristic and close the connection...
Hello, i am trying to erase page from flash using sd_flash_page_erase(page_number); but it doesn't work. I find page number by doing my address (0x0002D000) to decimal (184320...
The product specification state that there is an integrated IP stack in the nRF9160 device. Unfortunately there is no more information available how to use the stack. Also...
Hello,
Does anybody know where I'll be able to find an EAGLE library for the nRF52840 CKAA chip (the WLCSP-93 package)? I've looked around and all other dev boards that...
Hi Nordic team, I am trying to enable I2C driver in SAADC example which is located in examples\peripheral\saadc\pca10040\blank\arm5_no_packs
As you can see I am using Keil...
Hi,
We are developing product that developed using USB, Zigbee and BLE of nRF52840. We dont want to for new VID registration for just one product and thinking of using VID...
Hi!
I am trying to get a basic NRF_LOG_INFO("some text here"); to print text to a terminal in Segger Embedded Studio. I'm using Termite as the terminal and SDK 15.3.0. To...