6 months or so ago I was busy playing with the Pi as a gateway, reading info in via serial from a few nodes every 1 min, writing to disk constantly, etc, killed the sd card with too many writes after 2+ months running I think, at least caused the pi to fall over. Over the years had other issues like this with the PI so decided it was time to try something different (lots of ways I could have continue to use the Pi, but wanted to try a new "cheaper" board).
Went down the road of the Omega 2 this past week. Smaller footprint, built in storage. Thou you need to buy a base for it, which sucks (as does their .2mm pin setup), but after 2 days of playing with it so far, much happier using it as a gateway with a whisper node feeding it than I was with the Pi.
In both cases just feeding it via serial, the difference on the Omega 2 is that it has multiple UART's, in this case ttyS0 and ttyS1, instead of just S0 that is tied to the console and on the Pi was a bit of a pain to go in and shut off for use this way.
One gotcha with the Omega 2 and serial though is feeding it at 115200 doesn't seem to work, it starts missing char reads. Not sure where the sweet point is, but just dropped it down to 9600 which works fine for my app.
Love the serial out on the whisper node and just wanted to point out there are other things that may make a good gateway besides just the pi.
Went down the road of the Omega 2 this past week. Smaller footprint, built in storage. Thou you need to buy a base for it, which sucks (as does their .2mm pin setup), but after 2 days of playing with it so far, much happier using it as a gateway with a whisper node feeding it than I was with the Pi.
In both cases just feeding it via serial, the difference on the Omega 2 is that it has multiple UART's, in this case ttyS0 and ttyS1, instead of just S0 that is tied to the console and on the Pi was a bit of a pain to go in and shut off for use this way.
One gotcha with the Omega 2 and serial though is feeding it at 115200 doesn't seem to work, it starts missing char reads. Not sure where the sweet point is, but just dropped it down to 9600 which works fine for my app.
Love the serial out on the whisper node and just wanted to point out there are other things that may make a good gateway besides just the pi.
