Intel Galileo Gen 2 & IOT Workshop: Electrical Eng Student Prerequisites

  • Thread starter Thread starter cnh1995
  • Start date Start date
  • Tags Tags
    Galileo
Click For Summary
SUMMARY

The discussion centers on the prerequisites for an electrical engineering student preparing to work with the Intel Galileo Gen 2 (IGG2) for an Internet of Things (IoT) project. The student has a background in C programming and some experience with embedded C. Key recommendations include familiarizing oneself with the Arduino platform, as it utilizes C/C++ functions and is integral to IoT development. Understanding the Arduino build process and its integration with C/C++ will be crucial for success in the upcoming workshop.

PREREQUISITES
  • Familiarity with the Arduino platform and its programming environment
  • Basic understanding of C and embedded C programming
  • Knowledge of IoT concepts and applications
  • Understanding of the Arduino build process and compiler usage
NEXT STEPS
  • Explore the Arduino IDE and its features for IoT projects
  • Study the Arduino build process and how it compiles C/C++ code
  • Learn about IoT protocols and frameworks relevant to Arduino
  • Practice writing sketches in Arduino to solidify programming skills
USEFUL FOR

Electrical engineering students, IoT developers, and anyone interested in integrating hardware and software using the Intel Galileo Gen 2 and Arduino for IoT applications.

cnh1995
Homework Helper
Gold Member
Messages
3,489
Reaction score
1,163
I'm a second year electrical engineering student and I want to work on Intel Galileo Gen 2 for a project. I'm going to attend a workshop on IGG2 and IOT. What do I need to know as prerequisite? I know C programming and a little embedded C..This whole thing is really cool but I'm afraid I couldn't grasp anything since I'm not a computer science student. The workshop is a month away..I need help to decide how to proceed..Thanks in advance..
 
Technology news on Phys.org
cnh1995 said:
I'm a second year electrical engineering student and I want to work on Intel Galileo Gen 2 for a project. I'm going to attend a workshop on IGG2 and IOT. What do I need to know as prerequisite? I know C programming and a little embedded C..This whole thing is really cool but I'm afraid I couldn't grasp anything since I'm not a computer science student. The workshop is a month away..I need help to decide how to proceed..Thanks in advance..

I think you're talking about this:
http://www.arduino.cc/en/ArduinoCertified/IntelGalileo
I don't know much about Arduino. But I see this on FAQ
http://www.arduino.cc/en/Main/FAQ

"In fact, you already are; the Arduino language is merely a set of C/C++ functions that can be called from your code. Your sketch undergoes minor changes (e.g. automatic generation of function prototypes) and then is passed directly to a C/C++ compiler (avr-g++). All standard C and C++ constructs supported by avr-g++ should work in Arduino. For more details, see the page on the Arduino build process."

So my guess, it looks like you really need to look into is Arduino, which is a hardware/software system for the IOT, but your C skills should translate just fine. You may not be working in Arduino, but if its IOT you'll be looking at something like it.
 
  • Like
Likes   Reactions: cnh1995

Similar threads

Replies
6
Views
2K
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
23
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
10
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K