Close

9869 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%A6%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80world%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88%EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80promotion%20%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%AB%20%E2%88%AB%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80decided"

  • Reboot

  • Reboot Sometimes a project gets "long in the tooth" with no clear exit point. In many respects I am at this point. Progress is very slow. The exit point is far away. To reboot you need a new way? I was looking at my SubLEq compiler and I realised that...
  • ATMEGA256RFR2 project code

  • Here is the code for the microcontroller (ATMEGA256RFR2, running at 3.3 V) #include // LOW.CLKDIV8 is unchecked, and LOW.CKSEL_SUT is Transceiver Oscillator; Start-up time: 16K CK + 65 ms #define F_CPU 16000000UL #include #include #include "main.h" //...
  • fedex and wildfires

  • It's wildfire season, but Fedex managed to get our boards from Malaysia to us in good time, unfortunately there was a cock up in the ordering department and they shipped to the billing address, we'd left there about 15 minutes before they showed up with...
  • Building the KIT1 with extra features

  • As the KIT1 is open source, talented community makers often brought upgrades to this versatile IOT platform. Here' the work of Akos, that adapted the KIT for battery use and also built a plexiglass enclosure.Last week I’ve assembled a KIT1 and posted...
  • Controller

  • In other logs I’ve written about how specific aspects of the controller design integrate with the hardware so this one explains the architecture in more detail. OverviewThe controller is a Microchip PIC16F1776 8-bit microcontroller (MCU) with 16KB of...
  • My Thoughts on my Passive Setup

  • I've been using my passive setup for at least 3 months now. My current setup consists of my passive VR shoes and ceiling mounted support rig. In this log I'm going to go over my thoughts about this setup. Please keep in mind that these are my personal...
  • 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]){...
  • Project Log 57: DIY Hydrogen Fuel Cell³.

  • Thursday, 29/06/2023, 10:09 I left this project log written in a text file and I forgot what I was supposed to originally write on it, but I think it is worth posting. __________________________________________________________________________________________________________________________________________...
  • Dockerizing the FTP Daemon

  • Summary I add another dockerized service to the collection -- this one based on pure-ftpd. Deets Usually I prefer SCP to old-school FTP, but I still find FTP handy for sharing things in a pinch with others without having to create a real system account...
  • Hack Chat Transcript, Part 2

  • Greg Ziraldo12:28 PM@Jason - stick to one weight. The minimal value-add to your design will be drastically over shadowed by the high manufacturing cost. Mark J Hughes12:28 PM3) How much current you'll put through the trace Mark J Hughes12:28 PMAnd then...