Giter Site home page Giter Site logo

Comments (32)

sstaub avatar sstaub commented on August 28, 2024 1

I tested following boards with ETCnomad on WIN10 (Apple MacBook with Parallels and Bootcamp)

  • Arduino UNO original OK
  • Arduino Nano Clone with FTDI OK
  • Arduino Nano Clone with CH340G OK
  • Arduino Micro Clone (native USB) OK
    I will test some other boards next time and report the results.

from lighthack.

jpgagnon73 avatar jpgagnon73 commented on August 28, 2024 1

I can confirm the Arduino Nano works on Nomad if you install the specific driver for for it on the console. This will work for my scenarios very well.

from lighthack.

samkearney avatar samkearney commented on August 28, 2024

Thank you so much for doing this testing. To add the additional context from your facebook comment, these are results from testing on an Ion Win7 console, right?

I found out that we are only installing a subset of the Arduino driver pack onto our consoles with the new Eos versions. This is probably the reason for your "Does not see USB Device" results. I am going to see what we can do about this in the future.

from lighthack.

Druuka avatar Druuka commented on August 28, 2024

Yes this was with a Windows 7 based Ion console for testing. I agree. It would be great if they could include at least a couple others. Something small like the Nano or Mini/pro mini or micro. The Teensy line are also very popular because they are fast and very versatile. Some of the more obscure (101, M0, Due) are nice units but not part of the core arduino that people own. Most of the Generic/non arduino brand units use the FTDI232 chipset which is its own set of drivers.

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

Many Arduino clones and ESP32 boards uses the CH340g USB chip, drivers can found on http://sparks.gogo.co.nz/ch340.html. The last updates of the OSC library was done a year ago and only teensy boards were updated. The newer arduino boards with atmel samd21 (e.g. Arduino Zero) are not supported yet.

from lighthack.

Druuka avatar Druuka commented on August 28, 2024

sstaub,
Did you install drivers for those on the computer? If so they may not work with a console. I think we need to get a list of what works with the default drivers provided with the console.

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

Yes, I installed the driver for my macOS (I use PlatformIO for coding on my MacBook) and WIN10
for use with ETCnomad.
I don't know if the drivers work on the console, but if you look on ebay or aliexpress you find many boards who use the cheaper CH340G USB chip instead of the FTDI chip. So maybe etc will install also this driver on the consoles.

from lighthack.

Druuka avatar Druuka commented on August 28, 2024

I'm trying to come up with a list of what does and doesn't work with the default drivers so ETC can decide what additional drivers they want to install on the consoles. For Nomad users they can install whatever drivers they want. :)

from lighthack.

jpgagnon73 avatar jpgagnon73 commented on August 28, 2024

So, I just tried testing mine on an Element XP console and it does not work. such a bummer. But at least it works with Nomad.

from lighthack.

kcrayn avatar kcrayn commented on August 28, 2024

I'm trying to get a Genuino Micro working with Nomad under Win10 but not having any luck. It works perfectly using an UNO. Do I need to change anything in the code (I'm specifically trying to get the usb_test to work)

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

Working with an micro clone without problems. Have WIN10 recognized your micro?. Will see it by nomad (open tab 99 or setup/diagnostics for analyzing).
Have also a look to the new #lighthack forum.
https://community.etcconnect.com/etclabs/f/lighthack

from lighthack.

kcrayn avatar kcrayn commented on August 28, 2024

I didn't realize there was a #lighthack forum, I've made a post over there with more details.
Thank you

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

I am trying to use a SparkFun "RedBoard" that I got for free with a class I took, but when running the test sketch I can get Nomad to recognize the USB but it won't receive the OSC message. I tried plugging it into our Element (win7) but it would not even recognize the usb device. The redboard has an ATMega328p and FTDI1533. I thought it would work fine since it is supposed to be very similar to the UNO. This might be the wrong thread to post this but I thought it was a hardware issue related to the main topic. Let me know if anyone has any ideas.

from lighthack.

Druuka avatar Druuka commented on August 28, 2024

TfairleyHO, If you look at my post above I couldn't get any of the atmega328 based boards to be recognized by the console. The console identifies boards based on how the USB/Serial connection is created Some of the devices show up as a usbserial rather than serial and these seem to be the units that the console is not attempting negotiations with.

from lighthack.

samkearney avatar samkearney commented on August 28, 2024

@TfairleyHO, @Druuka is correct about the console, I would expect your Nomad setup to work, though. Where is it failing? What do you see in the Eos diagnostics log?

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

I get the "EtcUsbDiscovery usb device connected" message a few times like plugging in a keyboard, and then nothing. No handshake or ping. When I run the serial monitor on the IDE the strings are coming through fine.

I am using the offline version if that makes a difference, and osc incoming is on. Could this be an issue with the driver? The driver installation guide from Sparkfun seems outdated. I am using the FTDI driver that comes with the IDE. Hope this narrows it down.

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

Maybe it is the driver, maybe it is a problem with the VID/PID of the the board.

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

So I managed to change the PID/VID using the FT-Prog tool from FTDI. I changed it to match the PID/VID for the Uno but I still needed to change the PID/VID in the FTDI driver and force it to use that driver since it wouldn't work with the UNO driver. The main difference seems to be that the Uno uses the FT232RL FTDI chip but the RedBoard uses the FT231XS Chip.

I can successfully upload the Handshake test, and now Nomad seems to recognize it as an OSC device since it puts out a lot of OSC strings. Now however it is giving me the following error multiple times: "Read Failed with result 17, error 0x1". Then it ends with EOS attempting the Handshake but receives nothing in return. I feel like I am closing in on a solution but still need some help. There is a field in the FT-Prog tool to change the Manufacturer from it's default (FTDI) in the EEPROM. Maybe I need to change that. Not sure what is causing EOS to fail out but it must have something to do with the different FTDI chips.

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

Have you changed the PID/VID also in the boards.txt of the Arduino IDE?
I have had also problems with FTDI chips and their clones, sometimes they work sometimes not.
Maybe the driver will be overridden when you install the console software.
Best way seems to use chips with native usb, like Arduino Mikro etc. because
they work without any external driver on newer systems.

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

The PID/VID on the EEPROM and the Driver now match the PID/VID in boards.txt so the IDE now recognizes it as an UNO. I don't really see how changing boards.txt would affect how EOS interacts with it anyways. I wonder if I need to modify the UNO driver to work with this chip, or vice versa edit the FTDI driver so that it acts like an UNO. Has anyone had experience with boards using the FT231XS?

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

What driver do you use for your nano-clone, and what PID/VID doe the Nano use? I am especially interested in the Clone using FTDI. If I switch the PID/VID to the UNO I can get EOS to recognize it as an OSC device but it doesn't seem to be able to communicate over USB with it. I have a few other things that I am going to try and I will let you know what happens.

from lighthack.

TfairleyHO avatar TfairleyHO commented on August 28, 2024

Anyone know if there is a specific list of PID/VIDs that Eos will listen too?

from lighthack.

benjaminauer avatar benjaminauer commented on August 28, 2024

Cant get this working with Arduino Leonardo.
No handshake. Eos 3.1.3
EosDiagnostics 2022-09-16 00-22-15 Screen 2

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

@benjaminauer I think Leonardo will not work on Windows. Only Arduino UNO and MEGA is supported official.

from lighthack.

benjaminauer avatar benjaminauer commented on August 28, 2024

@sstaub you are right. UNO works just fine.
do you know if a request for more support was every brought to etc?
and you know that Leonardo / atmega32u4 works on mac systems?

the library supports the chip, is it an eos issue?

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

I can remember that 32u4 boards works on macos.
There was an EOS feature request for supporting Teensy and Raspberry Pi Pico boards. On macos I prefer Raspberry Pi Pico boards using https://github.com/earlephilhower/arduino-pico
with the master branch of the OSC library which supports the board.

from lighthack.

benjaminauer avatar benjaminauer commented on August 28, 2024

Thanks for the hint.
I am looking for the smallest formfactor, thats why i tried the atmega32u4 based dfrobot beetle.
will possibly try the beetle RP2040.
my teensy did not work with NOMAD windows 10 but not GIO windows 7. ever had succes with a pico board and GIO windows7?

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

On consoles only Arduino UNO and MEGA definitely works. Maybe other boards works on consoles which works with Windows 10 like Apex and newer Element 2, but this is not tested. Maybe I work on the new Apex consoles in November were I will try.

from lighthack.

jamiejcole avatar jamiejcole commented on August 28, 2024

Any update on this? I have a win7 element 2 console and my arduino uno clone is not being recognised at all in diagnostics page. It's using the CH340 chipset, really struggling to get this to work. Is there any way i can install the drivers onto the console?

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

@jamiecole No! Use an Original Arduino UNO or MEGA.

from lighthack.

jamiejcole avatar jamiejcole commented on August 28, 2024

Any update on this? I have a win7 element 2 console and my arduino uno clone is not being recognised at all in diagnostics page. It's using the CH340 chipset, really struggling to get this to work. Is there any way i can install the drivers onto the console?

Update on this, was able to install the correct drivers by:

  • loading into the console ECU,
  • spamming shift to open the sticky keys menu
  • clicking the hyperlink on the prompt to open control panel
  • open device manager from control panel
  • find the COM port for the Arduino
  • insert usb with extracted .zip folder for windows 7 CH340 drivers, downloaded from this page
  • click update drivers
  • select update from local file
  • find extracted driver folder on USB
  • install drivers
  • exit out of all windows and launch EOS primary
  • COM4 port is now recognised and can talk to Arduino via OSC over USB

from lighthack.

sstaub avatar sstaub commented on August 28, 2024

@jamiejcole Yes, you can install drivers on your console, but it is possible that you will loose your warranty.

from lighthack.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.