The store will not work correctly when cookies are disabled.
Happy International Labor Holiday,Elecrow will be on holiday from May 1st to 4th.You may still place orders of products and manufacturing services as usual, and we will resume production and shipping on May 5th.
Recently, a lot of smart home applications are going on, people prefer to move from traditional way of controlling stuff into more automatic way. For example, TVs and Air conditioners till today are being used with a dedicated remote controller. In our tutorial today - we are going to change it!We gonna teach you how to use Arduino Crowtail LED in order to capture the existing code from your TV remote and send it programatically using a push of a button!
The last time we did the first version of Sundancer and received many good feedback, so this time we will make a new ones which is more elegant and cool Sundancer.
This time we will use acrylic materials to build this project. Below is a butterfly-shaped box that can be used to hide the main control board and other things to make it look simpler and more beautiful. Of course, if you have a small charger, you can put it inside, so that the Sundancer is dancinf like a magic!
More and more devices have USB-C ports as the main interface. Compared to the USB Type-A port, the USB-c port provides a range of powerful features that enable a variety of roles. Smartphones have switched to new USB-C ports due to their faster charging and data transfer capabilities, and many modern laptops have USB-C ports. As mentioned earlier, Apple's MacBook Pro fully embraces this powerful new technology and only supports the USB-C port.
According to the site, Apple will likely have its 2019 series of iPhones come with USB Type-C support.
Not all of us we’re able to buy or get CrowPi for our own, In Elecrow, we care about all our customers so we crafted a special tutorial on how to use Minecraft magic blocks with NFC chips without CrowPi!
Follow this instructions step by step on your fresh new raspberry pi image in order to get the RFID working on your raspberry pi with RC-522 module and be able to play using RFID Module and the NFC chips!
https://github.com/Elecrow-keen/CrowPi.git clone and install the RC-522 driver from the Drivers/RFID/ directory using the command "python setup.py install"
Hey guys,we’ll have a seven-day Chinese Spring Festival holiday from 4th Feb. 2019 to 11th Feb. 2019. In the meantime, we can not process the orders but you can still place the orders because the perfect arrangements internally so that they can be processed efficiently as soon as we get back on 11th Feb.
This is a chart for checking our schedule easily.
Here's our explanation of what's on the agenda.
1.For
Considering the wide use of micro:bit and electromagnetic lock, we made a video that combines the two to apply in life.
What electromagnetic lock is?
Electromagnetic lock is a locking device that consists of an electromagnet and an armature plate. There are two main types of electric locking devices. Locking devices can be either "fail safe" or "fail secure". Electromagnetic locks are fail-safe by design. (Fail-safe means that if the power goes off the door will be unlocked).
As Christmas is coming, we at Elecrow cannot forget even for a moment our hard effort during the year on working on our CrowPi, from sketching an idea to a reality of successful Kick-starter campaign!
We decided to celebrate this Christmas with a special xmas special project using the CrowPi!
We all know that during Christmas there is nothing better than sitting under the tree with the entire family and singing Christmas songs, why sing alone when you can have a melody singing for you?
Our special project will allow your CrowPi to “sing” some Christmas songs for you using the on-board buzzer.
We’ve already created an example that
Last week, my niece came over and picked up the phone to show me the flappy bird game she played. But a few minutes later, her mother took the phone away, then she was a heartbreaking cry and rolled on the ground. When I looked at her watery eyes, as her uncle, I thought of a plan - use Python to program the "Flappy bird" game on CrowPi to save my niece.Her mother won't let her play the phone because she thinks that the phone will only affect her learning and let her indulge in the virtual world of the Internet. Therefor , CrowPi must be a wonderful choice. CrowPi is based on learning and entertainment. It allows users to learn while playing, in order to stimulate users' interest in learning, so as to maximize
We have been doing with the CrowPi Python Lessons to encourage people to learn electronics, computer science and programming these days.And now they are done so you can do something by yourself with your CrowPi.
As we all know, python is an interpreted, high-level, general-purpose programming language, and now is commonly used in artificial intelligence projects and extensively used in the information security industry, including in exploit development.That’s the reason why we worked out this series of videos to teach you how to programming in python with CrowPi . In addition, you can master the basic common knowledge
My neighbor has a little girl with bad arithmetic. This is a headache when her parents direct her arithmetic, so I want to use Crowpi to program a simple calculator to help people who are not good at computing.
My idea is to use the 4 independent buttons on Crowpi as +, - , *, /, and then use the 10 buttons on the matrix button to do 0-9 respectively.When I press these buttons, Crowpi Lcd can display the contents of the button I pressed. When I want to get the result, just touch the touch sensor and it will automatically display the result on the LCD.
With the basic ideas, let's get started.
Of course, the first thing to do is always to import the modules we want to use.
import mathimport time