<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Proof that the nRF52832 is a beast of computation power</title><link>/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><description>Here is a demo of a small graphics engine I designed that allows me to embark moving pictures on a nRF52832 directly in code with a reasonable occupied memory size (i can do RLE or LZ4 compression).
The screen Newhaven Display (NHD-C12864A1Z-FSRGB-F</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Sat, 19 Mar 2016 21:02:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Fabien Comte</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Here is the final prototype board :-) Sub meter vertical displacements catched by GPS.
fabiencomte.tumblr.com/.../voir-des-mouvements-verticaux-relatifs-inf&amp;#233;rieurs&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Mon, 29 Feb 2016 20:52:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Fabien Comte</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Screen is 128 x 64 monochrome =&amp;gt; 8192 bits =&amp;gt; 1024 bytes&lt;/p&gt;
&lt;p&gt;I use a double buffer so about 2 x 1024 bytes + 1024 bytes as decompression work buffer + few more bytes.&lt;/p&gt;
&lt;p&gt;So say less than 4 Kbytes RAM.&lt;/p&gt;
&lt;p&gt;Cat animation is 35.7 Kbytes uncompressed and 21.1 Kbytes after custom compression.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Mon, 22 Feb 2016 10:13:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Anders Strand</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cool stuff!
What resolution is the screen, and how much memory is used for storing and processing the image?&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Mon, 22 Feb 2016 08:22:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>wlgrd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice :)&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Sun, 21 Feb 2016 19:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Fabien Comte</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I cannot provide any source because this is the property of my client but i found that during my pre research (&lt;a rel="nofollow" target="_blank" href="https://github.com/olikraus/u8glib)"&gt;github.com/.../u8glib)&lt;/a&gt;. I have not used it because I have written a special graphics lib that minimise SPI transferts to minimum to maximum avoid radio perturbations for GPS*.&lt;/p&gt;
&lt;p&gt;*: fun fact, I did some tests. Average bytes count exchanged to update image pass from more than 1 Kbytes to 35 bytes (I just send deltas) !!! On GPS cold start for difficults conditions (indoor), first fix is up to 2 times faster (mean on multiple tries) when I activate minimisation in my lib.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Sat, 20 Feb 2016 07:16:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>wlgrd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;@fabien, Really cool work! Do you have any source available for this?&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Wed, 17 Feb 2016 10:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Fabien Comte</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I checked that I can prepare / transfert a lot of FPS (with Saleae Logic analyser) but pixels are so light grey that it&amp;#39;s not acceptable for a confortable human read.&lt;/p&gt;
&lt;p&gt;But in my case I will use the display for a portable device with a low FPS target (4) and it&amp;#39;s not a problem. The screen is transflective and that&amp;#39;s useful, you can read it outside (with sun) and consumption is quite low (if you not activate RGB backlight or heating for sure). On the demo video, partial green backlight was activated. Without backlight it&amp;#39;s very 90&amp;#39;s Nintendo Gameboy style.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Tue, 16 Feb 2016 17:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Wojtek</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice! Sad that display limited real framerate, but good to see that anyway.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Proof that the nRF52832 is a beast of computation power</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/proof-that-the-nrf52832-is-a-beast-of-computation-</link><pubDate>Tue, 16 Feb 2016 09:00:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af88d21-ca00-4fee-949a-ff2a6a204e96</guid><dc:creator>Luis</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice! Would be great to see what is achievable with a higher refresh speed screen. :)&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=897&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>