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

Firmware Code issue #2

Open
Z9CK opened this issue Jan 4, 2025 · 6 comments
Open

Firmware Code issue #2

Z9CK opened this issue Jan 4, 2025 · 6 comments

Comments

@Z9CK
Copy link

Z9CK commented Jan 4, 2025

I have an Arduino Uno R3 board, and I have uploaded the firmware for the Arduino Uno R3 from the github. When I try to visualize on the website, I can't see the waveform. But the device is connected. A pop-up is showing up
image
and when i try to send command using serial monitor, i get the following error as "UNKNOWN COMMAND."
image

@lorforlinux
Copy link
Member

lorforlinux commented Jan 4, 2025 via email

@Z9CK
Copy link
Author

Z9CK commented Jan 4, 2025

yes, i have uplaoded the code of arduino clone and when i send the command as "WHORU", I get the value as clone, but when i send the command "START" i get random unreadle values. and even in the chords web, i dont get the graph

@lorforlinux
Copy link
Member

lorforlinux commented Jan 4, 2025 via email

@Faariq-Siddiqui
Copy link

Please share photo of your board, I think we know what's the issue. We also have a UNO clone board which only works at 115200 but it's VID PID matches real arduino thus it causes issues with Chords.

On Sat, 4 Jan, 2025, 11:34 Z9CK, @.> wrote: yes, i have uplaoded the code of arduino clone and when i send the command as "WHORU", I get the value as clone, but when i send the command "START" i get random unreadle values. and even in the chords web, i dont get the graph — Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYWVMV6RZPEGWLTWGSGYLT2I52YHAVCNFSM6AAAAABUSYI5UKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZQGE4TSNRUGE . You are receiving this because you commented.Message ID: @.>

1736002247875
1736002247880
1736002247869
1736002166180

This is the Arduino we are using. Please help

@lorforlinux
Copy link
Member

@Z9CK @Faariq-Siddiqui The board you are using has a USB-UART issue and can only be used with Chords-Python.

  1. Upload UNO-CLONE Arduino firmware to your Arduino clone board.
  2. Use chords python with the command python chords.py -b 115200 --lsl
  3. Use brain vision LSL to view your LSL stream data.

Note: Install all the dependencies for chords in Python before you start using the scripts.

@manobendro
Copy link

I have an Arduino Uno R3 board, and I have uploaded the firmware for the Arduino Uno R3 from the github. When I try to visualize on the website, I can't see the waveform. But the device is connected. A pop-up is showing up image and when i try to send command using serial monitor, i get the following error as "UNKNOWN COMMAND." image

  • Maybe the baud rate for the USB-to-UART chip on your Arduino board is very high.

  • The status message shows a baud rate of 230400.
    Image

  • The second issue might be caused by attempting to access the same COM port simultaneously through different sources, such as chords or the Arduino Serial Monitor. (A COM port can only be accessed by one source at a time.)

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

No branches or pull requests

4 participants