Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

How to store binary information

Status
Not open for further replies.

plchidamparam

New Member
Hi i have to develop a robot which first trains to the obstacle then move in correct direction one it is trained in that obstacle path then it should go in that path correctly so i should store informations for that what can i use and how to store please help me out:)
 
k thanx... but can we program without using the programmer as i just need to store 1 or 0 for moving right 1 for moving left 0 if obstacle comes.
 
you can read/write to i2c eeprom directly from your micro controller, you do not need programmer for that.

note that if you only need to store few 1/0 and you do not need to remember them pass power outtage, you can use RAM in your micro controller to store the data (if you have free ram available)
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top