Coder Social home page Coder Social logo

Zero Raven's Projects

blinkyboi icon blinkyboi

Build a circuit using your Raspberry Pi that causes an LED to blink when a push button is NOT pressed. However, the LED should stay on continually when the push button IS pressed. Your video should show the LED blinking when the push button is not pressed, and it should show that the LED is constantly on while the button is pressed. Take a video of your circuit in action and submit a hyperlink to your video. Do not upload a video here.

computer-science icon computer-science

:mortar_board: Path to a free self-taught education in Computer Science!

gog-games icon gog-games

A fork of Good Old Downloads' "GOG Games" hosted on TOR

masterportfolio icon masterportfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.

moodo icon moodo

A mental health tracking app

npchan icon npchan

Sauce of Nepal's first and only anonymous discussion (image)board!

pwm-led icon pwm-led

Connect an LED to your Raspberry Pi and write a program to gradually increase brightness, and then gradually decrease brightness. The exact rate of increase and decrease is not critical but let it take at least one second to go from maximum to minimum brightness. Be sure to use pulse width modulation to change the brightness of the LED. Also, be sure to wire the LED in series with an appropriate resistor so that it does not receive too much current. Turn in your code and a link to a video of your system with the LED brightness changing.

rpiweb icon rpiweb

Use the socket to write a simple web server running on your Raspberry Pi. When your server receives a request it should print “Got a request!” to the screen of the Raspberry Pi. In order to produce the screen shot, you will need to set up your Raspberry Pi, run the server, and type the IP address of your Raspberry Pi into the address line of a web browser running on a desktop or laptop.

webpageheader icon webpageheader

Use the http.client package to read the contents of the www.uci.edutop level web page and print out the first 3 lines. You will need to use http.client.HTTPSConnection() to make the connection to the www.uci.eduweb page. Then you will need to use conn.request("GET", "/") to send the get request. Then use conn.getresponse() to extract the response and use the read() method of the response to return the contents of the webpage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.