<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Monk Makes Sensor Board for Microbit with Mu plotter</title>
	<atom:link href="http://www.suppertime.co.uk/blogmywiki/2018/04/monkmakes-plotter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suppertime.co.uk/blogmywiki/2018/04/monkmakes-plotter/</link>
	<description>reading, writing, coding, making</description>
	<lastBuildDate>Tue, 24 Oct 2023 13:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: blogmywiki</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2018/04/monkmakes-plotter/#comment-93558</link>
		<dc:creator>blogmywiki</dc:creator>
		<pubDate>Tue, 29 Jan 2019 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=3103#comment-93558</guid>
		<description>Hi Ryan - apologies for the delay getting back to you, I get a lot of spam comments and the real ones get buried sometimes! Do you get an error message or is the problem just that the numbers don&#039;t get plotted?</description>
		<content:encoded><![CDATA[<p>Hi Ryan &#8211; apologies for the delay getting back to you, I get a lot of spam comments and the real ones get buried sometimes! Do you get an error message or is the problem just that the numbers don&#8217;t get plotted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2018/04/monkmakes-plotter/#comment-93541</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 21 Jan 2019 16:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=3103#comment-93541</guid>
		<description>Hi,

Thanks so much for your tutorials.  I have been using them with different classes and they are fantastic.  I am wondering if you can offer any insight as to how I can transmit the data from the monk makes sensor board to another microbit and then have it show on the live plotter.  I have tried the following but I always get an error.  With some modifications I have had the numbers show up on the REPL for one of the the three sensors but not the plotter.    My students are building &quot;mars rovers&quot; that will drive into a new planetary zone and collect data (wirelessly).


from microbit import *
import radio
radio.on()
radio.config(channel=19)        # Choose your own channel number
radio.config(power=7)           # Turn the signal up to full strength

while True:
    sleep(20)
    pin0reading = pin0.read_analog() # sound - blue line
    pin1reading = pin1.read_analog() # temperature - green line
    pin2reading = pin2.read_analog() # light - orange line
    radio.send(str(pin0reading, ((pin1reading-400)*5), pin2reading))</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks so much for your tutorials.  I have been using them with different classes and they are fantastic.  I am wondering if you can offer any insight as to how I can transmit the data from the monk makes sensor board to another microbit and then have it show on the live plotter.  I have tried the following but I always get an error.  With some modifications I have had the numbers show up on the REPL for one of the the three sensors but not the plotter.    My students are building &#8220;mars rovers&#8221; that will drive into a new planetary zone and collect data (wirelessly).</p>
<p>from microbit import *<br />
import radio<br />
radio.on()<br />
radio.config(channel=19)        # Choose your own channel number<br />
radio.config(power=7)           # Turn the signal up to full strength</p>
<p>while True:<br />
    sleep(20)<br />
    pin0reading = pin0.read_analog() # sound &#8211; blue line<br />
    pin1reading = pin1.read_analog() # temperature &#8211; green line<br />
    pin2reading = pin2.read_analog() # light &#8211; orange line<br />
    radio.send(str(pin0reading, ((pin1reading-400)*5), pin2reading))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
