NEW 6 years ago
Are you using the CLASSIC or the META?
For the CLASSIC you have to select the arduino uno, for the META you have to use the custom board definition as described in this tutorial
NEW 6 years ago
I am trying to use ATOM I installed Platform.io plugin and also Gamebuio Meta Library but what do I choose when I am going ot setup my project?
I cannot find any gamebuino option
thanks a lot
Sorunome
6 years ago
Does the gamebuino meta board show up in the arduino IDE?
While I am not familiar with platform.io, the goal is to get the IDE to compile with our board definition. If it doesn't show up in a gui, the text ID thing is gamebuino:samd:gamebuino_meta_native
. If the gamebuino meta board doesn't show up at all it might be a bug within platform.io that it doesn't parse custom board definitions, and it might be report-worthy.
That being said, I also use atom for development, I, however, use a self-developed package arduino-upload.
NEW 6 years ago
Does the gamebuino meta board show up in the arduino IDE?
While I am not familiar with platform.io, the goal is to get the IDE to compile with our board definition. If it doesn't show up in a gui, the text ID thing is gamebuino:samd:gamebuino_meta_native
. If the gamebuino meta board doesn't show up at all it might be a bug within platform.io that it doesn't parse custom board definitions, and it might be report-worthy.
That being said, I also use atom for development, I, however, use a self-developed package arduino-upload.
tt5055335
6 years ago
Yes it does.I managed to Setup Arduino IDE like the tutorials says.
I installed your Package and it showed error about Arduino PATH so I entered in its settings my arduino path = /home/Username/arduino-1.8.4 .
I opened an Arduino file Test.ino with this code
#include <Gamebuino-Meta.h>
void setup() {
gb.begin();
}
void loop() {
while(!gb.update());
gb.display.clear();
gb.display.clear
// This is where most of the program takes place
gb.display.print("hello, world");
}
but another error shows
Uncaught Error: spawn EACCES
internal/child_process.js:319
Show Stack Trace
The error was thrown from the arduino-upload package. This issue has already been reported.
I use Ubuntu 16.04 and ARDUINO 1.8.4
Thanks a lot
NEW 6 years ago
Yes it does.I managed to Setup Arduino IDE like the tutorials says.
I installed your Package and it showed error about Arduino PATH so I entered in its settings my arduino path = /home/Username/arduino-1.8.4 .
I opened an Arduino file Test.ino with this code
#include <Gamebuino-Meta.h>
void setup() {
gb.begin();
}
void loop() {
while(!gb.update());
gb.display.clear();
gb.display.clear
// This is where most of the program takes place
gb.display.print("hello, world");
}
but another error shows
Uncaught Error: spawn EACCES
internal/child_process.js:319
Show Stack Trace
The error was thrown from the arduino-upload package. This issue has already been reported.
I use Ubuntu 16.04 and ARDUINO 1.8.4
Thanks a lot
NEW 6 years ago
Bonjour,
J'ai eu le même problème que plusieurs autres, à savoir dans l'IDE je n'avais pas "(Arduino/Genuino Zero (Native USB Port))" dans la liste des ports alors que j'avais suivi toutes les étapes (je suis sous windows 7 avec la gamebuino meta, et j'ai choisi la méthode portable et rapide).
En fait il fallait juste installer le driver de la gamebuino.
Pour plus de détails : dans l'écran windows "Gestionnaires de périphériques", sous "Ports (COM et LPT)", on trouve une ligne pour "Arduino Zero". En cliquant dessus on peut installer le driver manquant, qui est déjà sur la machine dans le répertoire "drivers" au même niveau que arduino.exe (cochez que la recherche se fasse dans les sous-répertoires).
En espérant que ça serve à quelqu'un :)
NEW 6 years ago
J'ai le même problème sauf que je n'ai pas réussi j'ai ce message d'erreur
Set binary mode
Une erreur est survenue lors du transfert du croquis
jicehel
6 years ago
Tu as bien installé les drivers de la carte ? Tu as bien dans le menu: "Outils/Types de carte/Gamebuino META" ?
Sinon dans le "Gestionnaires de périphériques" de Windows, sous "Ports (COM et LPT)", tu as quoi ? Tu vois la Arduino sur un port ?
PS: Tu as mis la carte SD dans la META. C'est une question bête mais parfois, on peut oublier des trucs dans l’excitation du moment ;)
NEW 6 years ago
Tu as bien installé les drivers de la carte ? Tu as bien dans le menu: "Outils/Types de carte/Gamebuino META" ?
Sinon dans le "Gestionnaires de périphériques" de Windows, sous "Ports (COM et LPT)", tu as quoi ? Tu vois la Arduino sur un port ?
PS: Tu as mis la carte SD dans la META. C'est une question bête mais parfois, on peut oublier des trucs dans l’excitation du moment ;)
NEW 6 years ago
j'ai la sd qui est dedans et tout mais par contre quand je la branche (la gamebuino ou la sd avec sa truc usb) elle n'est pas visible à coté de mes disques dur x(
NEW 6 years ago
Oui bon et ben ne cherche pas s'il ne voit pas ta carte SD quand tu l'as met dans la clé USB qui va avec ça explique tout: tu as un problème avec ta carte SD... Tu en as une autre ? Si oui, formate là et utilise ce tuto: https://gamebuino.com/creations/update-and-install-gamebuino-meta-games. Essayes avec cette carte. A mon avis ça marchera mieux.
NEW 6 years ago
Message d'erreur lors de l'extraction de la version portable.
Extraction de "arduinoPortable1.8.5-linux64bit.zip" dans le dossier courant
Conf : ubuntu 14.10 Arduino déjà installé en V1.6.1 + Arduino Create Agent.
Je suis passé par téléchargement et installa tion de la 1.8.7 + Carte + lib.
J'ai réussi mon premier Hello World :-)
C'est COOL
NEW 6 years ago
Hiho, thanks for the tutorial. I am rather new to developing arduino programs. During my second game I came to the point that the standard arduino IDE became more and more tiresome to use, since it is easy to get lost in the hundreds or even thousands line of code and the numerous functions (and I am still talking about a Gamebuino Classic game and not a 256kb monster for the META). I have searched around a bit and I seem to find only programs which cost money or IDEs which are incompatible to the Arduino Zero chip and/or are barely better than the original IDE.
Therefore I wanted to ask if you could add another academy article about the tools you use for META development (not only the IDE, but other fancy things like piskel for images and sprites and so on, what sound tools you use, ...). I think that might help noobs like me to not get stuck early on ;)
Aurélien Rodot
6 years ago
This tutorial tells you how to install it on vscode or atmel studio with the extension visualmicro :)
https://gamebuino.com/creations/install-arduino-on-vscode
https://www.visualmicro.com/
NEW 6 years ago
This tutorial tells you how to install it on vscode or atmel studio with the extension visualmicro :)
https://gamebuino.com/creations/install-arduino-on-vscode
https://www.visualmicro.com/