-
Notifications
You must be signed in to change notification settings - Fork 26
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
This will work with DL24 over bluetooth #26
Comments
How? I'm able to connect via bluetooth, but the app says
Ubuntu 22.04 Note that I had to switch pandas to latest version, just to get the app to start, thus my versions are
If I don't do that the app doesn't start, and shows:
That was a lot info in one post... |
🤔 @ways from my experience DL24 can be slow to switch to PX100 protocol, sometimes it silently swallows a few first commands, needing a few seconds or few attempts to start working again. Can you try re-starting this program second time without changing anything else? |
After a reboot I'm able to get this:
Still no successfull connection. Have checked permissions on /dev/ttyS*. |
I was using the DL24 with misdoro's px100 code for a while now, but since I updated python/pandas I'm having trouble with internal resistance mesasurement (random missing values and not returning from 0 to the set current) and enableing the load via the "Enabled" button on the GUI. I need to start the test by physically pressing the start button on the load instead. Sometimes the program crashed randomly mid-test. So I'm currently using the Fork by Jay2k1 https://github.com/Jay2k1/Electronic_load_DL24 So I wonder, if the issue is on my side with misdoro's code because I'm using different hardware? |
For anyone who isn't a developer (probably no one here) Roodthecause's suggestion does work (thanks!). The installation and running instructions on Github are typically woefully inadequate (not a criticism of the developer, simply a statement of all devs). I shall attempt to correct them here - Note this is one of several paths you can take:
To offer a potential answer Rootthecause's question, I suspect it wasn't due to a python update, although I have no basis for that, other than to suggest that it may be more likely a temporary Bluetooth dropout causing crashing and random missing values. I purchased a new-ish V5 BT dongle, and put it on a USB extension cable, running it to the top of a window. This allows me coverage through most of the house, as opposed to some strong and some extremely patchy signal areas. |
@Darthmonkey Note to your instructions:
With some luck, the Programm will automatically connect to the load on program startup. If not, connect to the load again in the BT menu and restart the program (close and type |
I did the following steps for version https://github.com/misdoro/Electronic_load_px100/tree/be917afdaf9b361c7a3b5b8457e706a63e4c65c8 to work on my system (Debian 12, KDE Wayland, Framework 13 AMD laptop):
The GUI should show up, present the currently attached probe's voltage, and should allow controlling the DL24 device: |
Although clearly designed for PX100, this works with an ATorch DL24 when paired over Bluetooth.
Perhaps the description or title can include that?
The text was updated successfully, but these errors were encountered: