Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

PIC16F877A interface RS-485 protocol tutorial. Send data to PC over RS-485.

Автор: Learning Microcontrollers

Загружено: 2025-04-17

Просмотров: 319

Описание:

Hello Guys,
Welcome to learning microcontrollers,
Guys I have been making lectures on electronics and embedded system since 2019 for free for everyone on youtube.
My videos are based on powerpoint presentations for the viewers for easy understanding of the circuit.
Now you guys have a chance to support my channel by buying these presentations.
The file contains over 180 project presentations.
This will allow me to buy new sensor and modules to make new and better videos for you guys.
Names of the patreons will be in my next video.
Link to patreon page:

https://www.patreon.com/user/shop/ove...

/////////////////////////////////////////////////////**********************************///////////////////////////////// Hello guys,
Welcome to Learning Microcontrollers youtube Channel,

Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:

1- https://www.udemy.com/course/pic16f87...
2- https://www.udemy.com/course/mikroc-f...
3- https://www.udemy.com/course/mikroc-f...
4- https://www.udemy.com/course/pic-micr...
5- https://www.udemy.com/course/learn-ar... ///////////////////////////////////////////////////// #electronics #arduino #arduinoproject #project #microcontroller #circuitdiagram #circuitdiagram #simulator #simulation #proteus #proteus8 #pic16f877a #arduinotutorial #electronictutorial #embedding #embeddedprojects #embedded_system #embeddedprojectcenters #embedded_system #diy #diycrafts #diyideas #diyproject #diyarbakır #toggle #toggleswitch #switch #bluetooth #hc05 #wireless

Use PIC16F877A to generate a counter and use Smartphone to display and control it using HC-05 Bluetooth module.

PIC16F877A specifications:
This powerful (200 nanosecond instruction execution) yet easy-to-program (only 35 single word instructions) CMOS FLASH-based 8-bit microcontroller packs Microchip's powerful PIC® architecture into an 40- or 44-pin package and is upwards compatible with the PIC16C5X, PIC12CXXX and PIC16C7X devices. The PIC16F877A features 256 bytes of EEPROM data memory, self programming, an ICD, 2 Comparators, 8 channels of 10-bit Analog-to-Digital (A/D) converter, 2 capture/compare/PWM functions, the synchronous serial port can be configured as either 3-wire Serial Peripheral Interface (SPI™) or the 2-wire Inter-Integrated Circuit (I²C™) bus and a Universal Asynchronous Receiver Transmitter (USART). All of these features make it ideal for more advanced level A/D applications in automotive, industrial, appliances and consumer applications.


PIC16F877A datasheet link:
https://ww1.microchip.com/downloads/e...


1- How to download and install MikroC for PIC full version for free from official website. 100% Legit.
   • How to download and install MikroC for PIC...  

2- Tutorial on downloading, installing and using PICKIT 3 programmer tool.
   • Tutorial on downloading, installing and us...  

3-Setting up a PIC16F877A/PIC16F887/PIC18F****.
   • Setting up a PIC16F877A/PIC16F887/PIC18F****  

4- PIC16F877A a basic Introduction.
   • PIC16F877A a basic Introduction  

5- If you guys like my work you can support my work using Patreon link below:
patreon.com/user?u=81261678

NOTE: The code was written during the lecture. Please make any minor corrections if required. Or please do discuss.

6- MikroC for PIC code:

void main() {
UART1_Init(9600);
Delay_ms(100);
while(1)
{
if (UART1_Tx_Idle() == 1) {
UART1_Write_Text("Learning Microcontrollers");
UART1_Write_Text(" ");
UART1_Write_Text("RS-485 to PIC16F877A tutorial");
UART1_Write_Text(" END ");
}
Delay_ms(250);
}
}

PIC16F877A interface RS-485 protocol tutorial. Send data to PC over RS-485.

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(0) { }

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]