
The motionEye project is alive! After many years, we have new pre-release versions.
The motionEye project is an open-source web interface designed for managing and visualizing camera systems with motion detection. It is the frontend for the popular Motion software, which is used for motion detection in video recordings, allowing users to conveniently monitor and control cameras through a browser.
All articles

Car PC project with Raspberry Pi
Andrei Istodorescu shared the project with Raspberry Pi at the website google+. Raspberry Pi model B (256MB RAM) is base of this project. Next devices are 7″ display with touchscreen,…

USART1 – STM32L100 Discovery
If you program microcontrollers by STM (STM32F4, STM32F0, STM32L1) with Standard Peripheral Library your code is bigger than without Standard Peripheral Library. It is motivation why we can program of…

FTP with Raspberry Pi – anonymous and ftp-user
Instalation FTP (vsftpd): sudo apt-get install vsftpd in the file /etc/vsftpd.conf find setting for vsftpd. You can find setting for enable anonymous, allow log in from local users, enable any…

19 development boards to 30? from manufacturer
The development boards are very popular. I decided to share this list. These boards are interesting, popular and cheap (to 30? – by farnell.com). If you click on the picture,…

Raspberry Pi – LED Turn On/Off and Blinking
Blinking LED is basis any programming. This is complete code for blinking LED, turn ON or turn OFF LED on GPIO 7. The program is written in python language and…

Wirelles module NRF24L01(2.4GHz) doesn’t work
Our reader (V.K.) send article by inoperative wireless module NRF24L01 with integrated amplifier, which works on frequency 2.4GHz. His project was function with module with integrated antenna, but project with…

Step-down MC34063 – 12-3.3V/500mA
This is next circuit switching converter. This converter reduces the voltage from 12V to 3.3V with very popular DC/DC converter MC34063. The coil was calculated on the 22uA, but the…

Eagle tips and tricks
HOW TO create a bus, adding copper ground pour in Eagle, adding pin power operational amplifier, move text/name/value components, increasing pad (pin) of component. How to increase size of pad…

uCLinux and STM32F429
If you want to try linux on STM32 microcontrollers (ucLinux a STM32F429-Discovery), check this tutorial. First step, download openocd from sourceforge website or install it from application and software center…

MSP430F2132 and programming with LaunchPad – Spy-bi Wire
Microcontroller MSP430F2132 is programming 2-Wire JTAG (=SBW, Spy-bi Wire) or 4-Wire JTAG. MSP430 LaunchPad can programming SBW. On input reset (RST) is connected pull-up resistor. If microcontroller isn’t connected, you…