are all 10bit giving 0>1023 or is it diffrent for every micro controller? Also how are you able to get the digital value ? oh, 1 more thing, what program are you using to display the Rawtemp and calculatedtTemp ??
@zkjgrty I am just reading the analog to digital value in the microcontroller. The raw temp is the straight digital value and the calculated Temp is the value after the temperature calculation has been done.
@abbtech Sorry, I've not used a micro controller before, how would I physically tell the micro controller what to run. ie: install that code onto the chip?
@abbtech Sorry to be a bother. But I'm fine with writing the code. But I mean, how to I install the code that I've written onto the Micro controller. Do I tell the manufacturers what code I want loaded on it, or do I need to plug it into my PC to install the code?
any idea how to connect 4pin to 3pin for gpu??! pls
Shaylesety 1 month ago
Could you please explain me which pins of the rs232 cable did you use???
pascuale1990 10 months ago
@pascuale1990
There is a link in the article comments with that information. (Link to the article is in the video comments)
abbtech 10 months ago
are all 10bit giving 0>1023 or is it diffrent for every micro controller? Also how are you able to get the digital value ? oh, 1 more thing, what program are you using to display the Rawtemp and calculatedtTemp ??
Thanks
zkjgrty 1 year ago
@zkjgrty I am just reading the analog to digital value in the microcontroller. The raw temp is the straight digital value and the calculated Temp is the value after the temperature calculation has been done.
abbtech 1 year ago
Great videos!
But how do you tell the micro controller what to do? (I.e. Program it?)
Thanks!
MyRandomReviews 1 year ago
@MyRandomReviews
The code is written in PICBasic Pro.
abbtech 1 year ago
@abbtech Sorry, I've not used a micro controller before, how would I physically tell the micro controller what to run. ie: install that code onto the chip?
MyRandomReviews 1 year ago
@MyRandomReviews
You need to write some code. I use a language called PicBasic Pro, I didn't go into the details since it would have made the video too complex.
abbtech 1 year ago
@abbtech Sorry to be a bother. But I'm fine with writing the code. But I mean, how to I install the code that I've written onto the Micro controller. Do I tell the manufacturers what code I want loaded on it, or do I need to plug it into my PC to install the code?
Thanks again.
MyRandomReviews 1 year ago
@MyRandomReviews
I used a programmer. The one I used is a PICKIT 2
abbtech 10 months ago