I have recently become very interested in music. Consequently, I started to learn how to read scores. So, I thought that adapting some songs for Arduino would be a good exercise. I wrote a few Arduino sketches, with some details on mind: Sketches should be compatible with all or almost all Arduino boards; No need […]
Category: Tutorials
Milling PCBs with the Arduino T8 CNC
Intro Some time ago, I was browsing some Internet when I believe I got and ad to a CNC milling machine from gearbest. It was 30% off and at time (140$, plus 40$ for shipping to Brazil) and it did seem to be a very good deal. I ended up buying it, but why would […]
Ro-BOT – Personal Assistant with Telegram & Arduino.
Hello programming folks, Today I’ll explain about how to create and use a personal assistant (bot) using the Telegram app. For those of you that never heard about it, the Telegram app is very similar to Whats app (even better… cough cough) however there are a few (and meaningful) differences. Telegram uses an open source code created with a huge focus on security […]
Android, Activities and how to switch between multiple screens
Good morning, good afternoon and good night, folks. Your application will be very boring if there is a single screen. You will need to learn how to create multiple screens and make the transition between them. Using the Android APIs, Activity and Intent classes, these tasks become very simple. Alternating between Activities Transmitting data between two Activities
Using Android Studio to create apps
If you want to learn how to develop mobile applications, it is essential to understand the tools that will allow you that. Without the use of IDEs (Integrated Development Environment), it would be very difficult to create apps for your Android device, because you would have to deal alone with the organization of the directory […]