w3neu.net::bookmark
タグクラウド
ピクチャーウォール
日々
RSSフィード
  • RSSフィード
  • ATOM Feed
  • Daily Feed
フィルター

ページあたりのブックマーク数

  • 20 links
  • 50 links
  • 100 links

Display

タグのないブックマークをフィルタする
結果 20 件 タグ付け oscilloscope  ✕
Hacking The Siglent 1104X-E Oscilloscope – Maker Matrix https://www.makermatrix.com/blog/hacking-the-siglent-1104x-e-oscilloscope/
Sat Jul 10 01:03:36 2021 archive.org
Siglent1104XEの改造ネタ
hack oscilloscope Siglent tutorial
# Keygen program for Siglent oscilloscopesimport hashlib# You get this b - Pastebin.com https://pastebin.com/fygAJy6y
Fri Jul 9 23:52:21 2021 archive.org
# Keygen program for Siglent oscilloscopes

import hashlib

# You get this by running "SCOPEID?" at the SCIP prompt and removing the dashes
SCOPEID = '0000000000000000'
# Replace this with your SN
SN = 'SDS00000000000'
# This is one of the four options below
Model = 'SDS1000X-E'
# 'SDS1000X-E', 'SDS2000X-E', 'SDS2000X+', 'SDS5000X', 'ZODIAC-'

bwopt = ('25M', '40M', '50M', '60M', '70M', '100M', '150M', '200M',
         '250M', '300M', '350M', '500M', '750M', '1000M', 'MAX')
otheropt = ('AWG', 'WIFI', 'MSO', 'FLX',
            'CFD', 'I2S', '1553', 'FG', '16LA')

hashkey = '5zao9lyua01pp7hjzm3orcq90mds63z6zi5kv7vmv3ih981vlwn06txnjdtas3u2wa8msx61i12ueh14t7kqwsfskg032nhyuy1d9vv2wm925rd18kih9xhkyilobbgy'

def gen(x):
    h = hashlib.md5((
        hashkey +
        (Model+'\n').ljust(32, '\x00') +
        opt.ljust(5, '\x00') +
        2*(((SCOPEID if opt in bwopt else SN) + '\n').ljust(32, '\x00')) +
        '\x00'*16).encode('ascii')
    ).digest()
    key = ''
    for b in h:
        if (b <= 0x2F or b > 0x39) and (b <= 0x60 or b > 0x7A):
            m = b % 0x24
            b = m + (0x57 if m > 9 else 0x30)
        if b == 0x30:
            b = 0x32
        if b == 0x31:
            b = 0x33
        if b == 0x6c:
            b = 0x6d
        if b == 0x6f:
            b = 0x70
        key += chr(b)
    return key.upper()

for opt in bwopt:
    print('{:5} {}'.format(opt, gen(SCOPEID)))
for opt in otheropt:
    print('{:5} {}'.format(opt, gen(SN)))
hack oscilloscope python script Siglent tutorial
yslog: オシロスコープ メーカーリスト http://ysuguru.blogspot.jp/2014/03/oscilloscope-maker-list.html
Tue Jun 24 04:30:06 2014 archive.org
良い感じでシンプルにまとめて下さってるのでメモ
company list maker organized oscilloscope
A'z Corporation http://azcorp.cart.fc2.com
Thu Jun 27 00:40:46 2013 archive.org
OWONのオシロとか安いなぁ
electricity oscilloscope shop web
Digital oscilloscopes for hobbyists | News http://www.gabotronics.com/resources/hobbyists-oscilloscopes.htm
Thu Jun 27 00:21:14 2013 archive.org
これは良い比較。
comparison electricity equipment measurement oscilloscope
Wholesale Free shipping, ATTEN 100MHz Digital Oscilloscope with 2 Channel,ADS1102CA Portable Digital Storage http://www.aliexpress.com/product-fm/344266989-Free-shipping-ATTEN-100MHz-Digital-Oscilloscope-with-2-Channel-ADS1102CA-Portable-Digital-Storage-Oscilloscop-DSO-wholesalers.html
Tue Dec 14 03:46:40 2010 archive.org
Attenの ADS1102CAはこれが最安じゃないかなぁ
Atten oscilloscope shop web
Wholesale-Drop shipping Rigol DS1052E DS 1052E 2 Channel Digital Oscilloscope 50MHz DSO 1GSa/S Accept paypal do drop http://www.aliexpress.com/product-gs/322169914-Drop-shipping-Rigol-DS1052E-DS-1052E-2-Channel-Digital-Oscilloscope-50MHz-DSO-1GSa-S-Accept-paypal-wholesalers.html
Wed Sep 1 04:38:46 2010 archive.org
Rigol DS1052Eならこの辺りか。3万弱。
DIY electricity equipement oscilloscope shop test web
Wholesale-100%brand new ATTEN ADS1102 100MHz Digital Oscilloscope DSO ADS1102C http://www.aliexpress.com/product-gs/312204861-100-brand-new-ATTEN-ADS1102-100MHz-Digital-Oscilloscope-DSO-ADS1102C-wholesalers.html
Wed Sep 1 04:22:34 2010 archive.org
ATTEN DS1102CAの最安はこの辺りっぽいなぁ。3.5万かー
DIY electricity lowPrice oscilloscope shop web
Mixed Signal Oscilloscopes http://www.progshop.com/shop/oscilloscopes/DSO.html
Tue Jul 20 00:42:47 2010 archive.org
MSOかDSO欲しい。DPOはまだ贅沢だから、無理だなぁ
oscilloscope oversea shop web
DSO nano - the pocket size digital storage oscilloscope DSO nano - the cheap, low cost micro digital storage oscilloscope [TOL114C3M] - $89.00 : Seeed Studio Depot, Arsenal for interaction engineering http://www.seeedstudio.com/depot/micro-digital-storage-oscilloscopedso-nano-p-512.html
Tue Jan 12 16:19:12 2010 archive.org
手のひらサイズの1chオシロスコープ。すごいな
electricity hardware oscilloscope shop
Soundcard Scope http://www.zeitnitz.de/Christian/scope_en
Tue Jan 12 16:18:19 2010 archive.org
サウンドカードを用いた簡易オシロスコープソフトウェア。ドイツ製
freeWare oscilloscope PC sound
YAPO Yet Another Psoc based Oscilloscope http://www.gfmnet.com/axesslogic.it/PSOCScope/psoc.asp
Wed Nov 18 04:25:51 2009 archive.org
PSoCでPC接続な低速オシロ作ろう、って話。パッケージにしてしまえば使いやすくなるかなぁ?USB直差しで、ちょっと太いプローブ程度のハードウェアを夢想
applicationNote DIY electricity oscilloscope programming PSoC
コンピュータオシロスコープソフトウェア「音オシロ」 http://www.ricen.hokkaido-c.ed.jp/212butsuri-b/oscillo/oscillo.html
Fri Oct 30 05:00:32 2009 archive.org
PCのライン入力を用いた簡易オシロスコープソフト
application DIY electricity freeWare oscilloscope sound Windows
ScopeOnPc Home Page - ScopeOnPC http://scopeonpc.googlepages.com
Fri Oct 30 05:00:19 2009 archive.org
PCのライン入力を用いた簡易オシロスコープソフト
application DIY electricity freeWare oscilloscope sound Windows
高速リアルタイム スペクトラムアナライザー WaveSpectra http://www.ne.jp/asahi/fa/efu/soft/ws/ws.html
Fri Oct 30 05:00:09 2009 archive.org
PCのライン入力を用いた簡易オシロスコープソフト
application DIY electricity freeWare oscilloscope sound Windows
Vector:ハンディ・オシロスコープ (Windows95/98/Me / 画像&サウンド) - ソフトの詳細 http://www.vector.co.jp/soft/win95/art/se376225.html
Fri Oct 30 04:58:06 2009 archive.org
PCのライン入力を用いた簡易オシロスコープソフト
application DIY electricity freeWare oscilloscope sound Windows
PICオシロスコープの製作 http://ja1wby.art.coocan.jp/pc-pic/19-pic-osiro/01-pic-osiro1.html
Thu Oct 8 18:02:54 2009 archive.org
PICでオシロ自作しておられます。まぁまず電源だなー
DIY electricity oscilloscope PIC
デジタルオシロ GPIB http://www.mito.ne.jp/~we300b/gpib-c/gpib.htm
Thu Oct 8 18:01:27 2009 archive.org
オシロのGPIB端子からハードコピー取得する方法
copy freeWare GPIB oscilloscope
オシロスコープ http://www.edu-ctr.pref.kanagawa.jp/edb2/oscillo
Wed Aug 5 09:25:28 2009 archive.org
オーディオ入力からの信号をオシロスコープ的に表示できるようにするフリーソフト。高機能版もある→http://www.edu-ctr.pref.kanagawa.jp/edb2/oscillo/oscillo.zip
electricity freeWare Java oscilloscope Windows
Oscilloscope for the Soundcard http://www.zeitnitz.de/Christian/Scope/Scope_en.html
Sat Nov 3 23:54:40 2007 archive.org
音声入力から波形取り込んでオシロスコープ、的なソフト。エフェクタの波形観るくらいなら充分だなー
analysis electricity music oscilloscope
5797 links