qshinoの日記

Powershell関係と徒然なこと

Raspberry pi 3 違い

一覧

1A+. —-, 700MHz,256MB

1B+. LAN, 700MHz,512MB

2B. LAN, 900MHz,1GB

3B. LAN100, BT4.1, 2.4G wifi, 1.2GHz,1GB

3B+ LAN300poe受電, BT4.2, 2.4/5G wifi/ac, 1.4GHz/4c,1GB,usb2x2

3A+ noLAN,1.4G/4c,512MB,wifi2.4/5G, usb2x1

zeroWH noLAN,microUSB,1G/512MB,BT4.1,wifo2.4G/n

参考価格

zero $15 A $25 B $35

参考

https://raspida.com/post-2116?amp=1 https://camp.isaax.io/ja/tips-ja/raspberry-pi/newer-raspberry-pi-3-model-b

Raspberry Pi3 audio i2s

# How to use Raspberry Pi 3 i2s

 

# Raspberry Pi3 GPIO related to i2s

 

12 BCLK

35 LRCLK

39 Data In

40 Data Out

 

# For audio out

 

use 12 BCLK out,35 LRCLKout,40 Data out

 

# For audio in

 

use 12, 35,39

 

恐らく、12,35は入力になるのでは無かろうか?その際の切替にはドライバが必要?

39は元々入力。入出力同時はできない?

 

仕方ないので、ラズパイが2つ必要。

送信側ラズパイ、i2s出力

受信側ラズパイ、i2sから入力し、hdmiから出す

 

# references

https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=91237

 

 

audio wire

Base plan

ando -> usb -> spdif -> i2s -> gpio

  1. android usb cable
  2. usb spdif adaptor
  3. spdif rca cable
  4. spdif i2s module
  5. i2s gpio cable

gpio -> i2s -> spdif -> usb -> ando

  1. android usb cable
  2. usb spdif adaptor
  3. spdif rca cable
  4. spdif i2s module
  5. i2s gpio cable

——

Better1 plan

ando -> usb -> i2s -> gpio

  1. android usb cable
  2. usb to i2s module
  3. i2s gpio cable

gpio -> i2s -> usb -> ando

  1. android usb cable
  2. i2s to usb module
  3. i2s gpio cable

—-

better2 plan

TBD

検討状況

Silicon Lab の評価ボードは、micro USB とI2S in/out 対応。これを二枚とケーブル類で揃う。

但し、一枚$60 前後。ボードも大きい。usb bus power 可能。外部も可能。

以降、コストダウンとサイズダウン策、汎用化策を検討。

結局、安価なDACは多いが、DACはI2S入力、USB経由のAndroid を利用する為、不要である。

spdif

http://sa89a.net/mp.cgi/ele/cm102_spdif.htm

 

 

変換コネクタ

http://digit.kyohritsu.com/PRODUCT/USB_DOUT2706Kit.html

 

spdif coding

https://probe.hamazo.tv/a1742381.html

 

i2s

http://www.fidelix.jp/technology/I2S.html

https://qiita.com/yamori813/items/2c69e5f8114b9fe834b6

 

案1spdif

75Ω、±0.25V

 

案2 I2S

3.3 or 5V

a) pc to android

to pc usb to i2s to gpio

from gpio,I2S to usb to android

 

b) both android

to android to usb to  i2s to gpio

from i2s to usb