Close

9058 Results for "%E3%80%8A%EC%98%88%EC%95%BD%EB%B2%88%ED%98%B8OIOX8489X83O6%E3%80%8B3hours%E2%91%A3%D0%A3favorite%E2%93%993hours%EB%A0%88%EA%B9%85%EC%8A%A4%EA%B0%80%EA%B2%A93hours%D0%BAleaving 3hours%EB%A0%88%EA%B9%85%EC%8A%A43hours%EB%A0%88%EA%B9%85%EC%8A%A4 3hours%E3%85%843hours%D0%A5prussia%E3%89%A6"

  • Prototype to Launch

  • Populating (or stuffing) circuit boards can be a messy process. It's fraught with high heat, chemicals and teeny tiny parts. What could go wrong? 😬 In this post, you’re learn how I assembled the first prototypes of the nRF9160 Feather. It's my...
  • Hack Chat Transcript, Part 1

  • Dan Maloney12:00 PMWelcome to the Hack Chat everyone, let's get started. I'm Dan, I'll be modding today along with Dusan (I think) as we welcome Nick Rehm to talk about Aerial Robotics. Dusan Petrovic12:00 PMHi Dan! Nick Rehm12:00 PMHey everybody, can...
  • Neuron Development: v0.4 part 7: Firmware

  • This is important: Zach will never be a skilled programmer. I can bang out half-functional (albeit inefficient and buggy) code when I need to, but it usually involves a lot of cursing and frivolous Google searches. This being my first foray into AVR-C...
  • details 2/2

  • This is the continuation of the first part, of this Picam setup. 8. HDRs Taking HDRs with the Picam is very easy, and since we already take photos there's no reason to not do it.  The allowed values for camera.exposure_compensation are -25 to 25. Every...
  • Read the chat here

  • Questions/ discussion sheet: https://docs.google.com/spreadsheets/d/18731w1yfgBcYex6_fATdqN73-3HR5MbewZPcUmiO_o0/edit?usp=sharingJorge Garcia : Hi SophiJorge Garcia: Hi CharliexSophi Kravitz: HI Jorge!technolomaniac and I'm matt, I work at autodesk....
  • 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...
  • A Life in the Day of MorningStar

  • I've led an incredible life, one too incredible to keep telling, so I'm putting it all here in brief. Buried among the rest of my stuff it will tell my story until I'm ready to write my book. One day I will, but until then. Born Jan 1967, same year as...
  • TweetyPIE

  • The sample images in the project are the work and copyright of Birdy...When Tweety is run, it opens a dialog allowing you to to load an image. You can do this at any time with the Load Image button. The display shows a preview of what Tweety will do...
  • Hack Chat Transcript, Part 1

  • Dan Maloney11:09 AMHi all, Hack Chat starts in about 50 minutes: Dan Maloney11:09 AMhttps://hackaday.io/event/181633-robot-dogs-hack-chat HACKADAY Robot Dogs Hack Chat Afreez Gan will host the Hack Chat on Wednesday, September 29 at noon Pacific. Time...
  • DSP on 8-bit microcontroller

  • One of the most demanding applications for fast arithmetic is digital flitering. Atmel application note AVR201 shows how to use the hardware multiplier to make a multiply-and-accumulate operation (MAC). The MAC is the basis for computing the sum of terms...
  • AVR Halloween Pumpkin V2

  • Arduino-Code:#include #include #include #include Crc16 crc; SoftwareSerial BTSerial(8, 7); uint8_t configs[18] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; uint8_t configsbuf[18] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...