Friday, January 22, 2021

NVIDIA Jetson Performance Monitor with OLED Display

NVIDIA Jetson Performance Monitor on OLED Display

Last article is OLED Display on Jetson Nano . Now we use that for Jetson Nano performance monitor.

Test on 

  • NVIDIA Jetson Nano Developer Kit ( 4 GB )
  • Jetpack SDK 4.4.1 ( L4T 32.4.4 )

OLED Display 

128x32 or 128x64 SSD1306 OLED Display

Wiring Diagram


We've make expansion board for wiring.
 



Source Code on Github

Install Jetson-stats https://github.com/rbonghi/jetson_stats

Then Install PiOLED https://github.com/amphancm/installPiOLED

Run Code

~/installPiOLED/pioled$ python3 stats.py 

Press Switch Button is change page.
Page 1 Display

Page 2 Display

Page 3 Display

Page 4 Display

Reference

https://github.com/JetsonHacksNano/installPiOLED

https://github.com/rbonghi/jetson_stats



Adun Nantakaew อดุลย์ นันทะแก้ว 081-6452400
LINE : adunnan



Monday, January 18, 2021

OLED Display on NVIDIA Jetson Nano

 

OLED Display on NVIDIA Jetson Nano

On JetBot (JetBot is an open-source robot based on NVIDIA Jetson Nano.) It has 128x64 OLED and Connector. it's good idea for show something. 







We can use 128x64 OLED Display. ( more popular in the market and low cost )


Wiring Diagram ( same Raspberry pi connector )

I2C connection pin

http://raspberrypi4u.blogspot.com/2017/01/raspberry-pi-oled-i2c.html

OLED Driver and samples from Adafruit

Install the Adafruit PiOLED 128x32 Monochrome OLED driver (3527)

Adafruit-SSD1306 library

https://github.com/JetsonHacksNano/installPiOLED


Reference

https://github.com/JetsonHacksNano/installPiOLED

https://custom-build-robots.com/top-story-en/jetson-nano-oled-display-ssd1306/12124

https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts

https://www.freefontspro.com/



Adun Nantakaew อดุลย์ นันทะแก้ว 081-6452400
LINE : adunnan

Tuesday, January 12, 2021

NVIDIA Jetson Nano Bitcoin Mining

What is Bitcoin Mining?

With Bitcoin, miners use special software to solve math problems and are issued a certain number of bitcoins in exchange. This provides a smart way to issue the currency and also creates an incentive for more people to mine.


Why is Monero Coin ( XMR ) ?

Unlike many cryptocurrencies that are derivatives of Bitcoin, Monero is based on the CryptoNote protocol and possesses significant algorithmic differences relating to blockchain obfuscation.
By providing a high level of privacy, Monero is fungible, meaning that every unit of the currency can be substituted by another unit. These units are indistinguishable from one another. This makes Monero different from public-ledger cryptocurrencies like Bitcoin, where addresses previously associated with undesired activity can be blacklisted and refused by network members.

Can the NVIDIA Jetson Nano be used for Bitcoin mining?

It can, just not efficiently.

Then for education purpose.


How many it can?   only 16.xx H/s


if you have 1600 H/s you will get 0.00002 BTC/week.
But NVIDIA Jetson Nano can get only 16 H/s.

Power Consumption of NVIDIA Jetson Nano

use jtop command line


Mining Software

xmrMiner - A CUDA based miner for Monero ( https://github.com/xmrMiner/xmrMiner )

xmrMiner 0.3.0 is ready for the Monero hardfork v7



Reference

http://raspberrypi4u.blogspot.com/2017/11/raspberry-pi-bitcoin-miner-monero-xmr.html

https://www.quora.com/Can-the-NVIDIA-Jetson-TX1-be-used-for-Bitcoin-mining

https://minergate.com/

https://github.com/xmrMiner/xmrMiner




Adun Nantakaew อดุลย์ นันทะแก้ว 081-6452400
LINE : adunnan