Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Hello,
I want to increase the number of peers stored in flash. Right now I have FDS_VIRTUAL_PAGES as 3. If I increase this, would I be able what I need? I just need 10 pages...
Hi guys,
I have a problem opening CMSIS Configuration Wizard, but only in Mesh SDK. Because I am working in this SDK, do you maybe know how can I fix this issue. I checked...
Hi, I was testing NCS v1.5.0 and Azure FOTA application and found a bug in the is_update() function
If the current firmware version is shorter than the new one, it may...
Hello, In our current project we are using NRF9160 with NRF52811 as BT device over HCI. Firmware on NRF52811 is just Bluetooth: HCI UART example with pinmux changed to match...
Hi Nordic team, I'm having a custom board and custom application made for that board. Application is based on the zephyr v2.3.0. I decided to move to the NCS because i want...
Hi guys:
a. I use a uart dfu bootloader(loacation: SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_uart) in 52840 soc...
I'm thinking of replacing the software that was running on "nRF52810 QFN48, S112" with "nRF52810 WLCSP, S112". In WLCSP, the pin assignments of XL1, XL2, nRESET, SWDCLK, SWDIO...
I recently downloaded Keil uVision5 and am trying to run some of the examples that are found in nRF5_SDK_12.3.0 available from on Nordics website on my Nordic51 development...
Hello,
I want to control 2 PWM with different frequencies and hence I am using two separate instances. I want to use only the hardware and not the PWM library. Initializing...
Hi
I am using nRF5_SDK_17.0.2_d674dde with softdevice S140 have sample example as ble_app_cts_c but when i run the code first central disconnected but when i going to pair...
Hi, I'm in search of any document listing in a simple readable way the main differences between nRF5340-PDK (preview) and nRF5340-DK. More specifically, I wish to be reassured...
Hi there,
for the first step we simply want to send characters from ATMEGA 16 to a Raspberry Pi / and receive them from Raspberry pi
with teh NRF52480 (itsyBitsy - Adafruit...
Hi guys:
I encoutered a issue:
A: I flashed a APP from SDK(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.)
B: I found...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
I followed this link Zigbee: Light switch — nRF Connect SDK 1.5.0 documentation (nordicsemi.com) and successfully tested...