- This topic has 2 replies, 3 voices, and was last updated 7 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Code for “how to interface sharp’s distance sensor with 8051 microcontroller” by eswarah
can i get assemble langauga programming for “How to interface Sharp’s distance sensor with 8051 microcontroller (AT89C51)”
Hi there
Inorder to work with such sensors you will need to include an ADC IC, maybe ADC0804 or 0808, with 8051 since 8051's do not have inbuilt ADC support. This "Sharp's Distance Sensor" gives an analog output corresponding to distance (you can check out the relation in its datasheet).
I am therefore sharing some of the links that might be helpful for this thing:
1 "engineersgarage.com/contribution/interfacing-3-axis-accelerometer-with-8051-microcontroller"
2 "engineersgarage.com/contribution/dc-motor-control-using-pwm-with-adc"
3 "engineersgarage.com/contribution/interfacing-adc0808-microcontroller-8051"
when the application hardware is quite big no body uses assembly language because it has certain limitations
everyone prefers embedded C because of its flexibility