blog.alptugan.com
pi « alp tuğan | interaction, sound & design
http://blog.alptugan.com/tag/pi
Interaction, sound and design. Access Raspberry Pi over your network. Posted by alp tuğan. On 2015.01.25, under Solution Center. 1- Plug Raspberry Pi to HDMI, keyboard, network cable (cat5) SD card with the OS. 2- connect PU 5 volt 2.1 amp. 3- Select Rasbian OS to install. 4- Wait for the installation to finish. 5- If everything is ok, you should see a screen as follows. 6- Now, you can plug off your HDMI cable. 7- Open Terminal in your Mac OS X. Ssh pi@192.168.2.34. Is the default username and raspberry.
blog.alptugan.com
How to connect Arduino + 74HC595 + LCD 16×2 « alp tuğan | interaction, sound & design
http://blog.alptugan.com/2014/09/28/how-to-connect-arduino-74hc595-lcd-16x2
Interaction, sound and design. How to connect Arduino 74HC595 LCD 16×2. Posted by alp tuğan. On 2014.09.28, under arduino. I put necessary files at the bottom o f the post. There are different kinds of 16×2 LCDs on the market. So, the placement of the pins can be varied. There are some tutorials on the web which are showing how to connect Arduino LCD 74HC595, however I couldn’t make any of them work. Because, my LCD’s pins placements are not same as the tutorials that I found. 8211; Open Applications.
blog.alptugan.com
Access Raspberry Pi over your network « alp tuğan | interaction, sound & design
http://blog.alptugan.com/2015/01/25/access-raspberry-pi-over-your-network
Interaction, sound and design. Access Raspberry Pi over your network. Posted by alp tuğan. On 2015.01.25, under Solution Center. 1- Plug Raspberry Pi to HDMI, keyboard, network cable (cat5) SD card with the OS. 2- connect PU 5 volt 2.1 amp. 3- Select Rasbian OS to install. 4- Wait for the installation to finish. 5- If everything is ok, you should see a screen as follows. 6- Now, you can plug off your HDMI cable. 7- Open Terminal in your Mac OS X. Ssh pi@192.168.2.34. Is the default username and raspberry.
blog.alptugan.com
Solution Center « alp tuğan | interaction, sound & design
http://blog.alptugan.com/category/solution-center
Interaction, sound and design. Enable I2C on rPi. Posted by alp tuğan. On 2016.03.30, under raspberry pi. If so check blacklist file. It depends on your board type. Sudo nano /etc/modprobe.d/raspi-blacklist.conf. Comment out following lines as follows;. Sudo apt-get install python-smbus. Sudo apt-get install i2c-tools. Sudo nano /boot/config.txt. Add these line at the bottom of the file. Advanced options- enable i2c. Do not forget to reboot. Check whether it works or not. Posted by alp tuğan. From the ab...
blog.alptugan.com
arduino « alp tuğan | interaction, sound & design
http://blog.alptugan.com/tag/arduino
Interaction, sound and design. Posted by alp tuğan. On 2012.03.10, under Action Script. For a long time, I couldn’t post anything to my blog. We’re very busy with the works in Filika Design. Check out our web site). And I’m trying to gain my coding skills on different coding enviroments like c , unity and java-Javascript…. On the flash side, I’m busy with the new Starling. Some works from Filika Design;. Second video is floor projection application. However, it’s working with Kinect Adobe Air&#...Posted ...
blog.alptugan.com
crystal « alp tuğan | interaction, sound & design
http://blog.alptugan.com/tag/crystal
Interaction, sound and design. How to connect Arduino 74HC595 LCD 16×2. Posted by alp tuğan. On 2014.09.28, under arduino. I put necessary files at the bottom o f the post. There are different kinds of 16×2 LCDs on the market. So, the placement of the pins can be varied. There are some tutorials on the web which are showing how to connect Arduino LCD 74HC595, however I couldn’t make any of them work. Because, my LCD’s pins placements are not same as the tutorials that I found. 8211; Open Applications.
blog.alptugan.com
alp tuğan « alp tuğan | interaction, sound & design
http://blog.alptugan.com/author/admin
Interaction, sound and design. How to install packages/extensions/plugins for Sublime Text 2? Posted by alp tuğan. On 2013.08.13, under Solution Center. I have been working with Sublime Text 2 for two years nearly. After some time, I need to enhance it to save much more time while I’m coding. There will be another post about extension / plugins which I use with Sublime Text 2 in the future by the way…. 1- Download the package/plugin/extension (whatever you say). 2- Unzip it as usual. Posted by alp tuğan.
blog.alptugan.com
tutorials « alp tuğan | interaction, sound & design
http://blog.alptugan.com/category/tutorials
Interaction, sound and design. Install Samba Server on Raspberry Pi to access over network. Posted by alp tuğan. On 2016.03.09, under raspberry pi. Sudo apt-get install samba samba-common-bin. Sudo mkdir -m 1777 /data. From the above command we can see the easy part, creating the directory /data. As it is at the root of the file-system we will need administrative permissions to do this so we run it prefaced with the sudo command. The mode of the directory is set with the -m option:. Sudo cp /etc/samba/sm...
blog.alptugan.com
74hc595 « alp tuğan | interaction, sound & design
http://blog.alptugan.com/tag/74hc595
Interaction, sound and design. How to connect Arduino 74HC595 LCD 16×2. Posted by alp tuğan. On 2014.09.28, under arduino. I put necessary files at the bottom o f the post. There are different kinds of 16×2 LCDs on the market. So, the placement of the pins can be varied. There are some tutorials on the web which are showing how to connect Arduino LCD 74HC595, however I couldn’t make any of them work. Because, my LCD’s pins placements are not same as the tutorials that I found. 8211; Open Applications.
blog.alptugan.com
arduino « alp tuğan | interaction, sound & design
http://blog.alptugan.com/category/arduino
Interaction, sound and design. Posted by alp tuğan. On 2009.06.16, under arduino. Glitchograph is an image processing interface. It shoots user’s photograph via webcam that attached on the frame. There are two push buttons on the frame. One is for to capture image and apply it glitch filter. Other one is for refreshing screen to enable capture new images. Arduino 4 Switches Single Output. Posted by alp tuğan. On 2009.06.14, under arduino. Openframeworks – cinder – c. OS X Tips and Hacks.