I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
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...
Hello,
I'm trying to do a millisecond counter using app_timer but the callback is never called. I think I have missunderstood how it works.
I've tried using the app_timer...
Hi,
Im trying to send 20 packages of 30bytes each as fast as possible, so I created the following loop:
for( pack=0; pack<20; pack++)
{
w_tx_payload_noack(30, MegaBuffer...
Hi all,
I have a custom board with the Nrf51822 BLE chip and it works in broadcasting mode without connection only. Basically it sends the advertising data on an established...
Hi
I have some problems about using your Master Emulator API. I want to write a dynamic link library with C++, but I don’t know how to invoke the MasterEmulator.dll.
The...
I'd like to use LPCOMP. I'd like to get rid of the 12K pulldown on SWDIO.
I can tell from PCN-082 that QFAA CA and C0, as well as QFAB AA and A0, will let me do that. ...
hello,
I know the ble device ,have central and peripheral and have some name(server/client and Observer/ Broadcaster).
The peripheral(server) has data that is needed by...
I put the boot loader at 0x3a800 and the application at 0x27400. the region from 0x14000 to 0x27400 is all blank (0xff). also
nrfjprog --memwr 0x10001014 --val 0x0003a800...
Hi,
I need to pair with the master after pressing the button in my slave device, instead of asking for passkey. Through the master control panel, i can able to see that,...
Hi,
Actually in our application we have connect accelerometer sensor to Nordic by SPI. I'm calculating power consumption for it. In datasheet it's mentioned for SPI Data...
Hello to everyone,
My problem/question now is about the MasterEmulator. I´m working with the nRF51822(SoftDevice) and i have my own program already working more or less...
Hi
I am a newbie to the bluetooth technology. I want to ask some questions:
How to apply a LLS(lost link service) profile to a bluetooth module?
Can I buy the...
After reading devzone.nordicsemi.com/.../is-there-any-differences-between-nrf51822-and-nrf51922 and the literature around nRF51922, I'd like to know if there's going to be...
Hi,
I've developed an application which sends sensor data through the BLE interface at maximum available bandwidth by checking the BLE_ERROR_NO_TX_BUFFERS return value...
Hello,
I was wondering if anyone has had success communicating with the nRF24L01+ eval kit and a Raspberry Pi. I have found several examples through Google and am trying...