Close

673 Results for "python"

  • Prologue or "How I came to Love the Pipe"

  • This is an introduction that briefly describes the process of bringing laser taggers from the back of my mind to something I can hold in my hand. The long, long LOOOONG version can be found on my blog which details every day of the process which took...
  • Arduino ESP32 Code

  • I am using an older version of IRCClient which I modified to work with Twitch. If you use the most up to date version, it will work with Twitch out of the box. The first thing to add are the libraries, defining our wifi network, and information to pass...
  • CircuitPython code

  • """ This example will access an API, grab a number like hackaday skulls, github stars, price of bitcoin, twitter followers... and display it on a screen if you can find something that spits out JSON data, we can display it! """ import gc import time...
  • Code

  • I used micropython, because I haven't used it for a project yet and I was shocked how well it worked for this. There are many tutorials on how to use Thonny with an ESP32, and I found it to be much quicker than doing this in Arduino/ C++. The main files...
  • AndysAquaponics

  • Use node read.Import:[{"id":"3b4f4164.ff2986","type":"http in","z":"ecdc725b.4275e","name":"Get temp","url":"/temp","method":"get","swaggerDoc":"","x":104.5,"y":175.33331298828125,"wires":[["809da49f.ba0078"]]},{"id":"809da49f.ba0078","type":"rpi-ds18b20","z":"ecdc725b.4275e","topic":"","array":false,"name":"","x":326.5,"y":174.33331298828125,"wires":[["92362f3f.c5cff","93c6a90f.82fd38"]]},{"id":"92362f3f.c5cff","type":"http...
  • The Spinning Spectrometer

  • Arduino Code// Arduino code for THE SPINNING SPECTROMETER // // This code is released under the beerware license: As long as you // retain this notice you can do whatever you want with this stuff. If we // meet some day, and you think this stuff is worth...
  • Model Building

  • As said in the TLDR, the ModelPipeline.py script, found in the Python_Scripts folder, will import all finalized data from the finalized CSVs, create 2 different models an LSTM and CNN, compare the models' performances, and save all models. Note the LSTM...
  • Raspberry Pi Deployment

  • I used a raspberry pi 4 for my current deployment since it was already in a previous tvhead build, has the compute power gfor model inference, and can be powered by a battery. The pi is in a backpack with a display. On the display is a positive message...
  • Key Codes

  • """ `adafruit_hid.keycode.Keycode` ==================================================== * Author(s): Scott Shawcroft, Dan Halbert """ """USB HID Keycode constants. This list is modeled after the names for USB keycodes defined in https://usb.org/sites/default/files/hut1_21_0.pdf......
  • Coffee time

  • Coffee machine HackProject has been done in Amiqual4Home Equipex Creativity Lab - https://amiqual4home.inria.fr/We worked with ENSIMAG students of Café Sourire ProjectTo hack : Saeco Intelia Coffee MachineDescriptionYou purchased a Saeco Intelia...
  • Build the firmware

  • Open the Arduino IDE and create a new sketch with name RoHA_Firmware.ino. Create a header file with name secrets.h in the same folder and one subfolder named data. secrets.h header file stores device certificate and keys and...