Skip to main content

4 posts tagged with "linux"

linux

View All Tags

Smart Cluster for Electric Karting

· One min read
Selcuk Gok
Maintainer

Smart Cluster Design for Electric Karting ⚡🏎️🚀

Video

Overview

In this project, I developed a QT C++ application to create a smart dashboard for an electric kart. The system gathers real-time data from the Curtis AC F2-A motor controller and the Battery Management System (BMS) using PeakCAN and displays it on a custom driver interface.

This smart cluster provides essential motor and battery telemetry, including:

  • Speed, RPM, and torque output from the Curtis AC F2-A controller
  • Battery voltage, current, and temperature from the BMS
  • Error codes and system diagnostics for real-time monitoring

The interface is built using Qt and QML, ensuring a modern and responsive display optimized for high-speed karting. By leveraging PeakCAN, the system efficiently communicates with the motor controller and BMS over CAN bus, ensuring low-latency and high-accuracy data visualization.

This project enhances the electric karting experience by providing drivers with critical performance insights in real time.

🚀 Watch the video to see it in action!

Dockerize MQTT protocol Logger.

· 3 min read
Selcuk Gok
Maintainer

Docusaurus Plushie Bu Dockerize edilmiş MQTT protokol logger uygulaması, 4 adet Docker container'ından oluşmaktadır: Python logger servisi, Node.js REST API servisi, Mosquitto MQTT brokeri ve MongoDB sunucusu. Uygulamanın çalışma mantığı şu şekildedir:

Linux System memory konfigürasyonu.

· 2 min read
Selcuk Gok
Maintainer

Bu bölümde sistem memory kullanımı geliştirmek için kullanılan memory-related kernel parametlerini açıklayacağım. Bu parametreleri set etmek için kullanacağımız komut sysctl komutudur. Set edeceğimiz değerler /proc dizininde yer alır.Memory kullanımını basit olarak bir veya daha fazla kernel parametrelerini set ederek düzenleyebiliriz.