Skip to content
View skrishnakanth's full-sized avatar
πŸ”†
NEVER STOP !!!
πŸ”†
NEVER STOP !!!
Block or Report

Block or report skrishnakanth

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
skrishnakanth/README.md

πŸ“ž Hello Everyone !!!

I am Krishnakanth.S πŸŽ“, here you can find some interesting stuffs about :shipit:

Overview πŸŽ’

πŸ”° Born on: 20th Oct,1997 🐣 .

πŸ”° Qualification :BE.EEE-2020 πŸŽ“.

πŸ”° Passion : EMBEDDED SYSTEMs πŸ’» πŸ“‘.

πŸ”° Hobbies : 🎢🎧 〰️ 🚲🏁 〰️ πŸ’» πŸ“‘

Skills:brain:

C embed IDE's MC's

c markdown shell script eclipes vs code win linux arduino vim GitHub Raspberry Pi Arduino

Projects πŸ”¬

πŸ’‘ RS232 to LIN Conversion 🌏.

πŸ’‘ Detection of Electromagnetic Radiation from Cell Tower using RTL-SDR and Measurement of SAR level using Raspberry pi 🌏.

πŸ’‘ ESP32 FOTA Through EC25-E 4G GSM Module with AT Commands 🌏.

πŸ’‘ USB_RELAY Control via command-line 🌏.

πŸ’‘ ESP32 FTP_Server with Micro SDcard 🌏.

NOTE ✏️

  • The Project can be verified by clicking ->:earth_asia:<- icon of the respective project.

GitHub Stats πŸ“ˆ

Check me at β›„

linkedin github

Pinned Loading

  1. ESP32_FTP_Server_with_SDcard ESP32_FTP_Server_with_SDcard Public

    C++ 4 2

  2. USB_HID_Relay_cmdline USB_HID_Relay_cmdline Public

    C 2

  3. ESP32_FOTA_via_EC25-module ESP32_FOTA_via_EC25-module Public

    FIRMWARE OVER THE AIR for ESP32 via EC25 4G module through AT Commands.

    C++ 6 1

  4. Detection-of-EMR-using-RTL-SDR Detection-of-EMR-using-RTL-SDR Public

    Python 2

  5. RS232-LIN-conversion RS232-LIN-conversion Public

    RS232 to LIN convertion

    C 5

  6. convert_gd32vf_160x80_display.sh convert_gd32vf_160x80_display.sh
    1
    #!/bin/bash
    2
    
                  
    3
    convert $1 logo.bmp
    4
    convert logo.bmp +flip -strip -define bmp:subtype=RGB565 bmp2:- > logo_rgb565.bmp
    5
    tail -c 25600 logo_rgb565.bmp > logo.bin