Design a romantic PCB using a free PCB design tool – EasyEDA

Have you ever tried to design a romantic PCB for your lover or an interesting PCB for your children or friends on a special day? Why not? PCB also could be a fantastic gift which comes from your creativity. Here I’d like to share a romantic and practical PCB to you. This is my PCB Board. It looks straightforward but exciting, meaningful, and romantic…..

Continue reading

Expanding Raspberry Pi 3 WiFI range with external antenna

The Raspberry Pi 3 Model B uses standard 2.4GHz 802.11n wireless technology, which typically has a range of up to 30 meters (98 feet) in open space. However, the range can be affected by various factors, such as the presence of walls and other obstacles, interference from other wireless devices, and the sensitivity of the receiving device. Therefore, the actual range may vary in different environments. As wardr states: “It’s not clear why an external antenna is not an option for the Pi 3 ”. He thought, why not including one by himself. He found that there can be two options for including external WiFi antenna. One could be more barbarian – just remove chip antenna and solder it to left top mount pad. This is more messy part as you need to scratch ground plane to make it possible to solder copper mesh. Another way is more civilized. On the bottom side of Raspberry Pi, 3 are two exposed pads where U.FL connector almost fits. Yet you still need to clear some solder masks and rotate one zero ohm…

Continue reading

A Guide to Choosing the Best IT Support

Best IT Support

IT is at the crux of most businesses, whether they’re small family-run enterprises or massive global conglomerates. Successful businesses usually realize something that the others don’t, though: IT needs to be maintained and looked after constantly, and it doesn’t simply work in the background, never requiring a second thought. The more successful businesses also realize this: keeping an IT system in tip-top shape isn’t something that just anyone can do – it needs to be done by a professional company, with the experience needed to remedy problems or, even better, prevent the problems from occurring at all. There are loads of IT support companies out there, and they all say they’ll be the best choice for your company. And who can blame them for making that assertion? It’s your job to sift through them and choose the one that’s right for you though, and here are a few tips on how to go about that job…

Continue reading

Using Raspberry Pi sftp server

There are several ways of accessing Raspberry Pi files through the network. One of the preferred methods is to use the Secure Copy (SCP). It is a file sending command allowing transferring data over SSH. This is a secure way of sending files between Raspberry Pi boards or other Linux machines. To use with Windows, you need special software like WinSCP. As you can see, it requires additional software to access files from windows. But if you are used to transferring data via FTP, you have another option – SFTP, an FTP with encryption. SFTP is already enabled in Raspbian and can be used right away. Be sure that your FPT client supports sftp protocol. For instance, FileZilla, Bitvise, and the same WinSCP clients work without a problem. To connect to Raspberry Pi via sftp, you need to enter an IP address and port 22. Log in by using your connection credentials that are pi/raspberry by default. Once connected, you can drag and drop your files in and out. If you want to move a bit forward and connect to…

Continue reading