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...
Hi Nordic,
We currently put cpu in deep sleep when battery charging almost finished.
We are using DMA (TWIM, SPIM), Timers (1-4) and PWM.
We explicitly turning...
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, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...
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...
Hi,
i have some troubles with my software which i doesn't understand maybe some one with more microcontroller Experience cann tell me how to solve this Problem.
I have...
Hi,
can someone post tutorial how to do Over Air Download? I mean new SDK 4.4
I get error from cmd: ImportError: No module named intelhex
Regards,
Konstantin
With the DFU sample from SDK v4.4.0.30888, I am unable to see the device in any host-side BLE monitoring utilities such as LightBlue (on Mac OS X) and our own custom BLE tools...
I need to transfer few kilobytes of data from slave device over BLE when requested from master device. I tough there is no file transfer profile in LE? What are the options...
Dear Nordic,
I know each sample has unique device address and stored in NRF_FICR->DEVICEADDR[0] and NRF_FICR->DEVICEADDR[1], and I think it has unique device UUID too....
In my ADC interrupt service routine (ADC_IRQHandler), I'd like to have a pointer available that I could use to carry some state from the main app thread to the IRQ handler...
Hi all
My nRF51822 has a incorrect LED signal, seems become a battery mode when I plug in a USB port.
The detail feature as below:
Incorrect device type in Micorsoft...
I'm looking at a BLE application using the nRF51822 where we need to send data maybe once every 10 minutes, so it seems like disconnecting in between sending messages will...
Hi,
im using nRF24L01+ to constantly transmit data and all working fine, but at some point SPI fails and the only returned values I get are 0x0F - doesnt matter which register...
Hi sir
In order to simplify the flow of programming hex file to nRF51, we want to merge Softdevice hex file with application hex file. Then, generate a new hex file. Could...
I have attempted to put the radio into +4dBm mode using the command: sd_ant_channel_radio_tx_power_set(CHANNEL_0, RADIO_TX_POWER_LVL_3);
When I look at the RADIO TXPOWER...
I just got the nRF51822 DK and tried hooking up the dongle. I am using Parallels 9 on OS X 10.8.5. It only loads as a uSB Composite device with a yellow warning icon. Odd...
Hi
I am trying the nRF51822 Evaluation Kit for the first time.
I have followed the instructions in the User Guide v1.1. The blinky_example works fine, indicating that...
Have you also wondered how to get serial IO (UART) with nRF51422-EK via the Segger debug interface?
[list=1]
[ ]Plug Eval kit in the USB port.
[ ]In Windows open "device...
Hi,
i need to stop one of my Timer at the falling edge of a Pin. So i need a gpiote_interrupt, is this right? Can someone help me how i can do this? if i write something...