<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.daiphys.com/portal/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.daiphys.com/portal/feed.php">
        <title>Daiphys Tech Portal - embed</title>
        <description></description>
        <link>https://www.daiphys.com/portal/</link>
        <image rdf:resource="https://www.daiphys.com/portal/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-30T19:53:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/adc.html?rev=1680828172&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/arduino.html?rev=1671087948&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/camera.html?rev=1686285917&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/cypress.html?rev=1711586363&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/edison.html?rev=1678433428&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/index.html?rev=1678427609&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/maxim.html?rev=1698939710&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/mbed.html?rev=1678433458&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/pic.html?rev=1671172817&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/renesas.html?rev=1711586135&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/serial.html?rev=1680828219&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daiphys.com/portal/embed/xbee.html?rev=1671172839&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.daiphys.com/portal/_media/wiki/dokuwiki.svg">
        <title>Daiphys Tech Portal</title>
        <link>https://www.daiphys.com/portal/</link>
        <url>https://www.daiphys.com/portal/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.daiphys.com/portal/embed/adc.html?rev=1680828172&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-07T00:42:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ADC</title>
        <link>https://www.daiphys.com/portal/embed/adc.html?rev=1680828172&amp;do=diff</link>
        <description>ADC

Basics

アナログ電圧値をデジタル値に変換する

使用する通信の方法はそれぞれチップにより異なる

多くの場合は単線で信号を送受信するシリアル通信を使用

複数の伝送路で信号を送信するパラレル通信のチップもある</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/arduino.html?rev=1671087948&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-15T07:05:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Arduino</title>
        <link>https://www.daiphys.com/portal/embed/arduino.html?rev=1671087948&amp;do=diff</link>
        <description>Arduino

Usage

Tools &gt; Board &gt; Genuino Uno

Tools &gt; Port  &gt; /dev/ttyACM0

sudo chmod 777 /dev/ttyACM0
Template
void setup() {
  // put your setup code here to run once:
  pinMode(13, OUTPUT) ;
}void loop() {
  // put your main code here to run repeatedly:
  digitalWrite(13, HIGH) ;
  delay(1000) ;
  digitalWrite(13, LOW) ;
  delay(1000) ;
}</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/camera.html?rev=1686285917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-09T04:45:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Camera</title>
        <link>https://www.daiphys.com/portal/embed/camera.html?rev=1686285917&amp;do=diff</link>
        <description>Camera

MIPI

Physical Layer

&lt;https://www.thine.co.jp/contents/detail/mipi-vx1hs-ov.html&gt;


	*  D-PHY
	*  M-PHY
	*  C-PHY
	*  A-PHY

Protocol Layer

	*  DSI
	*  CSI-2

Physical Connector

&lt;https://www.avnet.com/wps/portal/us/resources/article/what-is-the-new-ias-mipi-sensor-interface/&gt;


[IMPORTANT] The physical connection like which signal will reside on which pin has not been defined by MIPI !!!

	*  Raspberry Pi Camera</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/cypress.html?rev=1711586363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-28T00:39:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Cypress</title>
        <link>https://www.daiphys.com/portal/embed/cypress.html?rev=1711586363&amp;do=diff</link>
        <description>Cypress

References

Cypress Semiconductor

&lt;https://www.cypress.com/&gt;</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/edison.html?rev=1678433428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-10T07:30:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edison</title>
        <link>https://www.daiphys.com/portal/embed/edison.html?rev=1678433428&amp;do=diff</link>
        <description>Edison

Design

&lt;http://www.intel.com/content/dam/support/us/en/documents/edison/sb/edisonbreakout_hg_331190006.pdf&gt;

	*  Main Power Input = J21
	*  Apply 7-15 VDC with the polarity shown micro B is OK, but micro A you must supply external power via J21 or J22

Intel Edison Breakout Board Kit
sudo screen /dev/ttyUSB0 115200 -L
rootwpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/index.html?rev=1678427609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-10T05:53:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Embed</title>
        <link>https://www.daiphys.com/portal/embed/index.html?rev=1678427609&amp;do=diff</link>
        <description>Embed


	* ADC
	* Arduino
	* Camera
	* Cypress
	* Edison
	* Maxim
	* Mbed
	* PIC
	* Renesas
	* Serial I/F
	* XBee</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/maxim.html?rev=1698939710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T15:41:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Maxim</title>
        <link>https://www.daiphys.com/portal/embed/maxim.html?rev=1698939710&amp;do=diff</link>
        <description>Maxim

MAX78000 (AI Microcontroller)

&lt;https://github.com/MaximIntegratedAI/MaximAI_Documentation/tree/master/MAX78000_Feather&gt;

&lt;https://github.com/MaximIntegratedAI/MaximAI_Documentation/tree/master/MAX78000_Evaluation_Kit&gt;


Getting Started with the MAX78000EVKIT

&lt;https://www.youtube.com/watch?v=2rUFPAfajP8&gt;


Troubleshooting - Update Failure of MAX32625PICO Debug Adapter Firmware

&lt;https://analog-devices-msdk.github.io/msdk/USERGUIDE/&gt;

## FAIL.txt
## File sent out of order by PC. Target mi…</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/mbed.html?rev=1678433458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-10T07:30:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mbed</title>
        <link>https://www.daiphys.com/portal/embed/mbed.html?rev=1678433458&amp;do=diff</link>
        <description>Mbed

Design

&lt;https://developer.mbed.org&gt;


Online

example programs &gt; nucleo_blink_led &gt; import this program

import &gt; main.cpp

#include &quot;mbed.h&quot;

DigitalOut myled(LED1);

int main() {
    while(1) {
        myled = 1; // LED is ON
        wait(0.2); // 200 ms
        myled = 0; // LED is OFF
        wait(1.0); // 1 sec
    }
}</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/pic.html?rev=1671172817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-16T06:40:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PIC</title>
        <link>https://www.daiphys.com/portal/embed/pic.html?rev=1671172817&amp;do=diff</link>
        <description>PIC

PIN Assignment

PICKit &gt; PIC


	*  ピン番号は上から見てマークから半時計回り
	*  Vpp/Vdd の間は 4.7-10.0 kOhm の抵抗で接続
	*  別に外部電源が確保できるならば Vdd に繋ぐ
	*  接地(Ground)は Vss に繋ぐ</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/renesas.html?rev=1711586135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-28T00:35:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Renesas</title>
        <link>https://www.daiphys.com/portal/embed/renesas.html?rev=1711586135&amp;do=diff</link>
        <description>Renesas

e2 Studio

&lt;https://www.renesas.com/software-tool/e-studio&gt;


References

Renesas Electronics

&lt;https://www.renesas.com/&gt;</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/serial.html?rev=1680828219&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-07T00:43:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Serial I/F</title>
        <link>https://www.daiphys.com/portal/embed/serial.html?rev=1680828219&amp;do=diff</link>
        <description>Serial I/F

Basics

シリアルよりパラレルの方がデータ量が多いように思えるが

実際はシリアルの方が高データ転送レートを容易に実現可能

理由はクロックのずれ、ケーブルの本数、ノイズの低減など</description>
    </item>
    <item rdf:about="https://www.daiphys.com/portal/embed/xbee.html?rev=1671172839&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-16T06:40:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>XBee</title>
        <link>https://www.daiphys.com/portal/embed/xbee.html?rev=1671172839&amp;do=diff</link>
        <description>XBee

PIN
PIN-01 : Power Supply (3.3V)
PIN-02 : UART(Serial) Data Out
PIN-03 : UART(Serial) Data In
PIN-10 : Ground
PIN-14 : VREF
AD     : Analog Input
DIO    : Digital IO
Mode

API = 複雑な信号で色々なことが出来る

AT = 単純にシリアルの情報を無線で飛ばす</description>
    </item>
</rdf:RDF>
