<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>arduino pro &#8211; EXPERTGIG</title>
	<atom:link href="https://expertgig.jp/tag/arduino-pro/feed/" rel="self" type="application/rss+xml" />
	<link>https://expertgig.jp</link>
	<description>工場IoT に特化したシステム開発</description>
	<lastBuildDate>Mon, 30 Mar 2026 08:43:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>MZ-80K/C で micro SDから mzt を読み込む基板の改善</title>
		<link>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/</link>
					<comments>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/#respond</comments>
		
		<dc:creator><![CDATA[Ariyuki Tano]]></dc:creator>
		<pubDate>Sun, 29 Mar 2026 08:02:20 +0000</pubDate>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[マイコン]]></category>
		<category><![CDATA[情報発信基地]]></category>
		<category><![CDATA[arduino pro]]></category>
		<category><![CDATA[MZ-80]]></category>
		<category><![CDATA[SD-CARD]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=6241</guid>

					<description><![CDATA[MZ-80K向けに開発したプログラムを実機で試すには、それなりに手間がかかります。そんな悩みを持つ同志の手によって、micro-SDからmztファイルの読み込みを可能にするという夢のような基板を Git にて公開されてい [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>MZ-80K向けに開発したプログラムを実機で試すには、それなりに手間がかかります。そんな悩みを持つ同志の手によって、micro-SDからmztファイルの読み込みを可能にするという夢のような基板を Git にて公開されている。</p>



<p><a href="https://github.com/yanataka60/MZ80K_SD">GitHub &#8211; yanataka60/MZ80K_SD: MZ-80KシリーズでSD-CARDからのアプリケーション起動、BASICなどのアプリケーションからSD-CARDへのロード、セーブを実現するものです · GitHub</a></p>



<p></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="768" height="1024" data-id="6245" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-768x1024.jpg" alt="" class="wp-image-6245" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-768x1024.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-225x300.jpg 225w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-1152x1536.jpg 1152w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-1536x2048.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></figure>
</figure>



<p>これに基づいて、製作された基板を手に入れて、MZ-80Kで試したのだが、FDLコマンドによる ファイルリストの表示が途中でとまってしまったり、FDでファイル名指定で読み込み開始までこぎつけても途中で通信エラーになってしまったりで、一度も成功しませんでした。</p>



<p>一方、同志によるMZ-700向けやPC-8001向けの基板はすんなり動いていますので、この基板固有の何か問題があるんだろうなと思って、Arduino pro や micro-SD ユニットなどを疑って、交換してみたものの、逆に症状が悪化したりしていました。</p>



<p>しまいには、Arduino pro の プログラムソースを書き換えて、通信速度を落としたりもしたのですが、ダメでした。</p>



<p>そこで、こうなったらできることはすべてやってみるかということで、ロジックIC  74LS30と 74LS04 について、調べたところ、74HCT シリーズのほうが出力波形が綺麗であるという情報があったので、74LS30, 74LS04 の代わりに 74HCT30, 74HCT04 を購入して、差し替えたら、なんと一発でエラー解消。</p>



<p>MZ-80K2、MZ-80C、MZ-80K2E を所有していまして、どれも同じ症状でしたらので、MZの個体の問題ではないと思いますので、MZ-80K/Cシリーズでは、ノイズの話や通信制御の能力という点で結構きわどいのか? その辺はよくわかりません。</p>



<p class="has-medium-font-size">もし同様の悩みを持っている、またはこれから基板作成に挑戦するという方はぜひ <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color"><strong>74HCT シリーズ</strong></mark>をご検討ください。</p>



<p>ちなみに、ノイズも疑って、ノイズ除去のデカップリング用途を狙って、いくつかコンデンサも同時に購入しましたが、今回は不要のようでした。</p>



<p></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="6246" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1024x768.jpg" alt="" class="wp-image-6246" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="6242" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1024x768.jpg" alt="" class="wp-image-6242" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="6243" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1024x768.jpg" alt="" class="wp-image-6243" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="6244" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1024x768.jpg" alt="" class="wp-image-6244" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</figure>
]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
