Arduino al/az mount controller based on lx200 protocol. 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 14 Reviews Over 50 business-class features Easy setup. Professional installation. CRM integration

Read More


Designed on a multi-standard basis, HomeGenie is a feature rich Home Automation Server that can interface to various devices such as X10, Insteon, Z-Wave, Philips Hue, UPnP/DLNA, RFXCom, KNX, communicate with external web services and integrate all of this into a common automation enviroment. So even if based on different standards, inside HomeGenie, all “modules” […]

Read More


The “lpACLib” library contains the VHDL description of accurate and approximate versions of several arithmetic modules (like adders and multiplier of different bit-widths) and accelerators. Moreover, it also provides the corresponding software behavioral models/implementations developed in C and MATLAB to enable quality characterization. Besides our novel designs, it also contains implementations for several state-of-the-art arithmetic […]

Read More


This is a port of the Dining Philosopher Problem (DPP) using the Quantum Leaps (http://state-machine.com) hierarchical state machine framework with the Light Weight IP (LwIP) network stack (http://savannah.nongnu.org/projects/lwip) and an ethernet driver implemented on the STM3220G-eval board (http://www.st.com/internet/evalboard/product/250374.jsp) running on stm32f207 Arm Cortex M3 uProcessor. The project is eclipse based and uses Code Sourcery cross […]

Read More


Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. – Console encoder/decoder tools – OS independent – Could be used in embedded projects – Works with raw code-stream LZW features: – Hardcoded dictionary size – Variable code size – Code search is performed by hash table and embedded in dictionary linked lists (encoder) […]

Read More


Input Control is a project to allow users to create and play back logs of their play sessions on retro game consoles that use serial communication controllers. Only SNES is supported in the current version, but future updates can be expanded to most types of consoles. Firmware and some code originally based on jaburn’s NintendoSpy […]

Read More


SmartSlog (Smart Space Ontology) is a software/application development kit (SDK or ADK) for programming Smart-M3 agents (Knowledge Processors, KPs) that consume/produce smart space content according with its high-level ontological representation. SmartSlog applies the code generation approach: given an OWL ontology description, the ontology programming library is produced. The latter provides API to access the smart […]

Read More


A small GUI system for monochrome LCDs suitable for embedded systems with very limited system resources (like 8 bit microcontrollers). Comes with a graphical editor for creating a menu. Runs on Linux and Windows ( cygwin is recommend for using all features). Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications […]

Read More


An Arduino core for the Attiny13 processors designed with small size in mind. *Support*: http://arduino.cc/forum/index.php/topic,89781.0.html Currently supported functions: * = Partial support map() random() randomSeed() millis() micros() delay() delayMicroseconds() * analogRead() analogWrite() pinMode() digitalRead() digitalWrite() pulseIn() (Untested) shiftIn() (Untested) shiftOut() (Untested) If you find any issues be sure to make sure you are using the […]

Read More


this is used to extract a chunk of data from a binary disk file such as a disk image. it can be used to extract the boot sector or MBR or a chunk from any position and length. accepts many types of integer number formats. great for building OS’s (Operating Systems) or general data extraction […]

Read More