Posts List

Raspberry Pi Zero security camera

Raspberry Pi Zero security camera

Download files Get the files from Github What are the main features? I have built a security camera using a Raspberry Pi Zero, built the case with camera mount, easy to mount to a wall. Designed using OpenSCAD, so it’s fully parametric. The main feature of this security camera is that it captures the movements and emails them to you, but first it checks if you are at home by trying to connect to your phone via bluetooth.

The future of business, Robotics Agencies

The future of business, Robotics Agencies

The robotics revolution is about to happen as we are all expecting. But how will it take place, and what will change in our lives? The robot Open-source is the only way Like everything else in life, the development will be gradual so that it won’t happen overnight. It is essential for the giant companies to get involved in the robotics development. Still, I don’t think that it will be them who will take the initiative, it will be crowdfunded open-source communities, because there won’t be big wins for early starting commercial organizations.

Evolution Simulation

Evolution Simulation

Here is the link http://www.beyazcuce.com/hunt Introduction I have always wondered if evolution can be simulated or not and decided to try by myself. Even though I truly believe that the evolution does exist and work in the everyday life, seeing soemthing with your own eyes makes you feel it to your bones, just like seeing a planet by a telescope for the first time. You know that it is there, but when you see it with your own eyes, you experience a special moment.

World visa regulations

World visa regulations

I have created a table for every country’s visa regulation for every other country. It is a pretty simple tool to use, see for yourself at Visa regulations

Quest Smith

Quest Smith

Quest Smith is a Raspberry Pi Zero driven thermal printing text based game. In each level, it gives you options to choose so every game is different than the other one depending on your choices. Parts list: 1 Raspberry Pi Zero 1 Thermal printer, I used GOOJPRT (https://bit.ly/2H0mE9l) 1 5V Voltage Step-up Boost Module (https://bit.ly/2SOJ13i) 1 TP4056 (https://bit.ly/2EQ2gWp) 1 18650 battery (https://bit.ly/2SM6QZk) 2 Momentary Tactile Switches (https://bit.ly/2TlT4BN) 1 3D printed case top 1 3D printed case bottom 1 Micro usb to usb female cable (https://bit.

My First PCB

My First PCB

After I moved to Victoria, I met someone who asked me to help him to build a quality assurance station to weigh the end product and kick out if the weight of the product is not in between the desired range. I wasn’t sure if I would be able to build it but I still accepted the task. As usual I started with an arduino board and researched about the weigh sensors.

The process has been signaled with signal '6'

What is this article about? I had an annoying problem with composer on macosx while trying to install some packages, the error being thrown was not informative at all [Symfony\Component\Process\Exception\RuntimeException] The process has been signaled with signal '6' Solution First, run the composer command verbose with composer -vvv Then you will see where it fails. In my case, it was failing right after: Executing command (/Users/bekir/.composer): svn info --xml So I tried svn info --xml alone to see what is really happening.

What Happens When You Do Not Update Drupal

What is this article about? I will talk about what happens when you do not update your Drupal website core and contributed modules. What does this document cover? Why it is important to update your Drupal website? How do they get into your server? How to fix your hacked drupal site? How can I secure my server? Why it is important to update your Drupal website? Drupal is an open source project.

A New Tasklist Method

What is this article about? I will talk about my personal method on how to make a priority list of things that you want to do. Why to make a priority list? If you have big dreams and don’t know where to start or small errands are always blocking you to take a step on the path to your projects, it’s better to organise your ideas first and prioritise them to know where to start from.

How to Backup Your Webserver Files Using Rsync

How to backup your webserver files and mysql database using rsync.net I am very happy with my provider, but if you don’t have backup server for your account, you need another service to backup your files. After a little research, i found rsync.net. Their price is acceptable ($0.80-1.4 gb/mounth | static - global redundant) , and the service is really fine. I want to backup my dbs every night, but files; every two weeks.