Ben Nuttall

Authored Content

Authored Comments

If you don't require the specifics this upgrade brings, then that's fine.

Regarding additional RAM: the memory limit of the BCM2837 chip is 1GB so we can't increase this without going the next step and moving to another chip. As this is purely a "plus" model, not a whole new Pi, it has essentially the same chip as Pi 3.

Also it's worth considering that RAM is one of the more expensive parts of the board, and doubling the on-board memory would significantly increase the price. We have always thrived to keep the board the same price at $35 and squeezed more into it.

What are you using the Pi for that's having it run out of memory? I've only ever seen that while trying to build something big like matplotlib while running the desktop (works fine if you run without x)

Whoops - looks like a bit got left off. The full line should be:

print("Tweeted: {}".format(message))

Thanks - I'll get that fixed up.