2020年10月14日水曜日

[単発]Stellarisで宇宙の写真を撮ろう。(StellarisのUIの消し方)

みなさま宇宙生活楽しんでいますか?こちら、ドンパチ星間政争したり、惑星に入植して内省したり、惑星サイズ台のモノとわちゃわちゃしたりするパラドックスゲーム「Stellaris」です。このゲームが結構好きで3年以上やっています。
このゲームの特徴の美しいグラフィックを壁紙にしたいと考えた方もいると思います。
私もよく思っていたのですが、UIの表示が邪魔だなと思うことがしばしば。

今回はUIを消してみます。

◆方法◆

Stellarisのゲーム画面で資源や時代などのUIのはスクショを取る上で少し邪魔なことがあります。


銀河・天体のみを表示してみましょう。
やり方は、Ctrl+F9キーを押すと、UIが非表示になり、銀河や星系中の天体のみが表示されるようになります。UIが非表示の状態で、もう一度Ctrl+F9キーを押すと、UIが再表示され元に戻ります。


このような方法でスクショした画像を私は壁紙として使用しています。この美しい壁紙をStellarisを購入して、お試しください。

2020年10月13日火曜日

[随時更新中]「GoPro9を色々な場面で使ってみた。」レビュー

 AC150をバイクで毎日使って使用感をしっかり掴めて、GoProの新機種待ちをしていたらついに!GoPro9が発売しました!



今まで、GoProを買ったことはありませんでしたが、GoPro Hero9は今までになかったほど大きなアップデートがされ想像以上に完成度が高いと言われているそうです。機能や設計が良く、 AC150を買わず「安物買いの銭失い」だったのではないかと思ってしまうぐらいの魅力的な一台です!

「結論としては買ってよかった!!」のGoPro Hero9ですが、気になるスペックや注目すべき特徴を細かく徹底的に解説します!料理やバイク車載で実写レビューしているので、購入を考えている人は参考にしてみてください!

◆対象品◆

アクションカメラ:GoPro9



◆GoPro9購入&テストレビュー◆

GoPro9を購入して、早速テストで動画作成してみました。
普段から、工作や料理を行っているので、近接撮影とバイクでツーリングをしたバイク車載が当面のメイン動画にしたいので、その2点の動画作成をしてみました。

◆バイク車載取り流し◆

GoPro9を購入して、早速テストで動画作成してみました。
普段から、工作や料理を行っているので、近接撮影とバイクでツーリングをしたバイク車載が当面のメイン動画にしたいので、その2点の動画作成をしてみました。
・フレーム1920x1080
・フレームレート:30
・時間:17時ごろ
・走行場所:近郊
[GoPro9]バイク車載取り流しテスト【ゆっくり+ボイスロイド】

2020年10月10日土曜日

Red Pitaya Setup Review

 → Click here for Japanese page ←

My teacher was planning to dispose of it (?). I got a mysterious red dragon fruit called Red Pitaya. (Pitaya = Dragon Fruit) This dragon fruit is not a fruit, but a measuring instrument.

 Red Pitaya is a measurement board born from crowdfunding called Kickstarter.
It is an open source measurement and control tool, and is said to be an alternative to laboratory equipment.It is also possible to easily add functions by installing a new application.Since Linux is running on the board and a web server is running on it, you can check the measurement results in real time from a web browser by accessing this web server. The size fits in the palm of your hand, and you can access and measure from other devices such as PCs and tablets anywhere. It can be said that it is a new type of measurement device that is in line with the recent trends.
 This time, I would like to set up using the case of Windows as an example.

What is Red Pitaya?


Red Pitaya is an open source measuring instrument developed to replace expensive equipment.
This powerful tool is at the heart of a system that makes it easy to discover, experience, learn, develop and share different applications with Red Pitaya.



Bazaar is also an open source application with just one click. Initially the following are available:

・ Oscilloscope
・ Spectrum analyzer
・ Oscilloscope & arbitrary signal generator

Red Pitaya can be any instrument just by changing the application. It can be easily used with oscilloscopes and spectrum analyzers.


Specifications

Main specifications
analog:
・ Input channel: 2
Bandwidth: 50 MHz (DC coupled, 3 dB BW)
Sample rate: 125 Msps
ADC resolution: 14 bits (LTC ADC)
Input impedance: 1 MOhm // 10pF
Input channel gain: fixed (due to improved dynamic range) 14-bit particle size)
Default full-scale voltage: + -0.6 V (+ -6 V 10x probe attenuation). Full-scale reconfigurable by replacing discrete components (+ -15V).
Overload protection: protection diode
Connector type: SMA
・ Output channel: 2
Bandwidth: 49 MHz (3)
DC coupling in dB, 3 dB BW defined by anti-imaging filter) Sample rate: 125 Msps
DAC resolution: 14 bits
Impedance: 50 ohms
Full scale power: 10 dBm (50 ohm load)
Output slew rate: 200 V / us
Short circuit protection: Yes
Connector type: SMA
・connections: 100 Mb Ethernet, USB, USB OTG (2.0), JTAG, I2C, UART, SPI ...


◆Setup◆

①Hardware.

 In Red Pitaya, Linux data etc. are stored in the Micro SD card as storage.
 Use a Micro SD card that is FAT32 and does not exceed 32GB.Download the image to burn to Micro SD and unzip the downloaded Zip file.Copy all the contents of the Zip file to the SD card.
 Carefully insert this Micro SD card into the Red Pitaya Micro SD card slot.
 After inserting the SD card, connect the upper USB as a USB power supply of 2A or more, the lower USB as serial communication with a PC, and the LAN to an appropriate port.
This time it was not a direct connection, but I connected with a wired LAN router.



②Connect to PC.

 Red Pitaya can use a serial console independently of Ethernet. You can check the status at boot time and perform normal command line operations, which is convenient for verification when it does not work, although it is not essential. It is recommended to use it when it is not good like this time. 
 The parameters for the serial connection are as follows:

port
COM XX (recognized virtual port)
baud rate
115200
Data bits
8
Stop bit
1
parity
None
Flow control
None
参考:Tera Term

③Power ON.

 After preparing for ①, connect the USB power supply that can supply 2A and the Micro USB port for the power supply of Red Pitaya, and Red Pitaya will start. If all goes well, the blue and green LEDs on the board should light up and the orange LED0 should flash.

④Power on Red Pitaya(Tera Term)

If the connection is successful, 

Red Pitaya GNU/Linux/Ecosystem version 0.92-378

redpitaya>

 will be displayed on the screen.A regular Linux console is also available.


Try using the app

 Initially, you can use three web applications: oscilloscope, oscilloscope & signal generator, and spectrum analyzer. To check the operation, use Generator & Oscilloscope.
 Connect the probe to the IN1 and OUT1 analog terminals. Connect the probes as shown in the picture below so that you can directly input the generated waveform.


Select Generator & Oscilloscope on the app screen.


After launching the app, click the Signal generator setting item to open it, and set Signal type: Square, Amplitude: 2 Vpp, Frequency: 1000 Hz. Finally, check Channel 1. This will output the waveform from Channel 1.

Gain settings should be Probe attenuation: 1x, Gain setting : HV. (For safety)

To set the oscilloscope, first click the Channel 2 button in the upper left to erase unnecessary waveforms in Channel 2. Set the Trigger setting items as Source: Channel 1, Mode: Normal, Edge: Rising, and Level: 0 V. With this, the waveform can be fixed based on the rise at 0V. If you set X axis: 2ms and Y axis: 2V in the Range setting items, you can display the waveform as shown in the screen below.


When you check the waveform, you can see that it is a square wave with a period of 1 ms. (Although the gain in the minus direction is strange.)

Stumbling
Since I considered it differently from this article, I wrote it separately.

◆From now on◆
I'm thinking of adding a protection circuit and buffer to Red Pitaya.
The steering is thought as follows.
・ The input part is undecided. (Op amp buffer and diode protection + α)
-The output part is a buffer circuit.

Since I received it with much effort, I would like to finish it so that it can be used as a substitute for the measuring instruments at home.→「VS410A,MHS-5200A-25M,8040,PicoScope2104,」

Reference◆