I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
NRFX_TWIS_EVT_GENERAL_ERROR
I am thinking of implementing TWI slave functionality in the nRF52840.
The event handler is written as follows.
Read operations from...
I am thinking of using nRF52832 as both transmitter and receiver, and creating a firmware where the transmitter adds the acquired data to the Manufacturer Specific Data of...
Hi Nordic:
SDK version: NCS_V2.7.0
sample: peripheral_uart
config:
Compile error without any changes:
May I ask how to solve this problem?
best regards!
jermi...
Hello,
I get the error message in red when pressing Connect below:
The certificate is downloaded as instructed in the devacademy 4.2.
server_certificate.crt: ...
Hi,
I recently purchased a Thingy91, and here's what I’ve done so far:
Built the firmware
Registered the SIM and device on the cloud platform
Built the Asset Tracker...
I found a related post ( ) where the advice was given to just get a DevKit, which I agree with for development, but my understanding is the nRF52 dongle firmware contains...
MCU : nrf52840
SDK : sdk_17.1.0
Hello, we are developing a product using the nRF52840.
However, we have observed that while the nrf_log_backend_uart~ function is operating...
Dear Nordic support,
I've done some testing to send many data in BLE notifications, and I have a question regarding the BLE stack implementation. We are using NCS v2.6.1...
Hi,
I combined the throughput example and the lbs example in NCS v2.6.2 running in NRF5340DK. It seems the advertisement is not resuming after i disconnect the app (NRF...
I'm trying to install the 2.7.0 toolchain into D:/NCS/ somehow the toolchain manager frequently installs in a different path than the one specificied in the extensions settings...
Hello, guys
I have nRF9151-dk running Serial LTE Modem (SLM) app on it and want to test the ability of working with sockets (open socket, send/receive data, close the socket...
Hi all,
We have designed a custom board including a NRF52805 chip. We also followed PCB design guidelines and used the exact PCB layout recommended by Nordic. As expected...
Hi folks, thanks in advance for your support.
The thing is that in my SEGGER project I didn't have explicitly linked a bootloader to be flashed in the device (nRF52832)...
nRF52832 & NCS v2.6.1
I merged the NUS central and NUS peripheral FW into a single one where the user calls appropriate initialization functions to activate whether central...
Hi,
I am trying to write a simple application that uses I2C on a nrf5340 DK, assigning SCL to P0.9 and SDA to P0.10, using the app core ns . The application builds without...