Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ROM

#33
ARM Processors / Re: MF9BF506N DMAC
June 14, 2015, 09:02:43 AM
Quote from: tha on June 13, 2015, 05:35:14 AM
ต้องขออภัยชาว electoday ที่บอกว่าจะแปลเรื่อง timer คงไม่ได้แปล เนื่องจากต้องปฏิบัติธรรมเอาทางด้านจิตใจไว้ก่อน วัตถุเทคโนโลยีคงต้องตัดทิ้งเอาไว้เพียงแค่นี้ ขอขอบคุณที่ติดตาม

โอ้ อนุโมทนาท่าน tha ด้วยครับ
แค่ที่ท่านช่วยแปลและทำ code เบื้องต้น ก็ช่วยเป็นข้อมูลให้กับผมได้ง่ายขึ้นมาก ขอบคุณมากครับ
ยังไงจะรอติดตามผลงานของท่านต่อๆไปนะครับ
#34
ARM Processors / Re: MF9BF506N DMAC
June 04, 2015, 03:51:55 PM
อ่านไม่ท่านเลย ขอ Save ไว้ก่อนนะ ท่าน tha
#35
ขอบคุณครับ เดี๋ยวนี้ของดีๆ เยอะจัง เล่นไม่ทันเลย
#36
โอ้ เรื่องจริงเลยครับ ชอบมาก โดนใจเลย

ชอบประโยคนี้นะ
"คนที่เก่งจริงในโลกนี้ คือคนชนะได้ แต่ไม่จำเป็นต้องชนะ"

ทำให้ รู้สึกถึงความมีคุณธรรมเลย
#37
sublime ( http://www.sublimetext.com/3 ) ครับ
ใช้แล้วจะติดใจ
#38
ARM Processors / Re: MF9BF506N DMAC
May 20, 2015, 05:33:59 PM
ยอดเยี่ยมครับ ให้ like ไปเลย......
ขอบคุณ ในการแบ่งปันนะครับ ท่านนี่ สุดยอดเลย
#39
น่าสนใจมากครับ ขอบคุณครับ ต่อไปคงมีคนใช้เยอะขึ้นมาก ....
#40
The purpose of this manual is to design and implement a Microcontroller based Parking system. This book is intended for those who are familiar with the basic instructions of any typical microcontroller and C language but want to challenge their knowledge by writing a more complex industrial program. In this case, preparing a control program for an AVR microcontroller and Arduino board to control a car parking system.
Note: By searching "simple Arduino based automated parking lot system" on YouTube, you will be able to watch a demo video of a smooth functioning prototype.
Sending an e-mail as directed in the preface section of the text with a proof of purchase will get you the main code for both projects. They come real handy when something does not work in your developed code.
Developing this project will give you an idea to either how to implement a relatively complex end year college project or give you enough hands on experience to apply for an entry level job on application of Microcontrollers with full confidence.
In this project, a microcontroller – or an Arduino board based system – keeps track of the number of cars parked (16 being the max number), shows the number of slots unoccupied, automatically raises the gate arm to allow cars into the parking lot or leave it. Other functions include keeping track of how much time a car has been parked and the time when a driver leaves the parking lot. As an ending process, the microcontroller will calculate the cost of parking for each car parked. When the amount is paid and the parking operator depresses a paid button, the exit arm gate is raised, and one unit is added to the total number of vacant cars in the parking lot. There is only a difference between the microcontroller based version and the Arduino one: in the Arduino version, a RFID module is used to record the entrance of a car into the parking lot as opposed to microcontroller based which detects the parking slot number by checking which limit switch is depressed when any designated car is parked at that slot. The schematic diagrams of all hardware circuits used in these projects are explained in the text.

Download here