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

  • Thread starter Thread starter cnh1995
  • Start date Start date
  • Tags Tags
    Galileo
AI Thread Summary
To prepare for the Intel Galileo Gen 2 project and the upcoming workshop on IGG2 and IoT, a solid understanding of Arduino is essential. The Arduino platform utilizes a language based on C/C++, which aligns well with existing C programming skills. Familiarity with Arduino's hardware and software systems will be beneficial, as they are commonly used in IoT applications. The workshop will likely cover concepts that integrate these technologies, so reviewing Arduino resources and FAQs will help bridge any gaps in knowledge. Emphasizing practical applications and hands-on experience with Arduino can enhance understanding and confidence in the project.
cnh1995
Homework Helper
Gold Member
Messages
3,486
Reaction score
1,165
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 cnh1995
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top