This guy talks about doing compression on a microcontroller... with enough memory, perhaps it's possible to generate deltas from the high datarate stream, and then compress the end result to give us the most bang for our iridium-lined buck.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
awesome idea!
DE 'Tad' Heckaman III
unread,
Nov 30, 2011, 3:15:53 PM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
And I'm no programmer, but would using STL help with the storage and handling of the data in the Arduino? It seems like it would make certain functions easier to write.
Looks like STL was ported early this year, and the SRAM stuff was talked about in August. Would have been handy to had this stuff a year ago :)
-- Tad Heckaman
Brad Luyster
unread,
Nov 30, 2011, 3:21:14 PM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
STL objects have a pretty huge RAM + Processor overhead, probably not tenable.
Dan Bowen
unread,
Nov 30, 2011, 3:23:05 PM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
wow and they even tossed in a very nice hardware serial stream: This allows you to drop the clunky println() calls and use the more elegant streams
Dan Bowen
unread,
Nov 30, 2011, 3:24:41 PM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
You might want to follow the early links in this discussion Brad. Tim is laying out a Comm Controller PCB Arduino Mega with 512 kilobytes of RAM onboard!
Brad Luyster
unread,
Nov 30, 2011, 3:44:29 PM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to white-sta...@googlegroups.com
I am following the links. Andy Brown has done a very good job at finding and customizing a tiny STL, but you're still going to get a lot of RAM and CPU thrashing with excessive string manipulation. 512k is enough that this *probably* won't be an issue (except maybe the CPU thrashing), but I was unaware the such a controller was in the works. With a stock 2560, you'd be hurting.