Skip to content
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

pingo.detect.MyBoard() doesn't detect Arduino with Firmata with x86 Operating Systems #72

Open
rimolive opened this issue Feb 16, 2015 · 4 comments

Comments

@rimolive
Copy link
Contributor

I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.

@ramalho
Copy link
Contributor

ramalho commented Feb 17, 2015

On Mon, Feb 16, 2015 at 8:40 PM, Ricardo Martinelli de Oliveira
[email protected] wrote:

I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.

During the Campus Party I helped a person with this issue and it
turned out that Pingo is capable of detecting Arduino on Windows,
but for some reason the installation of PyFirmata using pip did not
bring the PySerial dependency, and the error reporting was wrong.

Try to manually install pyserial with Pip, then PyFirmata, and try the
detection again. Also, please report if you are trying to detect the
Arduino using detect.MyBoard or arduino.get_arduino.

Thanks!

Luciano Ramalho
Twitter: @ramalhoorg

Professor em: http://python.pro.br
Twitter: @pythonprobr

@rimolive
Copy link
Contributor Author

I'm using detect.MyBoard() and from I could see in the code the assumption is that the OS running must be 'x86_64' before detect Arduino. See https://github.com/garoa/pingo/blob/master/pingo/detect/detect.py#L50

@Vido
Copy link
Contributor

Vido commented Feb 18, 2015

@ramalho , This issue is related with processor architecture, and not with operating system.
@rimolive , Thanks for finding the bug. I guess it's a easy bug to fix, can you make a pull request?

@Vido Vido added the bug label Feb 18, 2015
@Vido
Copy link
Contributor

Vido commented Feb 18, 2015

Related #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants