Sponsored Content
Full Discussion: Arduino Robot Tank Project
Special Forums Hardware Arduino Robot Tank Project Post 303043242 by Neo on Wednesday 22nd of January 2020 05:04:57 AM
Old 01-22-2020
Some FYI on this project.

I'm currently waiting on KeyeStudio, the supplier of this RobotTank kit, to come off their Chinese New Years holiday and provide us with the basic "demo" Arduino sketches for this, instead of the Mixly graphical "code" they provide.

There are a few reasons for this. First, I'm personally not into graphical programming (like Mixly, which seem like a child's programming toy to me) and strongly prefer the C++ like Arduino IDE coding. Second, when I downloaded the mixly archive file provided by KeyeStudio, my Avast anti-virus scanner complains the archive contains some malware; and I'm just too busy to debug and "de-virus" the KeyeStudio Mixly archive.

KeyeStudio has kindly informed me they would get me the actual Arduino demo sketches for this robot kit after the Chinese New Years holiday is past, sometimes in February. I was going to make a video on the "virus alert" when unarchiving the mixly archive from KeyeStudio, but I've just been busy and making a "look at this virus alert" video for a supplier has not been a priority here. KeyeStudio was not satisfied with my photos of the virus alert(s) and requested a video!


I imagine, however, I'll start coding this robot long before I get the demo Ardunio sketches from KeyeStudio, but let's see what happens. My plan is to go beyond the kit and add some other sensors plus some other command and control boards. Let's see how long this kit can hold our attention. We have been playing with the kit little by little, not in a hurry, since we are waiting on supplier to get us the Arduino demo sketches before diving too far into this.

More later as we progress......

Note: The spelling is correct. It is KeyeStudio, not KeyStudio.
 

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Adding robot and drives

Hi All Im running veritas netbackup 6.5.5, on MWindows 2003 master server. Ive just added a Quantum PX500 with 2 drives, the problem im facing is that now under the storage unit tab on console all the storage unit types for NDMP have the new robot listed and not the original one. The set up i... (0 Replies)
Discussion started by: blossy786
0 Replies

2. Programming

Arduino-cli - Uploading to Unknown Chinese Arduino Boards using the Arduino Command Line Interface

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)
Discussion started by: Neo
1 Replies

3. Programming

More Arduino Stuff...

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)
Discussion started by: wisecracker
6 Replies

4. Programming

Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python

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)
Discussion started by: Neo
9 Replies

5. Programming

Arduino Project with NB-IoT (3GPP) and LoRa / LoRaWAN

My favorite projects are always related to the "latest" tech in command and control, networking and network communications. This Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield seems to be the "latest and the greatest" as far as 3G and GPS, as far as I can see so far, but I has it drawbacks for sure.... (6 Replies)
Discussion started by: Neo
6 Replies

6. Programming

Arduino Project: iPhone to HM-10 BLE to NB-IoT Shield to NB-IoT Network to Internet to Linux Server

This post describes a "work in progress" project I started today. Here is the High Level Overview: Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Discussion started by: Neo
13 Replies
gendisk(1)						      General Commands Manual							gendisk(1)

NAME
gendisk - Produces magnetic disk distribution media SYNOPSIS
/usr/bin/gendisk [-d] [-i] [-k filename] [-w] [-v] [hostname:] prodID devname OPTIONS
Creates a distribution disk in direct CD format. This means that the distribution disk contains uncompressed file systems that are laid out just as the software is installed on the system. Creates a distribution disk in ISO 9660 format. This means that the distribution disk contains an ISO 9660-compliant CD-ROM file system (CDFS). Uses an alternate kit descriptor database, filename, on the local system. You may use either a full absolute pathname or a relative pathname from the directory where you run the gendisk utility. The file does not have to be named kitcap. Writes the product media without verification, if used without the -v option. If used with the -w option, the gendisk utility writes and then verifies the product media. Verifies the product media without writing it first, if used without the -w option. This assumes that you have already written kit files to the distribution media. If used with the -w option, the gendisk utility writes and then verifies the product media. OPERANDS
The optional hostname: operand is the name of a remote machine that contains the kit descriptor database. The gendisk utility searches the kit descriptor database on the remote machine for the kit identifier (prodIDHD) and uses it to create the distribution media. The colon (:) is a required delimiter for TCP/IP networks, and space is permitted between the colon and the prodID. For example, if the product code is OAT100 and you are using the kit descriptor database on node mynode, use mynode:OAT100 for this option. The mandatory prodID operand is a kit identifier consisting of the product code and version number specified in the CODE and VERS fields of the kit's key file. Refer to the Guide to Preparing Product Kits for information about the key file. The mandatory devname operand specifies the device special file name for a raw or character disk device such as /dev/rdisk/dsk1. The gendisk utility uses the disk partition specified in the kit descriptor and ignores any partition specified on the command line. DESCRIPTION
Use the gendisk utility to produce disk distribution media. The gendisk utility performs the following tasks: Searches the kit descriptor database for the prodID specified on the command line. The default kit descriptor database is the /etc/kitcap file. Creates a new file system on the disk partition specified in the kit description. Mounts the disk containing the new file system. Asks whether you want to clean the whole disk before writing to it. If you do, the gendisk utility erases the entire contents of the disk and writes a new disk label using default information. Copies files and subsets specified in the kit description to the distribution media. If you specified verification, uses the sum utility to verify file transfer accuracy. Refer to the sum(1) reference page for more information about this utility. Unmounts the file system. If you use the -k option, you can use any valid file name for the alternate kit descriptor database and may specify either an absolute or relative path to the file location. If you do not use either of the -w or -v options, the gendisk utility writes and then verifies the files in the kit descriptor. This default behavior is the same as when you use both the -w and -v options together. The gendisk utility can create multiple directories on the disk for separate products or combine multiple products into one product, as specified in the kit descriptor database. RESTRICTIONS
You must have root privileges to run this program. If you use the optional hostname operand, you must have root privileges to access files on the remote host. If you do not use the optional hostname operand, you can access the files used by the gendisk utility only if you add the local hostname to the local /.rhosts file, for example: hostname root. The gendisk utility does not support chained disk kits. A kit written to diskette must either fit onto a single diskette or be packaged as a set of kits on separate diskettes. FILES
Device special files for raw or character disk devices Default kit descriptor database SEE ALSO
gentapes(1), sum(1) kitcap(4) Guide to Preparing Product Kits gendisk(1)
All times are GMT -4. The time now is 04:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy