What do you mean "Arduino stuff"? It looks like you use the Arduino IDE to develop and flash it, but it doesn't have a 1:1 hardware interface for Arduino shields; you can probably use most of them if you manually wire pins together properly though.
I was referring to any application you make using the Arduino IDE.
The way I read it was that when you turned the unit on, it went into the emulator (menu), but then you upload your Arduino sketches via the USB cable. In their first tutorial (
https://wiki.odroid.com/odroid_go/arduino/02_hello_world), you see this:
If the procedure goes well, you can see “Hello, ODROID-GO” on your device.
To me, this means you can only run your arduino sketches at the time you upload them - which means wiring up the device to your pc.
That said, I've just looked at a different tutorial (
https://wiki.odroid.com/odroid_go/arduino/30_weather_station), and it says this
After the upload completes, ODROID-GO reboots automatically.
The screen showing each data measurement appears on the ODROID-GO, and after few seconds, the blue LED in the middle of the board turns on.
So questions to me are - will it forever run the weather station on each boot after doing that? or will it revert back to the emulator? If it reverts back to the emulator, is the weather station still accessible on the device?
I appreciate each of their text are trying to stick to the task at hand, but if I wrote a game/app for it, and uploaded via the Arduino IDE, I'd want to know if that means I have access to the emulator
and my game/app without having to take it back to a pc for re-flashing. Then what about multiple Arduino sketches? (Obviously within their space limit).
It might be entirely obvious when you have the device, and even though it's cheap, I'd get frustrated if I had to keep reflashing from a pc every time I wanted to do something different on it.
[doublepost=1529611539,1529584266][/doublepost]Oh, look what just popped up in my YouTube feed. Not watched it yet, about to...