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 almost exactly the same
results on screen.
The first uses /usr/bin/comm and the second uses __builtins__ only.
The code is public domain for whoever might find use for it, however......
I have one question, I really want to use __builtins__ and "/bin" only, not commands
from "/usr/bin", so:-
In Code 2 the lines between......
# ---------------
see code
# ---------------
......look ugly.
Is there more elegant way of extracting a substring from the difference between two
strings.
I don't want you to code it for me just point me in the right direction
Code 1:-
Code 2:-
Results using the four possible conditions of pluggin and unplugging. Only one works.
This works on OSX 10.7.5 and CygWin using bash.
Not tested on Linux flavours yet...
Actually, I like it. The same operation in pure shell would be big ugly loops.
This looks weird though: IFS=$'\n'"\n" You would have three separators that way -- newline, backslash, and n. I think
would be sufficient, not to mention, portable to shells which don't have $'' syntax.
I would avoid all that mucking with arrays. Makes it longer and less clear.
Corona688, I will adapt your modifications into the AudioScope.sh.
I have not decided whether to use this near the start of the program or as a command
inside the program as yet but Arduino will be used for LF and DC conditions. That removes
the FM, AM, DC polarity and DC level board construction that I uploaded recently.
Don, I was aware of the Corona688's missing "ifs_str"...
Normally I'm not into kits, but I thought my wife would enjoy this one since she is a big fan of robots and droids on StarWars!
We are done with the basic mechanical assembly and starting on the electronics assembly today.
The robot's "brain" consists of three levels. The Arduino board, on... (5 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)
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)
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)
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)
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)
Hey, for the purpose of a research project I need to know if a specific type of parallel processing is being utilized by any user-run programs. Is there a way to detect whether a program either returns a value to another program at the end of execution, or just utilizes any form of parallel... (4 Replies)
I stumbled on this feature on a SLES10 system yesterday... if you tar tf filename.tar.gz or tar xf filename.tar.gz it automatically gunzips the data for you. Has this feature been around for a while? I have 1.12 on my system, which doesn't, but the 1.20 manual mentions it... (3 Replies)