Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
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, 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,
Is it possible to give a function address to the "Task End-Point" of a PPI channel?
Like :
err_code = sd_ppi_channel_assign(PPI_CHAN0_TO_TOGGLE_LED,
&(NRF_TIMER1...
I am designing a device that needs to operate both as a Peripheral (such as a Heart Rate sensor) and also as a Central so it can optionally connect and gather data from other...
Hi,
in my application I have a device that has to be controlled by a remote control. For transmitting data between the remote and the device I would like to use BLE (not...
Hello,
Can you please help me with the following questions....
Why table 3 in the softdevice spec shows the same address for the application code_r1_base when softdevice...
I'm having a very strange issue when trying to debug application code on my Nordic platform. I'm hoping that someone else can shed some light on the issue, or at least confirm...
Hi all,
I have followed the guide (AN-29) for using eclipse with the nRF51822 but it gives me several errors.
First at all, the linker says:
...../arm-none-eabi/bin...
Is there an example code anywhere for the nRF51822 to calibrate the internal 32khz RC oscillator using the 16mhz crystal when not using the BLE stack/softdevice?
I would...
Hi,
does firmware or example source code exist for the PCA10000 USB dongle that implements the Bluetooth HID host?
I would like to use it as receiver for the Nordic Smart...
Hi all,
I am trying to specify a fixed port for a L2CAP connection on the nRF51822. The client is a Linux box running bluez (which has BLE support). The client software...
Hi,
Just bought the nRF51822 eval kit. Looks like it came with some great demos for iPhone (nRF_Demo_Utility, nRF_Proximity, nRF_Temp, nRF_UART), but having trouble getting...
Hi,
I upgraded to the 4.3 nRF51 last night and am suddenly having a whole slew of issues:
(1) When flashing the EK, the Segger now reports 257K of Flash (maybe it did...
Hi,
I'm looking to work with a Bluetooth LE master device. From what I read the nRF51822 should be able to function as a Master device (the dongle is configured to be a...
Hi all
I want to load the (UART_example) flash image compile with Keil by nRFgo studio,
but a program fail occur as below screenshot:
any idea?
Thanks.
I have test RTC example on both different hardware revision nRF51822 chip.
1)N51822 QFAAC0 1309AF
2)N51822 QFAAC0 1308AE
1309AF revision chip is function properly with...