Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hi,
I want to install the nrfgostudio_win-32_1.15.1_installer,but is's fail.nrfgostudio V1.14 can be installed sucessfully.I still use the command line to install the nrfgostudio...
Hi,
Sorry for the noob questions but I'm trying to understand the GPIOTE abstraction and terminology, specifically the events, interrupts and tasks. My understanding is...
Hi
I have a question when I use the l01+.
I donn't use the Auto acknowledgement and Auto Retransmission, interrupt does not reflects on the IRQ pin and leave the IRQ...
hi,
i try to analyze the sdk sample with the standard(Server) ,ie : basic battery service
how to build GATT Requirements and Service Characteristics with the...
Just got the RF51822 PCA 1001 dev board and followed the instructions in SDK 4.4.1 and downloaded the Keil Lite tools from the ARM website.
BUT, didn't realize Keil has...
Hi,
how do I evoke Gazelle on NRF51422? According to specs NRF51422 supports both ANT and Gazelle although on SDK for 51422 the gzll folder is missing. It is present though...
Hi ,
I am using PCA10001 board.
Now i want create 4k buffer in RAM. Which is good way allocate memory to 4k buffer.
Can i use dynamic(malloc function) or static memory...
Assuming the system is composed of one device using nRF51822 and iPhone/PC,
If we want nRF51822 detectable by iPhone/PC so that iPhone/PC can connect nRF51822 when they want...
Hi!
I have been using Bluetooth 2.0 modules for years and now I want to take the step to 4.0/BLE. Previously I used Free2move modules with built in stack. Very simple, make...
I have the nRF51822 development kit (with the new hardware revision QFAA or something), and I am using the Master Control Panel with the new 0.9 firmware for the dongle. ...
Hi in my case,
i pressed gpio button for one time it will do one event.
and for double press it will do another event . how can i do this one,
Regards
Balaji
Hi
In my case i have both 3 gpio interrupts and 4 rtc1 interrupts and have some timer 0 and 1 interrupts
also. how to set priority for all these interrupts in both while...
Hi Guys,
I am planning on using the nrf24l01+ to send data with a payload which is larger than 32 bytes, I was wondering whats the fastest way to transmit these packets...
Hi,
In the nrf51822 SDK examples, there is an example of radio_example which is used for send data and read data. I want to konw that if one module send data and then...