Uploaded December 2017 | Updated September 2026, 3 hours ago
ワンチップのラジオ用ICを使ってFM/AMラジオを作りました。
受信できる周波数はFMが76.0~96.0MHz、AMが531~1602kHzです。
操作はすべてリモコンで行います。
OLEDに表示している内容は、周波数・放送局のロゴ・ステレオ(ST)・受信信号強度(SS)・電池残量・音量(Vol)・ミュート(Muが点滅)です。
プリセットしている放送局は大阪とその周辺の主な局だけです。
ラジオICはKT0913、パワーアンプはPAM8408、マイコンはATmega328P、OLEDは1.3インチ128×64ドット、スピーカーはP650Kを使いました。
OLEDはコンデンサを付け替えてSPIからI2C仕様に変更しました。
EEPROMには放送局のロゴの画像データを入れています。但し、著作権を侵害する恐れがあるのでロゴの画像データは公開していません。
AMを聴いている時はOLEDの描画時にノイズが入るので、AMの時だけ信号強度の表示の更新頻度を遅くしてあまり目立たないようにしています。
筐体はMDFで箱型に組んだ後、表面に木目調の塩ビシートを貼りました。後ろ側の板は磁石で固定しています。
電源はリチウムポリマー電池で、約3.6V以下になると自動で電源がオフになります。
消費電流は、動作時:40~55mA、電源オフ時:約0.5mA。
I made FM/AM Radio using a one-chip radio IC.
Receivable frequencies are FM 76.0-96.0MHz, AM 531-1602kHz.
All operations are done with IR remote control.
The contents displayed on the OLED are Frequency, Broadcasting station logo, Stereo(ST), Received signal strength(SS), Battery level, Volume (Vol) and Mute(Mu flashing).
The preset broadcasting stations are only Osaka in Japan and the main stations around it.
Radio IC : KT0913, Power amplifier : PAM8408, Microcontroller : ATmega328P, OLED : 1.3 inch 128x64 dots, Speakers : P650K.
I changed OLED from SPI to I2C by changing capacitor.
The EEPROM contains image data of the broadcasting station logo.
However, Image data of the logo is not released because there is a possibility of infringing the copyright.
When listening to AM, since noise is generated at the time of drawing of OLED, in order to make it not noticeable, the frequency of updating display of signal intensity is delayed only at AM.
After assembling the cabinet in a box shape with MDF, I attached PVC sheets with woodgrain tone on the surface. The rear panel is fixed with magnets.
The power supply is a lithium polymer battery, and the power turns off automatically when it becomes about 3.6V or less.
Consumption current is 40-55mA during operation, about 0.5mA when power is off.
【Circuit Diagram】
goo.gl/rjEPcN
【Program】
yahoo.jp/box/gNtSmg
【SH1106 Datasheet】
allshore.com/pdf/SH1106.pdf
ワンチップのラジオ用ICを使ってFM/AMラジオを作りました。
受信できる周波数はFMが76.0~96.0MHz、AMが531~1602kHzです。
操作はすべてリモコンで行います。
OLEDに表示している内容は、周波数・放送局のロゴ・ステレオ(ST)・受信信号強度(SS)・電池残量・音量(Vol)・ミュート(Muが点滅)です。
プリセットしている放送局は大阪とその周辺の主な局だけです。
ラジオICはKT0913、パワーアンプはPAM8408、マイコンはATmega328P、OLEDは1.3インチ128×64ドット、スピーカーはP650Kを使いました。
OLEDはコンデンサを付け替えてSPIからI2C仕様に変更しました。
EEPROMには放送局のロゴの画像データを入れています。但し、著作権を侵害する恐れがあるのでロゴの画像データは公開していません。
AMを聴いている時はOLEDの描画時にノイズが入るので、AMの時だけ信号強度の表示の更新頻度を遅くしてあまり目立たないようにしています。
筐体はMDFで箱型に組んだ後、表面に木目調の塩ビシートを貼りました。後ろ側の板は磁石で固定しています。
電源はリチウムポリマー電池で、約3.6V以下になると自動で電源がオフになります。
消費電流は、動作時:40~55mA、電源オフ時:約0.5mA。
I made FM/AM Radio using a one-chip radio IC.
Receivable frequencies are FM 76.0-96.0MHz, AM 531-1602kHz.
All operations are done with IR remote control.
The contents displayed on the OLED are Frequency, Broadcasting station logo, Stereo(ST), Received signal strength(SS), Battery level, Volume (Vol) and Mute(Mu flashing).
The preset broadcasting stations are only Osaka in Japan and the main stations around it.
Radio IC : KT0913, Power amplifier : PAM8408, Microcontroller : ATmega328P, OLED : 1.3 inch 128x64 dots, Speakers : P650K.
I changed OLED from SPI to I2C by changing capacitor.
The EEPROM contains image data of the broadcasting station logo.
However, Image data of the logo is not released because there is a possibility of infringing the copyright.
When listening to AM, since noise is generated at the time of drawing of OLED, in order to make it not noticeable, the frequency of updating display of signal intensity is delayed only at AM.
After assembling the cabinet in a box shape with MDF, I attached PVC sheets with woodgrain tone on the surface. The rear panel is fixed with magnets.
The power supply is a lithium polymer battery, and the power turns off automatically when it becomes about 3.6V or less.
Consumption current is 40-55mA during operation, about 0.5mA when power is off.
【Circuit Diagram】
goo.gl/rjEPcN
【Program】
yahoo.jp/box/gNtSmg
【SH1106 Datasheet】
allshore.com/pdf/SH1106.pdf



![Sequential Turn Signals for Scale Model Car [DIY] シーケンシャルウインカー
1個のLEDに流れる電流は10mA以下にしてください。
The current flowing to one LED should be 10mA or less.
【Circuit Diagram】
https://goo.gl/uTD2oP
【Program】
https://yahoo.jp/box/Xc1ud1
《2019年3月8日》
説明文の電流の値を訂正しました。
Corrected the current value in the explanation.
How to install LED lights in 1:18 model car
https://youtu.be/8p1LnwWfDqU
How to make 1/18 scale meter
https://youtu.be/4raVK4p599s
How to make flashing LED with IC 555 timer
https://youtu.be/F6S0qif2C1w
Step-up DC/DC Converter
https://youtu.be/O17OsVjYtfQ
How to build a Room Light and Door Lights for a model car
https://youtu.be/-0v5XHJuZ94
How to make Angel Eyes
https://youtu.be/rbdJnMkaSoQ
. Sequential Turn Signals for Scale Model Car [DIY] シーケンシャルウインカー](https://i.ytimg.com/vi/_MHU9sOPYJM/mqdefault.jpg)




![【DIY】How to make 1:150 micro RC Car
TOMYTECのTHEカーコレクション 1/150 トヨタ クラウンをリモコンで動くように改造しました。
自作の赤外線リモコンで操作します。
リモコンのフォーマットは独自規格のものです。
車両に搭載した電池はリチウムポリマーバッテリー(3.7V 40mAh)です。
モーターは2つとも振動モーターの重りを外して使いました。
車両側に使用したマイコン(ATtiny1616)にプログラムを書き込むにはATMEL STUDIO 7以降で、UPDIが使える機器が必要です。
私はMPLAB PICkit 4を使いました。AVRISP mkⅡは使えません。
I modified the TOMYTEC THE Car Collection 1/150 TOYOTA CROWN to work with a remote control.
The car is controlled by a self-made infrared remote control.
The remote control format is proprietary.
The battery installed in the car is a lithium polymer battery(3.7V 40mAh).
I used motors by removing weights of the vibration motors.
In order to write the program of the microcontroller(ATtiny1616) used on the car, you need ATMEL STUDIO 7 or later and a device that can use UPDI.
I use MPLAB PICkit 4. AVRISP mkII cannot be used.
【Circuit Diagram】
https://drive.google.com/file/d/1ynx_sC-Qco1kWu8m248hn5V3JQEay_9M/view?usp=sharing
【Program】
[Transmitter]
https://drive.google.com/file/d/1a1wskudT_gx3sis9LRkEck3jZu6fpTK-/view?usp=sharing
[RC CAR(Receiver)]
https://drive.google.com/file/d/1Y2flQrH5gef7uaohvKCZGmMYkiZyIJd3/view?usp=sharing
BGMはbeco様の「空を見上げれば」を使わせていただきました。
https://soundcloud.com/baron1_3/sora_wo_miagereba
0:00 Make Tires
1:34 Steering
4:40 Rear wheels
6:09 Steering Servo
7:49 Electronics Parts
9:17 Programming
10:57 Test Run
. 【DIY】How to make 1:150 micro RC Car](https://i.ytimg.com/vi/bG3rvkpDsdg/mqdefault.jpg)

