Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
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...
My nRF52840 DK needs to interface with a convential device using the data bus and address bus. The following diagram (P.27) from the nRF52840 PDK user guide.shows the data...
Hi,
I got a question on IQ Sampling with the direction_finding_connectionless_tx/rx example.
Settings:
Sample Spacing = 125 ns
Sample Sapcing (Reference Period...
Hi,
I have an nRF5340 DK, and my BLE project runs fine on it. However, when I flash the same code onto my custom board, bt_enable() returns error -11 , which seems to...
Hi
In the newer versions of nRF Connect for VS Code, the NCS and toolchain version can be configured per build-configuration.
Is it possible to configure the desired versions...
Hi all, will need to post short as I am getting a "cannot create ticket" error.
Hi all,
I'm quite new to nrf, zephyr and embedded of this complexity but have completed...
This is odd, one thread can access i2c API just fine.
Another tread the same API call causes Secure Fault.
(These threads are mutually exclusive btw), the environment...
Hi,
I am trying to get the GPS coordinates from nrf9160 devkit so far I am following this guide . I was successfully able to get the coordinates once using:
However...
I have implemented a ublox ANNA-B402 on a custom board and am trying to flash code using the debug out header (P19). I am using Segger Embedded Studio and am flashing code...
Hi,
I have twp device: one peripheral and one central. My peripheral is sending out high payload data continiously. And my central is sending data ()in 10Hz frequency. However...
Hello,
I'm interested in increasing the range I can get out of an Isochronous connection between two nrf52832 while maintaining about the same throughput. I'm not concerned...
Good morning,
In our next product (mounting a nRF52840) we will need a dual UART+BLE update channel. We have already implemented the update via BLE and we are now trying...