I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Hello,
i'm using nRF5 SDK 17.0.2and nRF5 SDK for Mesh v5.0.0 using the examples light switch client and server.
I am trying to triggen or simulate a button press on client...
Dear Nordic Engineers
I have a question would like to ask you.
As we all know, NRF9160 DK has a 64MB external flash. Now, I would like to use this external flash to save...
Hi,
I have a BLE beacon coded PHY example that in SDK 15.2.0. I want to add GPS. I have no idea this situation. How do it? Is there any example about this? How do I do?...
Hello, I am designing a hardware based on nrf52832 module MDBT42Q. I need to know about theSWD programmer connections. I exposed pin swdio, swdclk, vcc, gnd to a 4-pin header...
Hi,
I'm currently developing a certain product having limitted power source (about avg. current < 100 uA ).
main SoC is nRF52840, and SDK version is nRF5 SDK 17.
...
Hi,
I have an inter-processor communication using I2C working well with the NRF51, the NRF51 performs a read as a master from the other micro ( slave ) which returns a packet...
Hi,
Setup : nRF SDK 1.9.0 and nRF52840, with an External flash MX25L series. Using SPI (not QSPI)
I'm noticing a huge difference between speed of file upload over SMP...
We made two set of firmwares, one with radio test controllable through CLI RTT and other with DTM. Problem with DTM firmware is our end product don't have UART or extra GPIOs...
Hi,
I have a very simple example which just enables the SPI flash on the nrf9160 and then tries to mount littlefs on it. Unfortunately, it doesn't seem to be working...
Hi,
I have successfully flashed the Zephyr Bluetooth: Peripheral HT sample to my nRF52833 DK.
I would like to change the service used for temperature indications from...
Hi,
Where can I find an abbreviations list and explanation what the meaning is for all abbreviations Nordic use?
nRF, SDC, NCS, SDK, PDK, DK, QDID
What is the difference...
Hi all,
I am developing the door lock using matter. The SDK uses ncs2.1.0, nrf/samples/matter/lock, and I want to test the connection to google home app on Android phone...
Development Environment: VS Code on Windows 10, SDK: 2.0.0, HW: nRF5340 Development Kit I am trying to perform just a network core update on the nRF5340 DK based off of the...
Hi,
I was trying to send a long buffer using I2C. The buffer size that I want to send is 2048 bytes. Below is the buffer that I want to write
But when I check on...
Hello
I am testing the nrf_GFX example with ST7735
but the example has a ST7735 128x 160 and i have St7735 80 x 160, I Change de dimentions in sdk_config.h
in the...