Orange PI Zero is a small SBC (single board computer) with 256/512MB memory, its similar to Raspberry PI Zero with some minor differences: Raspberry PI Zero Orange PI Zero BCM2835 1GHz, Single-core CPU H2+ Quad-core Cortex-A7 1.2GHz 512MB RAM 256MB/512MB None Ethernet 10/100 (PoE) + WiFi Mini-HDMI port None Micro-USB OTG port 1 micro-USB and 1 USB 2.0 Micro-USB power HAT-compatible 40-pin header 26 Pins Header, compatible with Raspberry Pi B+ 13 Pins Header, with 2x USB, IR pin, AUDIO(MIC, AV) Composite video and reset headers Via 13 pins header Optional CSI camera...
Wednesday, May 31, 2017
Friday, May 26, 2017
Node js C++ Addon Overload Resolution - v1.2.0
Major feature implemented for namespace and class wrapping, no more SetMethod/SetPrototypeMethod and target tracking, all is done automatically. Since its inefficient to write so much code, while making sure SetMethod and SetPrototypeMethod is called on each overload and track the namespaces used to store the callbacks manually, an experimental namespace_wrap and class_wrap were introduced, these two classes wrap the needed calls as well as track the targets (v8::Object). The wrappers do add overhead to function execution time but it didn't even register when I did performance analysis. to use the wrappers you'll need to...
Tags: addon, node, node-overload-resolution
Sunday, May 14, 2017
50V 15A Power Supply - $140
I've recently found myself in need of a more powerful power supply than my loyal 50V 3A Circuit Specialists (CSI5003X) I had for many years. So when I did a bit of research, I've found out that even now prices are not very low for a more powerful power supply I've decided to try and DIY it without doing any electronic work. A while back I've seen the DPS5015, which is a 50v 15A programmable power supply which has other versions, 30v/50v, 2A/3A/5A/12A and 15A, add on top of it the possibility to DIY your...
Tags: power supply
Subscribe to:
Posts (Atom)