Uploaded April 2013 | Updated September 2026, 2 hours ago
Nゲージの鉄道模型に低速時でもLEDが点灯するよう自作の回路を組み込みました。
1.8Vの3端子レギュレータを通して電気二重層コンデンサ(容量0.22F)を充電し、昇圧してLEDを点灯させています。
整流はできるだけ電圧降下を少なくするためFETでブリッジ回路を作りました。
前照灯・標識灯・尾灯はマイコン(ATtiny13A)で制御しています。
さらに、安定して点灯させるため動力車が動き始める電圧を約0.7V高くしています。
Base Model : N scale KATO 阪急6300系
Gauge : 9mm
Microcontroller : ATtiny13A
Power pack : KATO Standard S
Nゲージの鉄道模型に低速時でもLEDが点灯するよう自作の回路を組み込みました。
1.8Vの3端子レギュレータを通して電気二重層コンデンサ(容量0.22F)を充電し、昇圧してLEDを点灯させています。
整流はできるだけ電圧降下を少なくするためFETでブリッジ回路を作りました。
前照灯・標識灯・尾灯はマイコン(ATtiny13A)で制御しています。
さらに、安定して点灯させるため動力車が動き始める電圧を約0.7V高くしています。
Base Model : N scale KATO 阪急6300系
Gauge : 9mm
Microcontroller : ATtiny13A
Power pack : KATO Standard S


![WALKMAN CLOCK
壊れた古いウォークマンにOLEDを入れて時計にしてみました。
電源が電池だとあまり持たないのでACアダプターを使っています。
ウォークマンは筐体として使っただけなので音楽を聞くことはできません。
時間を合わせるのはリモコン(OE13KIR)で行います。
マイコンのヒューズ設定は外部クロック8MHzにして、CKDIV8(1/8倍)は解除してください。
時間が少しずつズレてくる場合は、プログラム内のOCR1Bの値と「Milliseconds delay/day」と注釈を入れた行の_delay_ms()の値を変えて調整します。
OLEDは1.3インチ、128×64ドット、SPI、ドライバはSH1106です。
I made a clock by putting OLED in a broken old Walkman.
Since it doesnt operate for a long time in batteries, it uses AC adapter.
Because the Walkman is just a case, it doesnt work as a music player.
The time is adjusted by remote control (OE13KIR).
Please set the FUSE setting of the microcomputer to 8MHz external clock and cancel CKDIV8.
If the clock isnt keeping time, adjust by changing the value of OCR1B in the program and the value of [_delay_ms()] of the line annotated with Milliseconds delay/day.
The OLED is 1.3 inches, 128 x 64 dots, SPI, and the driver is SH1106.
【Circuit Diagram】
https://goo.gl/H5XD86
【Program】
https://yahoo.jp/box/TGSEjO
【SH1106 Datasheet】
http://www.allshore.com/pdf/SH1106.pdf
(2017年10月11日)
プログラムの時間を調整する部分と表示の一部に不具合があったため修正しました。 WALKMAN CLOCK](https://i.ytimg.com/vi/Dtq9f9ZGJTU/mqdefault.jpg)
![【鉄道模型】ポイントマシン Turnout Machine
今回はシンプルに作りました。
トグルスイッチを動かすとポイントのコイルに0.1秒間電流が流れます。
スイッチを速く動かしても1秒に1回しか切り換わらないようになっています。
ATtiny13Aの動作周波数は必ず1.2MHz( 9.6MHz×[1/8倍] )にしてください。
(新品のATtiny13Aを使用する場合はヒューズ設定を触らなくてもOKです)
I made simple turnout machine.
When the toggle switch is moved, current flows for 0.1 second in the turnout coil.
Even if the switch is moved quickly, it switches only once per second.
Be sure to set the operating frequency of ATtiny13A to 1.2 MHz (9.6 MHz × [1/8]).
(It is ok even if you dont change the fuse setting when using the new ATtiny13A)
【Circuit Diagram】
https://goo.gl/CwR9qd
【Program】
https://yahoo.jp/box/HIsHFx 【鉄道模型】ポイントマシン Turnout Machine](https://i.ytimg.com/vi/EVFuZaQ0zPU/mqdefault.jpg)




![1/150 scale TOYOTA ProBox Micro Remote Control Car
I modified a KATO 1/150 scale TOYOTA ProBox so that it can be driven by remote control.
The car is powered by a 25mAh Li-Po battery (Size:9×9×4mm).
It is equipped with two motors: one for steering and one for driving.
The steering mechanism uses a motor to drive a lead screw, and a rod-and-linkage system changes the direction of the front wheels. Two photoreflectors are installed to detect the motor rotation and the position of the lead screw.
The small gears used to reduce the motor speed were extracted by disassembling watches.
The remote controller uses infrared communication, and the car is equipped with a miniature SMD infrared receiver module.
Terminals for battery charging and program rewriting are installed on the underside of the vehicle.
KATOの1/150 トヨタ プロボックスを改造し、リモコン操作で走行できるようにしました。
動力源は25mAhのLi-Poバッテリー(サイズ:9×9×4mm)です。
モーターはステアリング用と駆動用の2個搭載しています。
ステアリング機構はモーターで送りねじを駆動し、ロッドとリンク機構によって前輪の方向を切り替えます。モーターの回転数と送りねじの位置を検出するために、2個のフォトリフレクタを取り付けています。
モーターの減速に使用した小型ギアは、腕時計を分解して取り出したものです。
リモコンは赤外線通信方式を採用しており、車体には小型のSMD赤外線受信モジュールを搭載しています。
バッテリーの充電とプログラムを書き換える端子は車体底部に設置されています。
[ Circuit Diagram (Transmitter) ]
https://drive.google.com/file/d/1Np0-vanI460UlU9fZGAZRMpqngUW9Ws8/view?usp=drive_link
[ Circuit Diagram (Receiver) ]
https://drive.google.com/file/d/1x4pXpJdGDKiCDyDL6an7v57AdFdN-5PC/view?usp=drive_link
[ Program (Transmitter) ]
https://drive.google.com/file/d/122kJK4aeA_76ePH_e8L9Q0fThNmnGynK/view?usp=drive_link
[ Program (Receiver) ]
https://drive.google.com/file/d/1mDGJZS2QWlzA4B_kGxPrA_Z9mTQQEIXW/view?usp=drive_link
[ X ] (Login Required)
https://x.com/hashtag/_probox?src=hashtag_click&f=live 1/150 scale TOYOTA ProBox Micro Remote Control Car](https://i.ytimg.com/vi/FrbVzrdw9Tk/mqdefault.jpg)

