Inspiring Innovation

Inspiring Innovation

Thinklab Philippines

ThinkLab has served over a thousand students, hobbyists and professionals in the past 5 years. We are trusted by more than 50 Schools, Companies and Government Agencies and We’ve visited at least 20 different locations throughout Metro Manila, Cavite, Laguna, Batangas, Nueva Ecija, Cebu, and Davao.

We are committed to share knowledge and educational resources and help create a network of shared minds and collaborative thrusts for the advancement of academic and industrial pursuits in ELECTRICAL and ELECTRONICS ENGINEERING

Picture2

ThinkLab Awesome Duo Goes to Mapua for Robotics Seminar

ThinkLab Awesome Duo Goes to Mapua for Robotics Seminar

June 2, 2014 – Monday

Mapua Institute of Technology – Intramuros, Manila

ThinkLab AWESOME Duo, Engr. Mark Jayson de Jesus and Peter Mark Dela Cruz went to Mapua for an AWESOME seminar. The event was hosted by the Junior Philippine Computer Society – Mapua headed by Ms. Carissa Eustaquio.

The seminar entitled Robotics and the DIY (Do-It-Yourself) Community helped the Mapuans to think on what they can do as Computer Engineers that can help our community. Arduino and the DIY Community makes it possible for Computer Engineers and even non-engineers to be creative and invent or innovate products especially in the field of Robotics that will be useful in our daily lives.

Engr. Mark Jayson de Jesus, ECE, REB as a resource speaker for the Robotics Seminar

Engineer de Jesus together with the Mapuans at the ThinkLab Robotics Seminar

More pictures of the seminar here >> Facebook pictures

And to cap off this wonderful seminar experience, the Mapuans did the AWESOMEST wave they ever had! ENJOY! 🙂


***********

For our Mapuan friends please answer our feedback form found HERE so we can improve on our services.

Thank you and see you on our next events!

***********
Looking for an AWESOME seminar, training or workshop in electronics, electrical and computer engineering?

Contact ThinkLab today!
Email: secretariat@thinklab.ph
Mobile: 0916.686.0420

Facebook Profile: www.facebook.com/thinklab.secretariat
Facebook Page: www.facebook.com/thinklab.ph
***********
Are you having a hard time working on your Research Project?
Do you need someone who has expertise to help you with your project?

Worry no more! Visit us at THINKCAFE now!

FREE CONSULTATION on your first visit

Click here for more details – https://thinklabph.wordpress.com/thinkcafe/

 

Tagisang Robotics 2014 Technical Training and Workshop

Tagisang Robotics 2014 Technical Training and Workshop

Good day TRC 2014 Training Workshop Participants!

Wooooo! Are you excited in this year’s workshop? We are! We have arranged a new team for you and we are ready to give you THE BEST training and workshop for Tagisang Robotics!

ThinkLab TRC 2014 Technical Training and Workshop Facilitators

Here are some details that you need to know (or you already know of).

Workshop Dates: May 26 – 30, 2014 (Monday to Friday)
Venue: UP NISMED Auditorium (see map below)

THINGS TO BRING:

  1. 1x (or more) Gizduino and USB connector
  2. 1x (or more) Bluetooth shield
  3. Hybrid Motor Drivers 
  4. 1x Vehicle Board
  5. 1x Pilot Board and Controller
  6. 1x Mobot unit (with motors and 12V batteries)
  7. 1x 12V battery charger
  8. 1x Digital Multimeter

All these will be used during our workshop. Please bring these items per team so you would not be left behind during our exercises.

Thank you and have a nice day!

***************************************************************

BONUS! Here’s a video recap of last year’s Tagisang Robotics Technical Training and Workshop with Thinklab peeps! Enjoy! 🙂

 ***************************************************************

For more details visit www.facebook.com/thinklab.ph for more details! 🙂

Add us up in Facebook! >> www.facebook.com/thinklab.secretariat

For trainings and workshops in electronics and computer engineering and project consultations contact ThinkLab thru:

Email: secretariat@thinklab.ph
Website: http://www.thinklab.ph
Blog: thinklabph.wordpress.com

Mobile: 0916.696.0420
Landline: 865-1531

 

The gizDuino Fundamentals: Getting Started (Windows and Mac)

The gizDuino Fundamentals: Getting Started (Windows and Mac)

Greetings fellow Thinkers!

Engineer Nico here, at your service. Resident Thinker and go-to guy. If you’ve attended any of our workshops, I might have assisted you or taught you a thing or two about the very awesome Arduino microcontroller system and how to use its twice as cool “cousin”, the gizDuino.

I’ll be a regular contributor here on the ThinkLab.PH blog. I’ll be sharing tips and tricks on using your gizDuino, as well as technical guides for popular projects and electronics stuff I get to tinker and play with. I’d love to know the current obstacles you are facing in your projects, and the specific topics you have in mind that you’d want us to feature. Head on over to our Feedback page and Say Hi! Feel free to pour your heart, and thoughts, out!

====================

Picture1As for my first post, I’ll be starting a series that caters to our budding Thinkers. The gizDuino Fundamentals will cover the basics of using and handling the gizDuino, as well as the tried-and-tested techniques employed in designing microcontroller-based systems. For the total novice, the gizDuino is a locally available Arduino clone. They are electronics prototyping platforms based on flexible, easy-to-use hardware and software. They have the ability to control interactive objects and environments, and has limitless potential to do so.

If you have attended our workshops, you most probably received your very own gizDuino. Drop us a message if you are interested to own one, or a few, because I’m very sure you’ll get hooked once you get to play with it. If you’re near the Taft – La Salle area, you can visit e-Gizmo Mechatronix Central instead – the birthplace of gizDuino and all of its awesome peripherals.

So you might be wondering, “A clone? I want the real thing!” Do not fret young padawan, they are one and the same, with a few minimal changes here and there. This series aims to point out and clear up these slight differences, providing a definitive user’s guide exclusively for our homegrown gizDuino.

This episode deals with starting up your gizDuino hardware with the Arduino IDE – the platform’s programming utility. It runs on Windows, Mac OS X, and Linux, although I haven’t experienced it first-hand on a Linux machine. For all operating systems, it only takes four simple steps to enable your computer to run your gizDuino.

  1. Download and install the latest version of the Arduino IDE
  2. Download and install the compatible USB driver for your computer
  3. Download the gizDuino patch and apply to the IDE
  4. Launch the IDE, plug in via the USB cable, and program away!

We’ll run them down step-by-step, taking note the subtle differences between Windows and Macintosh machines.

STEP 1: Download and install the latest version of the Arduino IDE

The Arduino IDE is free to use and can be downloaded here. Pick the latest, stable release. As of this writing, the latest version of the IDE is 1.6.12. Also, make sure to choose the right package for your machine.

For Windows users, two packages are available. A binary (*.exe) one and a compressed archive (*.zip). I personally suggest the latter, as you can easily modify your IDE and share this modified version with others or between different computers by re-compressing it back. Install/Extract as needed.

For Mac users, choose the lone option. Double-clicking the file installs and executes the IDE on your system. If the IDE is open at this stage, close it first.

STEP 2: Download and install the USB driver

One of the differences between Arduino and gizDuino is the USB interface chip. Arduino uses FTDI, its corresponding drivers made available inside the IDE package. For gizDuino, PL-2303 is employed instead. Don’t worry though, the drivers for this chip is made available for us on the web.

For Windows users, download your PL-2303 driver here. Note that the chip series is not fully supported by Windows 8 systems. The IDE will still run and you can use it normally, however you might experience erratic and inconsistent behavior. If this occurs, a solution for this is to ask e-Gizmo if they can replace the current chip to a PL-2303HXD (revision D).

For Mac users, download your PL-2303 driver here. This package is for OS X 10.6 and above only. For older OS X versions, or if the package fails to install, download the one here instead.

STEP 3: Download the gizDuino patch and apply to the IDE

For convenience, all the other particulars needed by the IDE to interface with the gizDuino has been collected and sorted out by e-Gizmo and is packaged into a single *.zip file. Download it here as a *.zip file by clicking on File > Download or the keyboard shortcut Ctrl+S. It will contain a single folder named gizduino-

For Windows users, extract and paste the gizduino- folder inside the hardware folder found in the IDE directory. The exact path is …\yourPCdirectory\arduino-1.6.12\hardware\. Refer to the picture below for a visual sample.

Untitled

For Mac users, extract and paste the gizduino- folder inside the hardware folder also found in the IDE directory. The path however is different. Look for Arduino.app in your system, usually on the desktop or in your Applications folder. Right-click on it and select ‘Show Package Contents’. This enables you to explore the IDE directories.

Arduino_forum_145765b

The exact path is Contents > Resources > Java > hardware. The contents of the folder after pasting the patch will be the same as the one in Windows.

STEP 4: Launch the IDE, plug in via the USB cable, and program away!

But before we can do so, we need to pick the correct board type and Serial Port. On the IDE toolbar, click on Tools > Board. The different gizDuino boards should be listed there. Choose the appropriate one for your board. This process is the same for both operating systems, choosing the correct Serial Port however is different.

Picture1q

For Windows users, corresponding port numbers are assigned for each of your USB ports, and many of them might show up in Tools > Serial Port. Open the Device Manager to view which port is assigned to the gizDuino. You can access the Device Manager by right-clicking on My Computer > Properties > Device Manager.

Untitled

For Mac users, simply pick /dev/tty.usbserial in Tools > Serial Port. Note that most of the time, a Network Preferences window will show up during programming. You can simply ignore this by closing the window, or confirm (Add) so it will not bother you again.

gizduino-serial

All of these steps have been tested extensively with Windows 7 and OS X 10.8 running an Arduino IDE 1.6.12. It has also been tested on Windows 7 using IDE 1.6.12. Give us a shout out in the comments section below if you’re encountering problems when following our procedures. See you in the next episode!