PIC: Unterschied zwischen den Versionen

Aus Wiki_2020
Wezi (Diskussion | Beiträge)
Wezi (Diskussion | Beiträge)
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== unsorted ==
== unsorted ==
[https://www.microchip.com/en-us/application-notes/tb3261.html TB3261 - PIC1000: Getting Started with Writing C-Code for PIC16F and PIC18F]
[https://microchipdeveloper.com/dtda:icsp-considerations ICSP ]
[http://ww1.microchip.com/downloads/en/devicedoc/50002173a.pdf]
http://picforum.ric323.com/index.php<br>
[http://ww1.microchip.com/downloads/en/devicedoc/50002053g.pdf]
[https://www.microchip.com/en-us/application-notes/tb3261.html TB3261 - PIC1000: Getting Started with Writing C-Code for PIC16F and PIC18F]<br>
[https://microchipdeveloper.com/tls2101:start]
[http://ww1.microchip.com/downloads/en/devicedoc/50002173a.pdf MPLAB XC8 Getting started Guide]<br>
[http://ww1.microchip.com/downloads/en/devicedoc/50002053g.pdf MPLAB XC8 Compiler User Guide]<br>
[https://microchipdeveloper.com/tls2101:start Microchip Developer - Fundamentals of the C Programming Language]<br>
[http://microchip.wikidot.com/mcc:overview MCC]
[https://onlinedocs.microchip.com/pr/GUID-5A03F818-B7FC-4062-9792-57D08543B586-en-US-3/index.html?GUID-4FF6C8DE-2375-4456-9150-3ECCDAEB82B4 MCC technical Reference]


== PIC relatet things ==
== PIC relatet things ==
Zeile 19: Zeile 23:
=== PIC24 ===
=== PIC24 ===


[http://www.microchip.com/forums/m546110.aspx Re-mappable peripheral how to]
[http://www.microchip.com/forums/m546110.aspx Re-mappable peripheral how to]<br>
 
[http://singularengineer.com/peripheral-pin-select-pps-using-xc16-and-mplab-x/ Peripheral Pin Select (PPS) (using XC16 and MPLAB X)]<br>
[http://singularengineer.com/peripheral-pin-select-pps-using-xc16-and-mplab-x/ Peripheral Pin Select (PPS) (using XC16 and MPLAB X)]
[https://modtronicsaustralia.com/support/pic24-microcontroller-tutorials/ PIC24 Tutorials]<br>
 
[https://modtronicsaustralia.com/support/pic24-microcontroller-tutorials/ PIC24 Tutorials]


=== Microchip ===
=== Microchip ===
Zeile 30: Zeile 32:


==== <u>MPLAB X</u>====
==== <u>MPLAB X</u>====
PIC Kit3 doesnot work @Win10  guggst du hier .. scroll down a lot  [https://www.microchip.com/forums/m936066.aspx]
PIC Kit3 doesnot work @Win10  guggst du hier .. scroll down a lot  [https://www.microchip.com/forums/m936066.aspx]<br>
 
[https://microchipsupport.force.com/s/article/Could-not-connect-to-tool-hardware-PICkit3PlatformTool-The-debugger-could-not-be-started-Terminating-debug-session PIC Kit3 does not work]<br>
[http://microchipdeveloper.com/xc8:console-printing Simulator Console printf()]
[http://microchipdeveloper.com/xc8:console-printing Simulator Console printf()]


Zeile 81: Zeile 83:


=== Rotary Encoder ===
=== Rotary Encoder ===
 
*[https://stackoverflow.com/questions/57988939/how-to-read-rotary-encoder-input Rotary C Arduino]<br>
*[http://www.pavius.net/2010/02/rotary-encoder-based-cooking-timer/ Rotary encoder based cooking timer]
*[http://www.pavius.net/2010/02/rotary-encoder-based-cooking-timer/ Rotary encoder based cooking timer]<br>
*[http://sprut.de/electronic/pic/programm/rotary/rotary.html rotary by sprut]
*[http://sprut.de/electronic/pic/programm/rotary/rotary.html rotary by sprut]<br>
*[http://www.circuitsathome.com/mcu/programming/reading-rotary-encoder-on-arduino reading rotary encoder on arduino]
*[http://www.circuitsathome.com/mcu/programming/reading-rotary-encoder-on-arduino reading rotary encoder on arduino]<br>
*[https://www.candrian.gr/index.php/3-pin-rotary-encoder-how-to/]
*[https://www.hobbytronics.co.uk/arduino-tutorial6-rotary-encoder]


=== Codesammlungen Beispielprojekte Tutorials ===
=== Codesammlungen Beispielprojekte Tutorials ===

Aktuelle Version vom 19. Juni 2023, 19:10 Uhr

unsorted

ICSP http://picforum.ric323.com/index.php
TB3261 - PIC1000: Getting Started with Writing C-Code for PIC16F and PIC18F
MPLAB XC8 Getting started Guide
MPLAB XC8 Compiler User Guide
Microchip Developer - Fundamentals of the C Programming Language
MCC MCC technical Reference

PIC relatet things

https://microchip.wikidot.com/xpress-mchp:working-with-github MPLABXpress & Github

Hardware

PIC Nano Breadboard

Applicationnotes

ICSP

PIC24

Re-mappable peripheral how to
Peripheral Pin Select (PPS) (using XC16 and MPLAB X)
PIC24 Tutorials

Microchip

MPLAB X

PIC Kit3 doesnot work @Win10 guggst du hier .. scroll down a lot [1]
PIC Kit3 does not work
Simulator Console printf()

LCD

DSPIC 33 4pin LCD XC16

Programmer

Display's

Code

TFT mit Touch

DOGL

DOGM

DOGM Grafik

OLED

C Compiler

CCS-Compiler Manual

Rotary Encoder

Codesammlungen Beispielprojekte Tutorials

Eigene PIC-Projekte

Software

Know How

http://urspoulsen.bplaced.net/Code/Neopixel/html/index.html http://urspoulsen.bplaced.net/Code/PIC24_DOG/html/index.html