Transferring files between Windows and Raspberry Pi
Many times it is necessary to transfer files between Raspberry Pi and Windows Desktop. I use my desktop to write code for Pi because of the availability of editors which I am familiar with; also I am running Pi in headless mode(ie. without monitor). So it is necessary to pull files from Pi for editing and later push it back to Pi.
This possible by using either ftp, sftp or scp. This tool(WinSCP) is one of the easiest method which I found available to transfer files between Windows and Raspberry Pi. It also has options to sync files between both sides while we are busy coding and debugging using various editors on both sides.
Follow these steps
Generating .pem from .p12 for google cloud applications
openssl pkcs12 -in path/to/key.p12 -nodes -nocerts > path/to/key.pem
Raspberry Pi 2 on sale!!
I am very much impressed with the new design and surprised to know that even Microsoft supports it with the windows 10(Windows On Devices) for free(for those who Joins the Windows for their IoT Development program).
Though Microsoft supports it. I think this is their step to capture a share in the new market of Internet of Things like all giants are trying now. I am not sure yet how much it will be beneficial for the Open community.
Anyways, raspberry will still continue to grow as one of the first choice for enthusiasts and small business category of people due to it price $35. Old models are still available for the same price.
I have a Model B board which I use for some automation of fish tank and door bell now.
For me and this is the easiest option to do an embedded project because I am more comfortable with the programming part. Using a microcontroller will consume a lot of time for the initialization kind of stuff. Same project which can be made with Pi in an hour will take a week to do using a conventional microcontroller. Moreover, if we want to use WiFi/Ethernet connectivity it will cost further more time and money.
Below attached a video from the release page.
BCM2836 silicon bringup from Raspberry Pi Foundation on Vimeo.