go away spammer

Author Topic: how to store values in avr memory for future use  (Read 1651 times)

0 Members and 1 Guest are viewing this topic.

Offline ram aravindTopic starter

  • Jr. Member
  • **
  • Posts: 11
  • Helpful? 0
how to store values in avr memory for future use
« on: November 01, 2012, 01:35:31 AM »
 hi.. i m working on a project, i need to follow  a grid and note the points of nodes at the intersections and store those co ordinate values in my avr memory . after which i have use these values to solve the grid again to find a block placed at some intersections.. can i get help reagrding how to store arrays of values in avr memory and to autonomously solve the grid..

Offline Soeren

  • Supreme Robot
  • *****
  • Posts: 4,672
  • Helpful? 227
  • Mind Reading: 0.0
Re: how to store values in avr memory for future use
« Reply #1 on: November 01, 2012, 01:49:18 AM »
Hi,

First, you need to specify which particular chip you've got - AVR is a controller family, each differently equipped.

Second, you need to specify the max. size of the grid and how many parameters you want to store for each "cell".

(You may need to consider external flash RAM or EEPROM for storage,depending on the grid size).
Regards,
Søren

A rather fast and fairly heavy robot with quite large wheels needs what? A lot of power?
Please remember...
Engineering is based on numbers - not adjectives

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: how to store values in avr memory for future use
« Reply #2 on: November 06, 2012, 08:30:49 AM »
How many points on the grid, and how much information stored at each point?

EEPROM might be enough.

If not, you'll need to use a SSD card.

For example, I used a card to store several days worth of non-stop data here:
http://www.societyofrobots.com/experiment_hurricane_sandy.shtml

 


Get Your Ad Here

data_list