Closed ryancoe closed 4 years ago
@delaneyheileman Do you know if there are any external dependencies besides the IDEs? I know all the basic arduino and processing libraries are included in the repo.
I have added a requirement section to the README that shows what IDE and dependencies are required however, I have encountered some problems.
I don't know why it wasn't working if it was something I was doing it or this computer. Either way, I cant directly copy the libraries from SIWEED over to my instance of Arduino/processing IDE. I had to search through the library manager and manually add all of them individually.
Another problem that I encountered is I was unable to figure out how to run the GUI without being connected to an Arduino.
@SeanPluemer for arduino and Processing, you need to change the sketchbook location to the siweed related directories. In both IDEs this is done by clicking file>preferences, and selecting the arduino or processing folder that is in the siweed repository.
I will look into the ArrayIndexOutofBoundsException.
@SeanPluemer Are you sure you're using the develop branch? master does not have the most recent updates.
@nickross4444 I did change the sketchbook location to their siweed related directories with still no luck. What appears to have worked was actually installing the Arduino IDE. I was running the "zip file for non-admin install" with no luck, but now that I have installed it, I appear to be getting further. I am able to GUI working now, but the scale is off and I am getting some missing font errors. See the pictures below.
This screenshot is my entire desktop, as you can see I cant see the top nor move the window.
@SeanPluemer Glad to see it's working. The font issues are normal, but I'm sure we can find some way to fix that. We can talk to @delaneyheileman about the sizing.
@SeanPluemer @nickross4444 I can fix the font issue this week. It should be an easy fix. Did it once before quar but those changes never got pushed.
@SeanPluemer - Here's an example of a very nice README.md
for a software/hardware project https://github.com/pachterlab/poseidon
@SeanPluemer, after following up on the questions from Monday's meeting with @ryancoe, the following conclusions were made:
@SeanPluemer - Your updates look great in general. Thanks very much for using examples to inform your work on the README
! Please make the changes suggested by @DeepFriedDerp.
I believe the readme revamp is good for now and this issue can be closed. I will continue to update it as time goes on, but the specific details listed in this issue have been updated (Getting started, dependencies, and GUI).
@nickross4444 - Can you please add section(s) to the README that explain how to get started and list necessary dependencies that are not included with the repo? I particular, this should help someone like me, who hasn't run the GUI in a while, get everything connected and running.