<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Log data to a microSD memory card</title>
		<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card</link>
		<description>Posts in the discussion thread &quot;Log data to a microSD memory card&quot; - Is there any way to write data programatically to the memory card?</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 08 Aug 2026 04:42:31 +0000</lastBuildDate>
		
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831243</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831243</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 15:13:34 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>[x] like</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831229</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831229</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 15:02:24 +0000</pubDate>
				<wikidot:authorName>retp2401</wikidot:authorName>				<wikidot:authorUserId>890170</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There is a branch here: <a href="https://github.com/aseba-community/aseba-target-thymio2/commit/d3685fae80afb653c25bcc8a25226699c5a3b44b">sd_data</a> which has 4 new natives functions:</p> <p>sd.open()<br /> sd.read()<br /> sd.write()<br /> sd.seek()</p> <p>This cover most usecase.</p> <p>We do not know if we will enable such access in the future release, it depend of other parameters (such as memory constrains and timing constrains).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831180</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831180</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 14:03:57 +0000</pubDate>
				<wikidot:authorName>fboteroh</wikidot:authorName>				<wikidot:authorUserId>890293</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you very much&#8230; I'll be waiting for it :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831140</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831140</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 12:36:01 +0000</pubDate>
				<wikidot:authorName>retp2401</wikidot:authorName>				<wikidot:authorUserId>890170</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Which kind of interface (from an Aseba point of view) would be needed ?</p> <p>open(), seek(), read(), write() (and close() or open(-1)) ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831139</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831139</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 12:33:32 +0000</pubDate>
				<wikidot:authorName>Michael Bonani</wikidot:authorName>				<wikidot:authorUserId>861355</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>But you can log data if the robot is connected. See graphs example <a href="http://aseba.wikidot.com/en:thymiopenduleplot">thymiopenduleplot</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1831137</guid>
				<title>Re: Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1831137</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 12:30:51 +0000</pubDate>
				<wikidot:authorName>Michael Bonani</wikidot:authorName>				<wikidot:authorUserId>861355</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There is no way to do it with actual firmware.<br /> It is not impossible but also not our priority of development.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-681807#post-1830956</guid>
				<title>Log data to a microSD memory card</title>
				<link>http://aseba.wikidot.com/forum/t-681807/log-data-to-a-microsd-memory-card#post-1830956</link>
				<description></description>
				<pubDate>Mon, 12 Aug 2013 02:45:23 +0000</pubDate>
				<wikidot:authorName>fboteroh</wikidot:authorName>				<wikidot:authorUserId>890293</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to write a program to monitor and log data (from temperature sensor for instance). Is there any way to do so?</p> <p>Tks :)</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>