Close

10563 Results for "python"

  • Airfoil Design with OpenSCAD

  • hull(){ for(z = [0:10:1000]){ translate([0,0,z]){ rotate([0,0,45*z/1000]){ linear_extrude(0.1){ scale([thicknessArray[z],thicknessArray[z]]){ projection(cut = true){ translate([0,0,-z]){ hull(){ //base(); translate([0,0,0]){ nrel_s835(); }; translate([0,0,300]){...
  • Building Software and Gateware with CMake and Bender.

  • Recap This is a summary of the current state of affairs for BoxLambda. We have: An Ibex RISC-V core, a Wishbone shared bus, a Debug Core, internal memory, a timer, two GPIO ports, and a UART core.A Picolibc-based standard C environment for software...
  • Fytó - Turn Your Plant Into Pet

  • Fytó is a smart planter that can easily turn your plant into a pet. It comes with built-in sensors that measure everything from light exposure to soil moisture which can trigger six different emotions that will communicate how your plant is doing....
  • Smart Plant

  • Overview The Smart Plant was designed to be flashed with the ESPHome firmware, however it can be directly programmed through Arduino or ESP-IDF. And since the code is yours, so it's the data you gather, stream it to your Home Assistant server and automate...
  • LED Cloud Ceiling

  • Overview This project is made up of 3 main parts: Power supplyLED controllerthe LED strings themselves The LED strings used are WS2812B strings, commonly found on Amazon. The WS2812B RGB LEDs are individually addressable through a simple pulse-width-modulated...
  • ramanPi - Raman Spectrometer

  • Welcome to the hackaday.io project page for the ramanPi! The ramanPi is a raman spectrometer that I decided to build back in April of 2014 because I needed one for another project and could not afford the tens of thousands of dollars a commercial product...
  • Whitestar

  • The whitestar project is my attempt at building a reliable and fully automatic wardriving equipment for permanent installation in my car. It's used to constantly gather 802.11 data for research purposes and contribution to the https://wigle.net crowdsourced...