<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Arduino Gyroscope (MPU6050) Instrument Issues]]></title><description><![CDATA[<p>Hi there! First time posting and I'm new to PD and Audio programming as a whole.<br />
I'm trying to make a rather basic sound design instrument with an Arduino (Uno) and a mpu6050 gyro/accelerometer. I'm running into some issues with trying to get the data over to PD and then unpacking it once it is there. I've looked through heaps of different tutorials and forums and made some part of a blend from each, to no avail. I'll attach screenshots of my Arduino IDE code and the PD patch so far.<br />
Wiring is as follows: A4 to SDA, A5 to SCL, 5V to VCC, GND to GND.<br />
I'm just trying to get the X, Y or Z values to display in the number boxes to get me started, any help would be amazing or if anybody has any similar projects to share, they would be greatly appreciated!<br />
Kind regards,<br />
Dan<br />
<img src="/uploads/files/1650113353227-picture2.png" alt="Picture2.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1650113353226-picture1.png" alt="Picture1.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 08:43:22 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13899.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Apr 2022 12:55:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino Gyroscope (MPU6050) Instrument Issues on Sat, 16 Apr 2022 12:55:34 GMT]]></title><description><![CDATA[<p>Hi there! First time posting and I'm new to PD and Audio programming as a whole.<br />
I'm trying to make a rather basic sound design instrument with an Arduino (Uno) and a mpu6050 gyro/accelerometer. I'm running into some issues with trying to get the data over to PD and then unpacking it once it is there. I've looked through heaps of different tutorials and forums and made some part of a blend from each, to no avail. I'll attach screenshots of my Arduino IDE code and the PD patch so far.<br />
Wiring is as follows: A4 to SDA, A5 to SCL, 5V to VCC, GND to GND.<br />
I'm just trying to get the X, Y or Z values to display in the number boxes to get me started, any help would be amazing or if anybody has any similar projects to share, they would be greatly appreciated!<br />
Kind regards,<br />
Dan<br />
<img src="/uploads/files/1650113353227-picture2.png" alt="Picture2.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1650113353226-picture1.png" alt="Picture1.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues</guid><dc:creator><![CDATA[TheGingerFig]]></dc:creator><pubDate>Sat, 16 Apr 2022 12:55:34 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Gyroscope (MPU6050) Instrument Issues on Sat, 16 Apr 2022 13:37:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/thegingerfig">@TheGingerFig</a> The last Serial.print() in your loop should be a Serial.println() so that it generates a CR/LF (that's what the [sel 10 13] is looking for).  And then you need the string in that last Serial.println() to terminate with a semicolon (for [fudiparse]).</p>
<p>Edit:  maybe you don't need the semicolon</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues/2</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Sat, 16 Apr 2022 13:37:32 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino Gyroscope (MPU6050) Instrument Issues on Sat, 16 Apr 2022 14:55:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> Hi James, thanks for the speedy response!<br />
I implemented the ln and it's working, I can't thank you enough <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smile.png" title="smile" alt=":smile:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13899/arduino-gyroscope-mpu6050-instrument-issues/3</guid><dc:creator><![CDATA[TheGingerFig]]></dc:creator><pubDate>Sat, 16 Apr 2022 14:55:14 GMT</pubDate></item></channel></rss>