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...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Hello,
My setup:
nRF5833 DK, OpenOCD-0.11.0 on Windows 10
I installed the xpac OpenOCD package and attepmted to connect to server using the command
and I get the...
I am using the GNSS Sample in SDK 1.8.99 to test sleep/wake cycles.
The GNSS example is correctly operating in single shot mode by setting the interval to 0. After getting...
Hello, I have the custom design. Schematic is below: I use Visual Studio Code and nRF Connect SDK V1.6.1. My programer is NRF52833DK I used example code (zephyr/samples/basic...
Hi,
We used the nrf52840 in our first release of our project. And we decided to upgrade to the NRF5340. We already have port our software to the Zephyr OS on the nrf52840...
My question is very similar to If I use nrf Connnect SDK 1.6.1 and Zephyr, which Bluetooth QDID should I use?
Following this case I need Zephyr Version 2.2.x and can use...
Hello.
We want to mass programming the nRF9160-SICA in our production IC only - NOT soldered on a PCB.
Is there exist any IC connection adapter for this IC that can...
Hi, Request confirmation that nCS nordic SPIM & SPIS drivers implicitly use DMA, I found the response as in: https://devzone.nordicsemi.com/f/nordic-q-a/83593/zephyr-rtos...
Hello! Does anyone know how to access the source code installed on the nrf52840dongle with the Bluetooth Low Energy application?
As you can see, the application offered...
Hi,
I need to enable PIN based security for my dev. project on Nano 33 BLE, by PIN security I mean force mobile app to enter a hard-coded PIN to connect to my BLE device...
Hi,
I'm working on a simple app that is supposed to generate a CSR and have it signed by a web server. The problem is, I can't even get zephyr to build the components...
Hi,
i am working with ic nRF52832_xxAB. example provided is based on nRF52832_xxAA. creating ram size issue. how to select proper ic numer, flash and ram sizes.
Hi,
I am currently working on a custom flex board using the Taiyo Yuden EYSHCNZWZ (based on the nrf52832). I am able to program the device with the soft device, bootloader...
Hi,
I'm designing a PCB based on the nRF52 Dev kit.
I just need a BLE module with the nRF52832. My question is if I use the ports p19 or p20, do I really need the ATSAM3U2C...
Hi
I am trying to write 200bytes of data in flash memory ,
but sd_flash_write() returns error code NRF_ERROR_INVALID_FLAGS.
and i couldnt find out the reason for that...
Hi
I wanna use second pin of nRF52832 as a gpio output pin.
I'm using software as a follows.
・nRF5_SDK_17.1.0_ddde560
I don't know which function programs I must use...