-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Arduino/Processing for TLU Presentation #24
Conversation
Get Slider value && Button pressed and released states
Add code + udp.jar library
Get every elements in array pre-processed
Explain the install process of the full stack
Hi @RoiArthurB thank you for your interest on the project. For now the arduino is simply sending one value to a processing script in order to control one parameter in GAMA. We are not planning to do more in term of Arduino controller for this project. As you may know we are deploying it in few days a project that has been developed for almost 3 months now so any modification need to be first discussed and then carfully tested here to be sure not to introduce any bug. We will soon froze a release btw. Can you be a bit more speciic about the change you are proposing in this pull request? Is it related to an existing issue?
Also do we want to keep you ".gitkeep" I see you commit some of this file in many of the folder. |
The modification where to have a unified repo for any presentation with this project (in my case it was for a presentation we're doing at the Thuyloi University (TLU) ). The good point was adding multiple pre-made works to setup it quickly with any hardware, etc. But if you don't want I have my fork I'll be working on and that's all. I was simply thinking that having a single repo would be a good idea. But if you want to keep your master for your presentation just close this issue. To answer your points :
PS: Mind to add a LICENCE to your repo, it's important ! |
For obvious reason of stability and avoiding last-minute change this PR cannot be merge as it is (see #31) Some answer to @RoiArthurB on his comment: The good point was adding multiple pre-made works to setup it quickly with any hardware, etc. But if you don't want I have my fork I'll be working on and that's all. I was simply thinking that having a single repo would be a good idea. But if you want to keep your master for your presentation just close this issue. To answer your points : "hardware" was not a very expressive name. Mainly because, on your repo, it only include some blueprints. So I've reordered it to have a tree more like a toolbox : hardware/ arduino - blueprints - other (that's the reason for the .gitkeep otherwise I can't commit empty folders) |
I've quickly re-organised the hardware/ folder to better include more content which can fit inside and all the code related to an Arduino support (with a README explaining step-by-step the installation process).
The GAMA model hasn't been changed too effectively for now (you can simply don't add this file if it bother you too much) and it should not break your Boston's setup :)