Boards

Embedded technologies that involve both hardware and its associated firmware are device and system subjects concerning PSoC, Flash, Arrays, or ASICs that are either stand-alone in function or appear among single-board computers that appear at this site. Topics and principles around these two areas are recorded here for reference purposes and might be of interest.

Active Level Alarm with Trim Control via GPIO

Active Level Alarm with Trim Control via GPIO

This project sets up a continuously monitored voltage level change at a potentiometer as derived from a source reference. As continuously variable voltage level changes, voltage levels are read into ... Read More
Python Function Review for Jetson Nano Projects Pt.1

Python Function Review for Jetson Nano Projects Pt.1

It is sometimes necessary to hash-out a range of code functions to prepare for projects that are active and would likely require efficient origination and debugging. To get to project ... Read More
Conditional IF Operation with Logic Parameters

Conditional IF Operation with Logic Parameters

To evaluate the function and purpose of an IF statement, a true or false, or comparative operation is performed for external circuit hardware to act upon conditions or an input ... Read More
Jetson Nano Headless Setup and Operation

Jetson Nano Headless Setup and Operation

As a matter of convenience, it is better to operate the Jetson Nano without a dedicated keyboard, mouse, and monitor. The ability to log into Jetson without a concern of ... Read More
Voltage Control with analogRead Operation

Voltage Control with analogRead Operation

With the use of a potentiometer (trim-pot), it is possible to control a voltage level presented to an external circuit from a reference supply voltage connected to an Arduino unit ... Read More
Common Linux for Jetson Nano AI

Common Linux for Jetson Nano AI

The range of standard Linux commands to control and operate a Jetson Nano is listed here to serve as a reference in support of projects unique to simple AI applications ... Read More
Voltage Measurement by analogRead Operation

Voltage Measurement by analogRead Operation

A useful way of reading a voltage signal level is through an Analog Input port on the Arduino. With accompanied code to collect, interpret, calculate, display, and act upon a ... Read More
Pulse Width Modulated (PWM) LED Illumination

Pulse Width Modulated (PWM) LED Illumination

To get a closer look at the analogWrite command supported by the Arduino platform, its internal pulse width modulation (PWM) function controls the duty cycle of an output voltage to ... Read More
Artificial Intelligence on the Jetson Nano - Setup & Configuration

Artificial Intelligence on the Jetson Nano – Setup & Configuration

The Jetson Nano AI system set up was completed in preparation for various projects ahead. The process was very involved as it included the physical construction of the AI system ... Read More