Raspberry Pi 3 Fastboot - Less Than 2 Seconds

Raspberry Pi 3 Fastboot - Less Than 2 Seconds

This post tells about my journey on fast-booting a Raspberry Pi 3 (RPI). In addition to that, some optimizations are discussed that can be applied to a Qt (QML) application. At the end, we will have a RPI that boots from power-up to Linux shell in 1.75 seconds, power-up to Qt (QML) application in 2.82 seconds. Devamı|More
Raspberry Pi 3 Fastboot - 2 Saniyede Açılan Sistem

Raspberry Pi 3 Fastboot - 2 Saniyede Açılan Sistem

Bu yazının sonunda, 1.75 saniyede açılan Linux’a, 2.82 saniyede açılan Qt (QML) uygulamasına sahip bir Raspberry Pi 3’ün nasıl oluşturalacağını öğrenmiş olacaksınız. Buna ek olarak Raspberry Pi 3 üzerinde Qt uygulamasını en hızlı şekilde çalıştırabilmek için yapılabilecek optimizasyonlara da değineceğiz. Devamı|More
2lik Sayı Sistemini 10luk Sisteme Çevirme

2lik Sayı Sistemini 10luk Sisteme Çevirme

C
Açıklama Program basit bir şekilde 2lik (binary) sayı sisteminde girilen değeri 10luk (decimal) sayı sistemine çeviriyor. 2lik sayı 10luğa nasıl dönüştürülür ? Bildiğiniz gibi 2lik bir sayıyı 10luk sisteme çevirirken, ikilik sayının ilk değerini 2^0 ile çarpıyoruz. Devamı|More
Pusherduino : An Arduino Game

Pusherduino : An Arduino Game

Pusherduino is an Arduino based, simple and excited board game. Follow the comments in source code for more info. There are 4 buttons and each button has a led. When the game start, one led is turned on. Gamer should push the button of the led in the given time interval. Devamı|More
Pusherduino : Bir Arduino Oyunu

Pusherduino : Bir Arduino Oyunu

Pusherduino Arduino ile yapılmış, basit ve eğlenceli bir oyundur. Kod hakkında bilgiyi koddaki yorumlardan sağlayabilirsiniz. 4 buton ve 4 led var. (Basit bir şekilde arttırılabilir) Her buton bir ledi karşılamakta. Oyun başladığında bir led yanacak. Devamı|More