An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: mplab-ide

Choaib-ELMADI/communication-protocols-with-pic16f877a

Practical sessions on communication protocols using PIC16F877A, MPLAB X, and Proteus 8.

Language: SWIG - Size: 4.18 MB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 4 - Forks: 0

Whotz1320/communication-protocols-with-pic16f877a

Practical sessions on communication protocols using PIC16F877A, MPLAB X, and Proteus 8.

Language: SWIG - Size: 1.58 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

LuisGutierrezRaygoza/Pong-Game--PIC18F4550

This is the code in C compiled in CX8 and also the simulation in proteus for the game in ponge. You can play pvp and pvc, pvc has 4 levels.. It also has the.hex

Language: C - Size: 27.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SulaimanNiazi/PIC-clock

A fully functioning clock built using PIC16F877A microcontroller

Language: SWIG - Size: 16.2 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SulaimanNiazi/Timer-Based-Digital-Stopwatch

Digital stopwatch using Timer1. Displays elapsed time over UART in the format MM:SS:MS.

Language: SWIG - Size: 142 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SulaimanNiazi/Simple-EEPROM-Settings-Manager

Implementation of a simple non-volatile settings manager using EEPROM emulation in RAM.

Language: SWIG - Size: 117 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SulaimanNiazi/PIC-Simple-Calculator

A simple calculator made using PIC16F877A and displaying values on LCD display LM016L

Language: SWIG - Size: 8.87 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SulaimanNiazi/Industrial_Production_Counter

An industrial counter built using PIC16F877A microcontroller and displaying count and rate on LM016L LCD.

Language: SWIG - Size: 15.2 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

rahul-97-barman/SPI_CommPIC

Developed an interface with an ADC (e.g., MCP3008) and a flash memory (e.g., AT45DB041E) via SPI. The project includes managing simultaneous communication with both devices, handling data transfer, and implementing advanced error detection.

Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mohitbisht131/PIC-Simple-Calculator

A simple calculator made using PIC16F877A and displaying values on LCD display LM016L

Language: C - Size: 8.86 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

EmbeddedCamerata/SAMD21_touchbar_usb_hid

Touchbar as an USB HID on ATSAMD21G17D.

Language: C - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Tuananhy7/Pic18f4520

read ds18b20 and temperature control in the box

Language: C - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ads930/Thermostat

This is the code for the multiple implementations of a finite state machine thermostat. There is an implementation in C for the dsPIC33EP64MC502, an implementation with VHDL, and an implementation with LabVIEW and DAQmx. TwithFPO_DAQmx.vi requires a MyDAQ to run the program.

Language: C - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

leandroblandi/Termotanque_Assembler

Este repositorio contiene un proyecto del lenguaje Ensamblador. Básicamente es un proyecto en donde mediante un contador se va incrementando progresivamente hasta una temperatura tope, y se cuenta un retardo de 5s, luego se decrementa esa temperatura hasta llegar a la mínima. Es un modelo representativo del funcionamiento de un termotanque.

Language: Assembly - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

felixha00/PIC16F690-12h-digital-clock

12h Digital Clock programmed in Assembly on a PIC16F690

Language: Assembly - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/USART_With_Two_Leds_Project_V2

My second project in c programming language to use USART communication peripheral in Asynchronous mode to communicate with two LEDs.

Language: C - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/USART_With_Two_Leds_Project_V1

My first project in c programming language to use USART communication peripheral in Asynchronous mode to communicate with two LEDs.

Language: C - Size: 421 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Seven_Segment_Project_V2

My second project in c programming language to use two 7 Segments.

Language: C - Size: 256 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Seven_Segment_Project_V1

My first project in c programming language to use 7 Segment.

Language: C - Size: 239 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/ADC_With_4_Bit_Character_LCD_Project

My third project in c programming language to use ADC with 4-Bit Character LCD to show on Character LCD display some words.

Language: C - Size: 412 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Custom_Character_LCD_Project

My project in c programming language to use Character LCD to print custom character on both 4-Bit Character LCD display and 8-Bit Character LCD display.

Language: C - Size: 294 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/ADC_Project_V2

My second project in c programming language to use ADC.

Language: C - Size: 302 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/ADC_Project_V1

My first project in c programming language to use ADC.

Language: C - Size: 379 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Relay_Project

Project in c programming language to use Relay by making two Relays turn on and off.

Language: C - Size: 241 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/DC_Motor_Project

Project in c programming language to use DC Motor by making two DC Motors rotate left and right.

Language: C - Size: 250 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Timer0_Project

Project in c programming language to toggle led by using Timer0 and user can adjust the led can turn on, turn off, toggle as he or she desire from application.c the c source file.

Language: C - Size: 289 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/EEPROM_Project

Project in c programming language to test writing and reading from internal MCU EEPROM by turning on, and off 2 yellow led and user can adjust how many led can turn on, turn off, and user he or she can remove led part from application.c the c source file.

Language: C - Size: 237 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/LED_Project

Project in c programming language to turn on, off and toggle 8 yellow led and user can adjust how many led can turn on, turn off, toggle as he or she desire from application.c the c source file.

Language: C - Size: 201 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Smart_Home_System_Project

Smart Home system project in c programming language includes temperature sensor, real time clock sensor, external eeprom, i2c master mode, and usart in asynchronous master mode.

Language: C - Size: 321 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

moabdelwahab6611/Smart_Home_System_Slave_MCU_Project

Slave micro-controller for my smart home system project in c programming language used to give the user indication by turning on the dc motor so that means temperature exceeds a certain temperature which is 35 degree which user can adjust to any degree he or she desire.

Language: C - Size: 168 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

the-A7M/Micro-controller-emertxe

Microcontroller assignments at EMERTXE

Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AshishA26/MPLAB-Code

👨‍💻 Repository for MPLAB files and relating circuit diagrams

Language: C - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AshishA26/RAINBO2

💡 Code for NeoPixel LEDS

Language: C - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

WesGtoX/Microcontrollers-Microprocessors-I

College "Microcontrollers and Microprocessors I" exercises.

Language: Makefile - Size: 328 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Ashleshk/Proteus-Simulation-And-MPLAB-Programs

This Repository consist of PIC Embedded Programming Codes along with Simualtion Design For Them Built Using Proteus 8.1

Language: Assembly - Size: 453 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

diatrevolo/Curiosity2_tutorial_LED_SW

Very simple first PIC32 Curiosity 2 project

Language: Makefile - Size: 123 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0