Close

98 Results for "python"

  • Adventures setting up PlatformIO on Linux

  • I've started exploring PlatformIO and thought I'd set down my experiences so that others can get some quick answers to questions that they may have which may help navigate the copious documentation they will encounter on the Internet. First some important...
  • Selenium: Empowering Web Testing and Automation

  • In the ever-evolving landscape of web development and quality assurance, Selenium has emerged as a powerful tool for automating web applications and ensuring their functionality. Selenium is an open-source framework that has revolutionized the way developers...
  • About Me

  • Yassin Ali, 15 years old, student at Al-Qawmiya Al-Arabiya Official Preparatory School for Boys, in the third year of middle school, Alexandria Governorate, Egypt. Interested in the field of programming and the field and skills of scientific research...
  • Google Summer of Code and BeagleBoard.org

  • BeagleBoard.org Foundation has 7 students participating in Google Summer of Code 2016:Exposing the PRU as an I2C and SPI master ControllerGain extra serial interfaces without wasting valuable CPU cycles in bitabanging. Student: Vaibhav Choudhary Mentors:...
  • Audio module

  • Most clocks use sound to wake you up.  This clock is no exception. A little "DFPlayer Mini" module does all of that, also MP3 decoding.  It even includes a speaker driver. Yue Xin YX5200-24SS module! Check for short circuit between pin 3 and...
  • Power analyzer

  • After some google searching, I came across the Nordic Semi Power Profiler Kit II.  So why make it when there's already an affordable COTS-solution that has the features I need?  The desktop application runs in Linux as well. The DIY-route starts...
  • Different Types of Raspberry Pi Boards

  • What is a Raspberry Pi Board? The Raspberry Pi board is a credit card-sized device that was developed in the United Kingdom to promote computer science education. This device is developed by Raspberry Pi. Its objective is to develop an education system...
  • What a pain

  • VBA Excel ScriptPrivate Sub CommandButton1_Click() Module1.createLetters End Sub # Module1 ############################################################### Dim LColumns(16383) As String ----------------------------------------------------------------------------------------------------------------------------------...
  • Raspberry Pi Zero W Overview and Official Case

  • Ever dreamt of your own single board computer? Well, Raspberry Pi makes it easier for you to build your own single board computer. The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a...
  • Scamp - a Forth-based Embedded Computer

  • The story behind this little machine goes back a couple of years. I had wanted to quickly test out a motor control idea, and grabbed an Arduino and a little H-bridge board, and sat down to write some code. The code wasn't hard, and the development process,...
  • Fronius Symo 6.0-3-M inverter

  • Fronius Symo 6.0-3-M inverter Table of Contents 1. Interfaces 1.1. DATCOM1.2. The Datamanager card 1.2.1. Ethernet1.2.2. WLAN1.2.3. USB 2. Other3. References The Fronius Symo 6.0-3-M is a 6 kW 3-phase grid-tie inverter that is currently a part of my...
  • Secrets of MicroPython: How to blink an LED

  • This tutorial was originally published here. Welcome to the Secrets of MicroPython tutorial series! MicroPython is an incredible tool for rapidly prototyping and iterating on hardware projects. It's similar to Arduino but instead of using C++, which...