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

Connection from Webflasher, not always. #66

Open
jpnielsen opened this issue Feb 8, 2024 · 45 comments
Open

Connection from Webflasher, not always. #66

jpnielsen opened this issue Feb 8, 2024 · 45 comments

Comments

@jpnielsen
Copy link

Case image 1:
image
image

Connection to teensy seems OK

case image 2:
my audio interface is turned on, and the webmidi tester is reloaded:
image

refreshing Webflasher page doesn't show the options&engines page:
image

@jpnielsen
Copy link
Author

jpnielsen commented Feb 8, 2024

I think i got it working,

After running reinstalling my Presonus Studio 192 driver and doing "sfc /scannow" in windows 11, the mebmidi tool writes this:

image

Now, "Squares&Circles" has the same number for input(0) and output port (0).

and I can use the Webflasher tool - also with my USB audio interface connected.

Webmidi tester: https://studiocode.dev/webmidi-tester/

@jpnielsen
Copy link
Author

after a power reset of the eurorack modules, I'm back to the same as before.

No webflasher options/engines.

Webmidi tester shows different in/out numbering.

image

Thank you.

@jpnielsen
Copy link
Author

Just noting that other devices have different names for IN and OUT.

image

@eh2k
Copy link
Owner

eh2k commented Feb 9, 2024

@jpnielsen,

thank you for the detailed report.
I suspect there is some issue in my javascript code. I've gone through some cases and added a few error handlings.

As you can see in your first posting, the second screenshot does not show "no midi device detected". This means that "Squares&Circles" was found in the WebMidi devices. I suspect it could be a timeout in further communication. Could you please open the Developer Console in the browser (press F12) and see if red error messages are displayed there?

image

@jpnielsen
Copy link
Author

Yes, a timeout, when the Presonus Studio 192 is online.

image

Power off the Presonus Studio 192, and webflasher is OK:
image

@Pepebotika1980
Copy link

Is it possible to download the firmware .hex file? I can't get webflasher to work for me. I have tried different computers, cables, USB connections and I always get the same error: ReferenceError: delay is not defined- please try again. On the other hand, if I load the phazerville firmware with teensy.exe I have no problems. thank you.

@eh2k
Copy link
Owner

eh2k commented Feb 10, 2024

@jpnielsen - I have just updated WebMidi.js from 1.3.5 to 1.3.8 - maybe this will solve the issue.

I think I will introduce a MessagePopup in the firmware with the next update, so that you can safely track and verify whether the commands from the PC arrive at the Teensy, or the response is lost for some reason.

@Pepebotika1980 - Possible this information will help you in some way #43 (comment)

Otherwise, it would help me if you could provide more details, such as which browser and operating system you are using. Screenshots of the error message would also help.

@jpnielsen
Copy link
Author

jpnielsen commented Feb 10, 2024

Unfotuunately, I see no change. I can still only connect to the teensy firmware from the webflasher, when i turn off my Presonus Studio 192.

I don't think i'm going to use the midi on the presonus - but it doesn't help when i turn it off in the device manager, and the available settings in the Presonus Universal control don't seem to make a difference.

image

I was thinking you maybe could give us the possibility to change the name for the input and output midi devices - that would be usefull too if we have more O-C/s connected.

I would probably call mine "OC1 IN", "OC1 OUT", "OC2 IN", "OC2 OUT", "OC3 IN", "OC3 OUT", "OC4 IN", "OC4 OUT" and "OC4 IN", "OC4 OUT".

Or do we have some other unique identifier going on that i'm not aware of ?

@Pepebotika1980
Copy link

Hello eh2k, I have tried to update the module again and it still gives the same error, I am attaching some screenshots, I am not sure what you need to see, if not, tell me what exactly you would like to see.
error chrome
error 2

I am using this version of Chrome in windows 10:
chrome version

I have also tried to load that firmware that you told me about and it hasn't worked for me either. When I load it, the module waits for an update, the webflasher detects it, but when I have to click on "flash", it returns the same error.

IMG_8239

flashing mode

That's all the information I can give you. . Thank you so much

@eh2k
Copy link
Owner

eh2k commented Feb 10, 2024

@jpnielsen - I took a close look at the webmidi tester - Thanks for that, we can actually use this for debugging

  • what exactly do you mean by "daisy firmware" - do you see the uO_C Image?

@Pepebotika1980 thanks for the infos - I have fixed a small bug (which actually only occurred after flashing a bare-teensy).

I hope we're not mixing two different issues here - but I think it could be the same issue:
The S&C & WebMidi somehow doesn't work poperly in some rare cases.

Before I make any further adjustments, we have to ensure the following cases are working.

  1. Makes sure an S&C version is flashed, or flashes this S&C-Loader hex file with the TeensyLoader

Goto https://studiocode.dev/webmidi-tester/

  1. Verify Squares&Circles Midi device is detected - it looks like this to me image
  2. Copy&Paste this Code 0xF3 0x4C into "Arbitrary bytes" and send
    • The command should open/close the Machines/Engines menu (see O_C display)
  3. Copy&Paste this Code 0xF3 0x56 into "Arbitrary bytes" and send
    • Thes command asks for the flashed firmware version - you should see the response as 8x receive messages immediately after the send message image

Thank you for your patience.

@jpnielsen
Copy link
Author

jpnielsen commented Feb 10, 2024

  • what exactly do you mean by "daisy firmware" - do you see the uO_C Image?
    corrected, teensy firmware offcause.

sending the cmds from webmiditester seems to work ok.
My device is named something else (no "MIDI 1")
image

@Pepebotika1980
Copy link

yeah!! I already have the module working correctly, thanks to you for your patience and for the great work you do!

@eh2k
Copy link
Owner

eh2k commented Feb 10, 2024

@jpnielsen

In addition to the O_C, the webflasher supports another module based on the Daisy Patch Submodule which a few people have.
This is all recognized automatically by the device-id and you only have one click to flash.

But back to the issue. Let me summarize briefly:

The issue only only occurs when the "Presonus Studio 192" is turned on.
When it's off, everything works fine (Please confirm).

Regarding the timeout - it occurs if there is no response 5 seconds after sending. I don't think it makes sense increasing it.
I don't know what else is running in the background on your PC. For example, you can run the WebMIDI Tester in parallel in a second browser window; it receives the same MIDI messages. It could be that something like that is causing the timeout in the WebFlasher.

I think the "device names" are different since I'm on Linux and you're probably on Windows.

@jpnielsen
Copy link
Author

jpnielsen commented Feb 11, 2024

I tried several combination of midi devices now - the result is, that i can only get your WebFlasher config tool to work, If there are no other midi devices connected. It's not just "Presonus Studio 192" - also Behringer Neutron, Behringer Model D.

Your assumption with regards to my operating system is correct.

Windows 11 pro build 22631.3085 (23H2)

@jpnielsen
Copy link
Author

I wanted to reflash the latest firmware

But the flasher finishes very fast, and nothing is flashed to the teensy.
I first "erased" the teensy by werwriting with squares-and-circles-teensy4XX-loader.hex using the teensy loader.exe from pjrc.com

@eh2k
Copy link
Owner

eh2k commented Feb 12, 2024

Hi @jpnielsen,

Today I connected two teensys to a Windows PC and tested the Webflasher. I think I was able to reproduce the issue you described. It looked like I got into the state when I unplugged one of the teensys while the WebFlasher was open. It seems to me that WebMidi generally is not supporting multiple devices that have the same name. I also had the case that the browser didn't recognize any MIDI devices at all - after I closed it and reopened it, it worked again.
I think it's safe in this a situation to unplug all teensys, restart the browser and plug them back only once at a time.

The next days (maybe tomorrow) I would introduce that every S&C device has a unique MIDI name, I hope that this will fix this issue.

@jpnielsen
Copy link
Author

seems to me that WebMidi generally is not supporting multiple devices that have the same name

I have only connected one teensy so far. Unique S&C MIDI names sounds promising.

@jpnielsen
Copy link
Author

jpnielsen commented Feb 13, 2024

I have flashed the latest, looks good - and I can use it without disconnecting other MIDI devices.

image

image

@jpnielsen
Copy link
Author

jpnielsen commented Feb 13, 2024

I got out the champagne too early...

activated "707" from the webflasher - it uploads - and reboots the teensy after a while.

Now the numbering has changed:
image

and the webflasher tool is not active.

image

@eh2k
Copy link
Owner

eh2k commented Feb 13, 2024

@jpnielsen

I will continue to test this with multiple devices for a while and thinking about to add the option to select one S&C device if several are connected in the WebFlasher .
Multiple S&C devices are now listed by WebMidi on my Windows PC. If it doesn't work somehow, maybe restarting the browser helps.

image

@jpnielsen
Copy link
Author

After updating to the latest firmware (main_9cd30a1), and rebooting.
the teensy displays:
"04E9E512673C"
"Ready to update"

@eh2k
Copy link
Owner

eh2k commented Feb 14, 2024

@jpnielsen

thanks for testing and reporting.

I've found a minor issue after some testing and have just pushed another update.
Previously, usb-midi messages were only processed after the splash screen, which takes about 5 seconds on startup - I think this was the cause for the timeout.

In the current Webflasher multiple devices are supported, you can select the midi device in the top right combo box.

If no Midi device is recognised, you propable have a bare teensy and have to flash the "Loader" first (I have added a short explanation in Webflasher today - hope that it is understandable so far). The reason for this is that I plan to support different Squares&Sircles devices and everything that happens after the loader will be the same for all devices.

My goal is that it will only take one click to install an firmware update.

Regarding your last message:
I assume you have only flashed the loader, because the "Ready to Update" is displayed.

@jpnielsen
Copy link
Author

I only flashed the loader, because i didn't get the option to Flash/update.

I let it stand on the screen, and unplugged usb midi devices.
Just unplugging an unrelated synth module, changed the webflasher, and now the flash/update button became active.

I did the update, and after the first reboot, i got the "ready to update" again.

I flashed the loader from pjrc's teensy.exe, and tried flashing - again, no flash/update in the webflasher - until i plugged in the unrelated midi-device... and the screen appears.. like the midi devices enumeration happens again, or something . . I''m not a programmer. Then followed the slowest MCU flash I have experienced for some time.

image

Seems to run now. Thank you.
I'm looking forward to coming revisions of your firmware.

@eh2k
Copy link
Owner

eh2k commented Feb 15, 2024

You can actually increase the flashing speed. I have recently reduced this because a few users have reported issues.
The current setting is slower, but worked more stably so far.

If you want to have it faster, you can change the following parameters in the Webflasher URL (I am using the following parameters without issues)

....&transmit_delay=0&transmit_frame=64

@OvErDrIvEwItHdIsTo
Copy link

Hy.
I'm a happy user of Squares and Circles (hardware from Pusherman) but i've got the sames problems with WebFlasher, I try all your solutions but I can't do the Update and I lost my previous firmware.
But i can use the others fonctions without problems (calibration, flip, display,...)
i see this message when I try:

IMG_20240505_185252
IMG_20240505_181153

If someone can help me....
Thanks to everybody working on this projects

@eh2k
Copy link
Owner

eh2k commented May 7, 2024

Hi @OvErDrIvEwItHdIsTo

thanks for reporting.

I have just tested the firmware flashing (even with french translater). It works for me.
Maybe the server was temporarily unavailable or there is something wrong with the browser cache.

Please try the following:

  • Open Webflasher in your browser.
  • Press ‘CTRL+F5’ before the ‘Flash/Upgrade’.
  • And then perform the ‘Flash/Upgrade’.
    • If the error occurs again, try the same in browser incognito mode (or another browser/device)

@OvErDrIvEwItHdIsTo
Copy link

Thanks, I will try it when come back home.

@OvErDrIvEwItHdIsTo
Copy link

Hy, I try your solutions but it does not function, it's always the same message.
So I install an old .hex firmware for using my module this week for a party, but I think it is the first firmware with not many functions and quality...
Do you have another .hex files, even if it's not the last one ?
Thanks for your time.

@eh2k
Copy link
Owner

eh2k commented May 9, 2024

Hi @OvErDrIvEwItHdIsTo,

thanks for trying again and for your patience.

I think I have fixed a possible bug in webflasher.
Could you please try it again and give me a step-by-step description of what you are doing.

  • Do you "flash/upgrade" an older version (Stage 2) ?
  • Or do you trying to install the "loader" after you have pressed the button on the Teensy (Stage 1)?

Unfortunately, there are currently no freely available complete hex files.
I want to prevent third parties from commercially distributing devices with my firmware without permission.

There will probably soon be a closed area where registered users (registered devices) can download the full hex files, among other things.

@OvErDrIvEwItHdIsTo
Copy link

When I try to upload the latest firmware with the S&C Teensy Loader in it (ready to update flashing), it's always the same message:

IMG_20240510_153424

But now if I try to install without the teensy loader, I can use the Reset and Flash option but at the end it's the same message again. The same if I press the teensy button...

IMG_20240510_153926

IMG_20240510_154835

IMG_20240510_154850

IMG_20240510_154930

IMG_20240510_153543

I also try another COM port, another browser, another version of the firmware, with loader, without loader...

I don't understand why I can use calibration function,flip,dac,display, format, ect... but not the Flash/update of the same page...

Thanks again for your time.
Peace

@OvErDrIvEwItHdIsTo
Copy link

I found the old .HEX firmware at this address:
https://github.com/eh2k/squares-and-circles/files/7872600/firmwares_00g.zip

@eh2k
Copy link
Owner

eh2k commented May 10, 2024

Hi @OvErDrIvEwItHdIsTo

Let me summarise.

  • The flashing of the loader has worked (you see the splash screen with the flashing Ready to upgrade)

In my case it looks like this (with a small browser window, otherwise I can still see the image of the module):

  • In your screenshots I noticed the message ‘Error with Permission-Policy-Header...’ - does this always appear for you?

image

If I click on Flash/Upgrade, I get the following:

image

I have added more tracing to the console output, can you please tell me exactly what appears in the line ‘memMap...’ before you get the "Uncaucht TypeError" ...

To be on the safe side, try disable caching and press ‘CTRL+F5’ a few times.

image

Thanks for the hint with the hex file (It is a very old ‘unstable’ version).

@OvErDrIvEwItHdIsTo
Copy link

Hi.
The message ‘Error with Permission-Policy-Header...’ appear only when I refresh the webflasher page or with ‘CTRL+F5’, with the S&C connected.

When I press ‘CTRL+F5’ I've got this message:

IMG_20240512_125304

And when I click on Flash/Upgrade, with disable caching, I've got this:

IMG_20240512_125354

IMG_20240512_125400

Without refresh or ‘CTRL+F5’ I've got this:

IMG_20240512_133530

Excuse me with my English if I don't answer correctly to your solutions.

@eh2k
Copy link
Owner

eh2k commented May 12, 2024

@OvErDrIvEwItHdIsTo

Thanks again for the reply. I think you are using an outdated version of chrome.

The toArray function seems to be available from 122 upwards.

Please paste chrome://version/ into the address bar to check your Chrome version. (You seem to still be using the 109 version, which is over a year old).
It is generally recommended to update chrome.

@OvErDrIvEwItHdIsTo
Copy link

I can't update Chrome since a long time because of my version of Windows, until today I've got no problems because I'm using teensyloader or Arduino IDE, STM32CubeProgramer, Thonny, ect ect...

It's my first time with WebFlasher.

Sorry for my incompetence, I will trying to borrow a better computer and see if it's ok.

Thanks

@OvErDrIvEwItHdIsTo
Copy link

Noob noob noob, I'm an old Noob !!!!

Everything is alright with a recent computer.
Now I have to calibrate it.

Thanks for everything, S&C is my best Eurorack Audio Module.

@eh2k
Copy link
Owner

eh2k commented May 14, 2024

That's good, btw. I also learned something and was able to improve a few things. Otherwise, you can also do updates from your smartphone (testet with chrome - if you have a suitable cable/adapter).

@LPC1972
Copy link

LPC1972 commented May 16, 2024

Hi, first of all thanks for your amazing work on S&C, I use it literally in every patch! But unfortunately I have the exact same problem as [OvErDrIvEwItHdIsTo]("toArray"-function error), because of audio interface/FW driver it's complicated to update my OS with the result that I can't update Chrome for the moment. Hence, I can't flash my S&C anymore... Currently i'm on Chrome version 116. Isn't there a work around for now so at least I can get my S&C back up and running?

@OvErDrIvEwItHdIsTo
Copy link

I do not success with my smartphone, even if I got the good version of chrome and the good cable.
The only solution was to use an other computer, so I went to the library with my S&C to use better one. Great Success.

@eh2k
Copy link
Owner

eh2k commented May 16, 2024

@LPC1972

I have recently removed the toArray call. Please refresh the webflaher with CTRL-F5 and try again. As long as its in my code, I can try adjust something. If it doesn't work, please send a screenshot with a detailed error description. As far as testing is concerned, it works on all my devices :-(

@LPC1972
Copy link

LPC1972 commented May 17, 2024

@LPC1972

I have recently removed the toArray call. Please refresh the webflaher with CTRL-F5 and try again. As long as its in my code, I can try adjust something. If it doesn't work, please send a screenshot with a detailed error description. As far as testing is concerned, it works on all my devices :-(

Yes, that did the trick, that was easy!! :) Thanks again for your great work and super fast help!

@mrmattallison
Copy link

Hi @eh2k

I went to update my O&C today and similar issues to others, the web flasher isn't working for me.

It finds the teensy (with bootloader, old firmware wiped in the process), but just gets stuck in a loop of being able to only upload the bootloader, not the firmware, with the only button being "Calibration", which works, as does midi and I can send and parse bytes like 0xF3 0x4C to open and close the machine engine.

web-midi-output web-midi-readouts

I'm running the latest version of Chrome, with web midi enabled on MacOS 11.7 on ARM64.

Attached are some screenshots. I think there is. bug in the code and have attached the screenshot for the JSON error.

web-flasher-error

A friend (with forewarning it might wipe his unit) tried to update on a Windows machine and ended up in the same place I am with a unit that's stuck waiting for an update, that can't update.

Any idea on how I/we can resolve this? Thanks in advance!

@guytaylor
Copy link

Hi @eh2k,
I am the guy Matt (above) mentioned, and it's done the same to mine...

@eh2k
Copy link
Owner

eh2k commented Sep 11, 2024

@mrmattallison @guytaylor

Please try again with a refresh (CTRL+F5)

In general, I recommend updating as often as possible and always using the latest version.

@mrmattallison
Copy link

@eh2k thank you! This has resolved whatever was causing the issue. I'm now running the latest firmware, calibrated and ready to make some music. Thank you not only for resolving my issues, but your wonderful Firmware!

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

7 participants