Skip to content
View Lmanangka's full-sized avatar
👽
Upgrade
👽
Upgrade
Block or Report

Block or report Lmanangka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lmanangka/README.md

About Me

  • Fulltime Linux user
  • Interested in microcontroller, single board computer and PCB design
  • Write a code for fun and to understand a new concept

Languages

C C++ Python Bash

Stack

Arduino Raspberry Pi Espressif

Most Used Languages in GitHub

Pinned

  1. toy-car-with-camera toy-car-with-camera Public

    Toy car using raspberry and arduino with Raspi-cam

    Python 1

  2. toy-car-using-arduino-and-bluetooth toy-car-using-arduino-and-bluetooth Public

    Build a RC car with arduino and bluetooth module

    C++ 1

  3. esp32-4-channel-relays esp32-4-channel-relays Public

    PCB design four channel relays with ESP32-WROOM-32

    17 6

  4. dota2-scraping dota2-scraping Public

    Collecting data from Dotabuff such as highest winrate, hero stat like lane presence, items mostly used, worst versus and best versus

    Python 1

  5. headless configuration for raspberry pi headless configuration for raspberry pi
    1
    #!/bin/bash
    2
    
                  
    3
    PI_BOOT="YOUR PI BOOT PARTITION (check with 'lsblk')"
    4
    TARGET_DIR="YOUR TARGET DIR FOR MOUNTING PI BOOT PARTITION (usually '/media/YOUR_DIR')"
    5
    
                  
  6. automated backup for important file automated backup for important file
    1
    #!/bin/sh
    2
    
                  
    3
    STORAGE="YOUR BACKUP STORAGE PARTITION (check with 'lsblk')"
    4
    TARGET_DIR="YOUR MOUNT DIRECTORY (usually in /media/YOUR_DIR)"
    5
    BACKUP_DIR="$(date)-Backup"