Hi all...
(Apologies for any typos at all.)
This is a step by step _script_ to check if your Arduino is talking to your Linux or Macbook Pro computer using the Terminal...
It works on at least 3 Linux flavours and now the Macbook Pro...
I hope you find it useful as a simple check for... (0 Replies)
This is a very simple starter DEMO to access Arduino Diecimila Board for the
Macbook Pro 13" OSX 10.7.5...
A potentiometer is connected between 5V and Gnd with the wiper connected to
ANALOG IN 0 on the Arduino. This was adjusted to give the Ms and Ls as seen...
I now have DC in for this... (0 Replies)
I am working on a semi-auto detection idea for Arduino for the Scope project.
It does require a little user intervention but minimal.
It works by just responding to two on screen prompts to unplug and plug Arduino
into a USB port.
There are two versions and both work perfectly well and give... (3 Replies)
In my further exploration of Arduino, today I decided to install the arduino-cli on my mac today.
https://github.com/arduino/arduino-cli
I followed the instructions for macOS but when I got to this part:
arduino-cli board list
I got the dreaded "Unknown" Fully Qualified Board Name... (1 Reply)
HI all...
(Apologies for any typos.)
To add to Neo's Arduino subject matter I have decided to upload this in ".zip" format.
Ignore "*.info" files these are AMIGA icons only and also the "HAM" drawer as these are photos in ancient AMIGA HAM modes.
I have noticed that there are current... (6 Replies)
Waiting for more fun Ardunio parts from AliExpress, I decided to test two cheap Chinese Arduino UNO clones.
The Arduino UNO R3 (CH340G) MEGA328P
The Wavgat UNO R3 (CH340G) MEGA328P
Both of these Chinese Ardunio clones sell for about $3 USD, delivered to your door.
The bottom line is... (0 Replies)
Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I can get my macOS and Arduino UNO synced to within a second.
Normally, when the Arduino starts... (9 Replies)
Here is a sketch to do basic testing for the Arduino UNO and the MLT-BT04.
This BLE module works with IOS (iPhone) and I'll add some details on my IOS testing with an iPhone in a follow-up post.
For now, here is the basic BLE (HM-10) sketch for the Arduino UNO:
/*
Arduino test-code... (7 Replies)
Discussion started by: Neo
7 Replies
LEARN ABOUT DEBIAN
procmeter3-lcd
PROCMETER3-LCD(1) General Commands Manual PROCMETER3-LCD(1)NAME
procmeter3-lcd - A system monitoring program with LCDproc display.
SYNOPSIS
procmeter3-lcd [-h|--help] [--rc=<filename>] [--...] [...]
DESCRIPTION
ProcMeter Displays one or more pieces of information about the operating system and other resources. Most of the information that is dis-
played comes from the /proc filesystem. The program is modular and very configurable.
OPTIONS
The command line options are described below.
-h Provides a help message listing the available outputs. This will be different for different computers depending on the Linux kernel
version that is being used and the hardware/software that is configured.
--rc=<filename>
Load the specified .procmeterrc file in stead of the searching in the usual places.
--... A list of configuration file options that will override the values in the .procmeterrc file. The format of these options is (for
example) --LCD.host=localhost which is equivalent to the entry in the .procmeterrc file of
[LCD]
host = localhost
All spaces around the equal sign must be removed and if spaces are required in the value on the right hand side then quotes must be
used around the entire command line option.
... A list of names of outputs that are to be displayed. This can include any of the outputs that are available (see the -h option).
For the CPU usage is in a module named Statistics with an output named CPU and there are graph (-g), text (-t) and bar (-b) options.
To display the CPU usage graph you would use the command line option Statistics.CPU-g
USAGE
When started the program will display on an attached LCD display using the LCDd daemon program (from http://lcdproc.omnipotent.net). The
outputs that are displayed are those from the command line and those from the .procmeterrc configuration file.
MODULES
The modules that are available for procmeter3-lcd are described in the procmeter3_modules(1) manual page.
SEE ALSO procmeterrc(5)procmeter3_modules(1)AUTHOR
Andrew M. Bishop 1998-2007
July 3, 2010 PROCMETER3-LCD(1)