I am developing on the nrf9151 with SDK v3.4.0.
The device I am developing will be moving trough all of europe . My goal is to speed up the `AT+CFUN=1` conenction part of...
HI
I am currently carrying out secondary development for PAWR based on NCS 3.2.1. I understand that its communication adopts frequency hopping. I would like to ask whether...
NCS-3.4.0, on nRF5340, custom board losely based on PAN1783. No RTT backend, BLE stack works properly:
RTT enabled, BLE stack reads some garbage:
Printing is done...
Hello, our design does not use the USB block of the 52833. In the electrical schematic we have connected VBUS (AD2) to GND and we leave D-(AD4) and D+(AD6) open. Due to a...
The purpose of this tutorial is to expound my notes on the studies I have done on the use of nRF51, but also serve for the nRF52, and thus share with the beginner as I of the Portuguese language. This…
This tutorial aims to help Portuguese language beginners, like me, with the nRF5x family and who chose to use Eclipse as a development tool.
The tutorial will be very simple and we will use the Eclipse…
Hi,
Using Git and choosing the right workflow is essential when you want to implement DevOps practices as part of your SW development. When it comes to embedded SW things start to get a bit rough. Take…
Weather station created from two Nordics eval-boards (Thingy:52 and nRF52840-Preview-DK).
Source code and hardware files are available.
http://evalspace.com/weather-station/
If automated testing, continuous integration, and delivery processes are top of mind for you, but you are not sure how to start implementing it for embedded SW development - take a look at the following…
Segger RTT (Real-Time Terminal) supports multiple data channels.
RTT Viewer uses channel 0 only, and implements multiple virtual terminals on top of this. The terminal can be switched by SEGGER_RTT_SetTerminal…