Equipment and Tools: Difference between revisions
Jump to navigation
Jump to search
NickPGSmith (talk | contribs) m (1 revision imported) |
NickPGSmith (talk | contribs) |
||
Line 21: | Line 21: | ||
Current firmware: | Current firmware: | ||
* DFU Bootloader: 3.43 | * DFU Bootloader: 3.43 | ||
* Firmware: 2. | * Firmware: 2.22 | ||
Upgrade: | Upgrade: |
Revision as of 17:45, 3 March 2024
Rigol DS1054Z Digital Storage Oscilloscope
- Firmware installed: 00.04.04.SP3
- Misc Rigol stuff here
LXI / SCPI
SCPI commands can be issued to network port via "nc". Complete programming manual here.
Capture screen shot over LAN:
echo "":DISPLAY:DATA? ON,OFF,PNG"" | nc -w1 rigol-dso 5555 | dd bs=1 skip=11 of=dso_screen.png
Get model, serial and firmware:
*IDN?
Report 1k of data from display:
:WAVEFORM:DATA? CHANNEL1
TS100 Soldering Iron
Current firmware:
- DFU Bootloader: 3.43
- Firmware: 2.22
Upgrade:
- Hold A while pugging in USB to appear as drive
- Copy new .hex file
- Should be renamed to .rdy
Development:
- Releases: github