Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. The coupon code usually go to Facebook ‘Other’ Messages Folder . More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three […]

Controlling Bus Pirate with Python

Scott W Harden writes, “After using the AVR-ISP mkII for years (actually the cheap eBay knock-offs) to program ATMEL AVR microcontrollers, today I gave the Bus Pirate a shot. Far more than just a microcontroller programmer, this little board is basically a serial interface to basic microcontroller peripherals.” Full details at SWHarden homepage. Get your own handy […]

LoRaWAN FeatherWing for Adafruit Feather

  Dan Watson documented a new custom FeatherWing he has designed to add the MicroChip RN2483/RN2903 LoRaWAN module to Adafruit Feather: I have designed some FeatherWings in the past to add a LoRa transceiver module to Feather. I did the LoRa FeatherWing Development Breakout and the LoRa FeatherWing IOX that used the HopeRF RFM95/96(W) modules. […]

Old, not obsolete. Working with the Xilinx Virtex-E FPGA in a huge BGA package

Andy Brown not only did a nice write up about his experience with the Xilinx XCV600e FPGA and creating a development board for it, but he also did a great video walkthrough: The general aim of this project will be to create a generic development board for the FPGA. This isn’t as simple as it […]

App note: Rectifiers for Power Factor Correction

Another Vishay’s app note about power factor correction this time about the component used and their effects. Link here (PDF) PFC devices are generally selected base on the speed of their reverse recovery time (trr). Currently for CCM (Continuous-Conduction-Mode) and CRM (Critical Conduction-Mode) PFC devices in market, rectifiers up to 600 V with trr smaller […]

App note: Power factor correction with ultrafast diodes

Vishay’s app note in keeping the power supplies’ power factor in check with their ultrafast diodes. Link here (PDF) More and more switched mode power supplies (SMPS) are being designed with an active power factor correction (PFC) input stage. This is mainly due to the introduction of regulations aimed at restricting the harmonic content of […]

App note: Stepper motor control using the PIC16F684

Stepper motor control using the PIC16F684 application note (PDF!) from Microchip: This application note describes how to drive a bipolar stepping motor with the PIC16F684. The Enhanced Capture Compare PWM (ECCP) module is used to implement a microstepping technique known as hightorque microstepping. The microcontroller’s 8 MHz internal oscillator allows the signals generated by the ECCP […]

Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. The coupon code usually go to Facebook ‘Other’ Messages Folder . More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three […]

ESP8266 NodeMCU Backdoor uPWM hack for IR signals

The AnalysIR crew has published an article showing how to achieve accurate PWM for Infrared carrier signals on the ESP8266 NodeMCU: Quite simple really – just set the baud rate to 10 times the desired Infrared carrier frequency and send a ‘magic’ 8 bit character to achieve the desired duty cycle. Of course we need […]

Understanding Arduino UNO hardware design

Yahya Tawil over at All About Circuits has published an article on Arduino UNO’s electronic design and better understanding of its hardware: This article explains how Arduino works from an electronic design perspective. Most articles explain the software of Arduinos. However, understanding hardware design helps you to make the next step in the Arduino journey. […]