|
Post by Admin on Sept 14, 2015 9:12:32 GMT
|
|
|
Post by bogdancat on May 15, 2016 7:39:24 GMT
Is there any differences on code which are specifically for G3(X) ?
|
|
|
Post by mankecik on Nov 1, 2017 13:28:02 GMT
Hi Lawrence, I try to compile your midi signal to my arduino using Arduino 1.8.4 and error message 'inPin1' was not declared in this scope". What is does meant. I'm using arduino attached with SUB Host Shield.
|
|
|
Post by Admin on Nov 2, 2017 8:19:13 GMT
Is there any differences on code which are specifically for G3(X) ? There is no difference...
|
|
|
Post by Admin on Nov 2, 2017 8:20:01 GMT
Hi Lawrence, I try to compile your midi signal to my arduino using Arduino 1.8.4 and error message 'inPin1' was not declared in this scope". What is does meant. I'm using arduino attached with SUB Host Shield. You should not get this error.. this is a standard definition.... How did you get the code in the editor... ? did you copy paste it without any mistakes / ommissions ?
|
|
|
Post by mankecik on Nov 2, 2017 15:22:53 GMT
Hi Lawrence, I try to compile your midi signal to my arduino using Arduino 1.8.4 and error message 'inPin1' was not declared in this scope". What is does meant. I'm using arduino attached with SUB Host Shield. You should not get this error.. this is a standard definition.... How did you get the code in the editor... ? did you copy paste it without any mistakes / ommissions ? Which wording/part i should start copy from the Code? Now, I try to copy from "byte Preset;". Now the message "Usb' was not declared in this scope"
|
|
|
Post by Admin on Nov 3, 2017 5:50:53 GMT
You should not get this error.. this is a standard definition.... How did you get the code in the editor... ? did you copy paste it without any mistakes / ommissions ? Which wording/part i should start copy from the Code? Now, I try to copy from "byte Preset;". Now the message "Usb' was not declared in this scope" HI, Do you have any experience in Arduino ? You need to copy everything from the code...... Regards, Lawrence
|
|
|
Post by mankecik on Nov 6, 2017 6:01:28 GMT
Hi Lawrence, what's capacity of resistor do you used? Thanks.
|
|
|
Post by mankecik on Nov 7, 2017 3:50:52 GMT
Hi Lawrence, I try to compile your code, but the there some error "usb was not declared in this scope" any idea how to solve? Thanks.
|
|
|
Post by Admin on Nov 7, 2017 6:55:11 GMT
Hi Lawrence, what's capacity of resistor do you used? Thanks. 10K for the switches and 220 - 1 K for LED
|
|
|
Post by Admin on Nov 7, 2017 6:56:20 GMT
Hi Lawrence, I try to compile your code, but the there some error "usb was not declared in this scope" any idea how to solve? Thanks. would it be possible to record what you are doing... i need more information to troubleshoot.
|
|
|
Post by mankecik on Nov 8, 2017 12:29:09 GMT
Hi Lawrence, This thing make me headache. Now the is "error change to exit status 1 Error compiling for board Arduino/Genuino Uno. I try to uninstall and reinstall Arduino IDE but it's same error appear. 5 times i do the same thing and the result is the same. I have no idea.
|
|
|
Post by mankecik on Nov 10, 2017 0:30:54 GMT
Hi Lawrence, I fix it. I add the libraries "https://github.com/felis/USB_Host_Shield_2.0" and github.com/bhagman/SoftPWM". Disbale my Avast. And compile. Done. Now I go to my wiring. Thanks.
|
|