Hello Community,
I purchased the book Make: Getting Started with Arduino, 3rd Edition at the end of 2020 and for several reasons I've been delaying the completion of this learning journey. Although, I think this book could be better if they add more explaining to concepts and not rushing to practice, even when I know the theory behind that is that one learns better by doing than theorizing, it would really help to have a better understanding of the topics.
So I am in chapter 7/ Talking to the Cloud and specifically the project of the Network Lamp, I downloaded the Processing software to create a proxy, set up the circuit in the breadboard exactly how the book indicates. I type the processing code for Processing and Arduino IDE. For the Arduino IDE had no problem but with processing I had some difficulties with the coding and kept giving me an error "the type Serial is ambiguous" in the line "Serial port;" that I typed from the book. I searched online and explains that Serial is ambiguous because your sketch has imported two different classes named Serial, so Processing doesn’t know which one port should use. AI suggested typing processing.serial.Serial port; and it worked.
The problem is that when I launch the codes nothing really happens with the LED lights. I got in my computer screen
I purchased the new edition believing that a recent edition could have solved this issue. but it has the same sketch, there goes my $20
Please if anybody could help me complete this exercise so I can learn from it and continue with the last project in the book. My goal is to master the coding part, specially for Arduino IDE and be able to create projects in my own and not be just be copying.
thanks from hot south Texas.
