My startup is getting ready to release a product based on the Raspberry Pi. We're using it a controller for a remote sensor network that then uploads all the data to our central servers for analysis.<p>Is anybody else here using the Raspberry Pi in production?<p>If so, what kinds of issues have you had with it?<p>We know about the low write life of SD cards and are working to get around it, but we won't really know how well our product stands up until it's out in the field for months.<p>What are you using to develop and test them?<p>I'd love to discuss the challenges with anybody else working on a similar project.
Sure, I'll bite.<p>One of the practical challenges we ran into was powering the damned things in embedded environments--PoE can handle this neatly. Another part was working out if cooling became an issue in our chosen environment...we figure we'll cross that bridge after alpha testing shows how things go. I suspect a small fan and convective cooling will be sufficient, if not a big heatsink built into the case.<p>We also looked at using BeagleBone Blacks for the same application. The main draw of a Raspberry Pi was that you can replace them easily and they're good enough for an MVP until you can justify developing a real embedded system.