Search found 64 matches

by robocog
Mon Feb 12, 2018 6:41 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Nice one Rudolf It was your code that inspired me to try and write a version for the newer firmware (never used Python or programmed before ...so it has been a challenge) I used py2exe to make it happen for Windows users that don't want to install Python or worry about libraries Have put the python ...
by robocog
Mon Jan 29, 2018 8:18 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Looking good Serial grabs working OK with your BT module? Have you tried firmware flash via BT? (I couldn't get the flash working, but then only tired it a couple of times and didn't spend too much time trying to see why - as it works fine over usb/cp2102) I did write another Python app to open a co...
by robocog
Mon Jan 22, 2018 7:40 pm
Forum: DSO Shell
Topic: Li-ion power mod
Replies: 144
Views: 247569

Re: Li-ion power mod

Looking at his website http://www.gianlucaarena.com/portfolio/dso150-shell-for-battery-pack/ He shows the extra switch on the case being used to disconnect the 9v boost board from the lipo Lipo looks to be able to be charged without turning anything on (as long as the usb port is powered) It also /l...
by robocog
Mon Jan 22, 2018 10:35 am
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

The pressing of the buttons to start data transfer is built into the DSO shell. It will send data even if not connected to the pc or the software I do not know if the firmware has a function where if you send it a certain data into the unit it will send the data out. My software is only read from se...
by robocog
Sun Jan 21, 2018 11:18 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Yes all files are needed for the executive to run unfortunately..
Regards
Rob
by robocog
Sun Jan 21, 2018 7:34 pm
Forum: DSO Shell
Topic: Li-ion power mod
Replies: 144
Views: 247569

Re: Li-ion power mod

This is link http://www.ebay.it/itm/DSO150-Shell-for-battery-pack/202192077271?hash=item2f139641d7:m:mMiC6gjBqxpYV4lJwBV95YQ Looks very nice as a CAD drawing Do you have any real photo's of it? (could be neat for the other one I have - plenty of room for bluetooth /cp2102 / battery /charger / boost...
by robocog
Sun Jan 21, 2018 7:03 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

ROFL Updated the file as my keyboard is also missing the 'any key' ;) http://www.robocog.co.uk/electronics/dso150/DSO_Shell_grabber_V1.7.4.zip Have had a look at how to program 'listening and waiting for the enter key or esc key' will be ...but it seems not as easy as I had thought So still needs 2 ...
by robocog
Sun Jan 21, 2018 6:00 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Lol good catch will edit and recompile later (will keep the same file name and version number for this typo)
...unless any other changes happen between now and then

Regards
Rob
by robocog
Sun Jan 21, 2018 5:10 pm
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Last one for a while (certainly at least for this weekend :D) DSO_Shell_grabber_V1.7.4.zip http://www.robocog.co.uk/electronics/dso150/DSO_Shell_grabber_V1.7.4.zip This version: Tested as working under XP SP3 and Windows 10 (I would assume all other flavors in between will work also) Will detect ava...
by robocog
Sun Jan 21, 2018 1:07 am
Forum: DSO Shell
Topic: Software to capture and plot with the new firmwares
Replies: 99
Views: 76603

Re: Software to capture and plot with the new firmwares

Done! DSO Shell grabberv1.7.3.zip uploaded It now always loops back to the start ready for another data grab till you press the q key (and enter) any other key will make it start again from the beginning It was quite easy in the end (...nearly as easy as "goto 10"!) I found a way of moving...