PIC SD CARD DATA LOGGER


https://www.electronics-lab.com/pic-sd-card-data-logger/

“pinko” has designed a simple datalogger based on a PIC microcontroller that logs data on a SD Card. He writes: Some time ago I decoded to make a simple general purpose Data Logger with the following parameters for the project. it should have very simple design that should be doable by most amateurs the Data […]

The Making of a Cooled CMOS Camera


https://www.electronics-lab.com/making-cooled-cmos-camera/

landingfield.wordpress.com shows us their progress on how to make a cooled CMOS camera able to be used for astrophotography. In the last post, I uncovered a bug in the Vivado implementation which accidently removes the DIFF_TERM from my input buffer. With that problem solved, I picked up the project again with a goal to achieve […]

Turn Arduino into an AVR TPI Programmer


https://www.electronics-lab.com/turn-arduino-avr-tpi-programmer/

Elliot Williams @ hackaday.com show us how to use your Arduino to program AVR TPI enabled microcontrollers. Turning an Arduino of virtually any sort into a simple AVR 6-pin ISP programmer is old hat. But when Atmel came out with a series of really tiny AVR chips, the ATtiny10 and friends with only six pins […]

Develop environment of ATtiny10/13 under Arduino IDE


https://www.electronics-lab.com/develop-environment-attiny1013-arduino-ide/

kosakalab.com built a development environment of ATtiny10 and ATtiny13 under Arduino IDE 1.6.x  1.8.x Develop environment of ATtiny10/13 under Arduino IDE – [Link]

Make the AVRISP mkII Clone from Arduino UNO


https://www.electronics-lab.com/make-avrisp-mkii-clone-arduino-uno/

@kimio_kosaka shows us how to convert an Arduino UNO into an AVR programmer. It will be able to make the AVRISP mkII compatible machine if you a little modifying to Arduino Leonardo / Micro PCB. Below is an article on making Arduino UNO Rev.3  into AVRISP mkII clone. Make the AVRISP mkII Clone from Arduino […]

Top 5 Arduino Displays


https://www.electronics-lab.com/top-5-arduino-displays/

educ8s.tv show us their Top 5 Arduino Displays. Top 5 Arduino Displays – [Link]

12V to 24V 1A DC-DC Boost Converter using LM2588


https://www.electronics-lab.com/12v-24v-1a-dc-dc-boost-converter-using-lm2588/

12V To 24V Booster is based on LM2588 IC from Texas Instruments. The LM2588 regulator integrated circuit specifically designed for fly-back, step-up (Boost) , and forward converter. The board provides 24V DC 1A DC output, Input 8V to 16V DC. Board has minimum components, screw terminal provided for input & outputs. Features Supply Input 8V […]

12V TO 24V 1A BOOSTER USING LM2588 FLY-BACK REGULATOR


https://www.electronics-lab.com/project/12v-24v-1a-booster-using-lm2588-fly-back-regulator/

12V To 24V Booster is based on LM2588 IC from Texas Instruments. The LM2588 regulator integrated circuit specifically designed for fly-back, step-up (Boost) , and forward converter. The board provides 24V DC 1A DC output, Input 8V to 16V DC. Board has minimum components, screw terminal provided for input & outputs. Features Supply Input 8V […]

Designing a simple and cheap temperature logger


https://www.electronics-lab.com/designing-simple-cheap-temperature-logger/

pickandplace.wordpress.com writes: I started with making the TMP102 temperature sensor work. Nothing to say in particular, it’s just an other I2C-small-package-sensor. Or rather SMBus, but apart from the minimum speed clock requirements on the SMBus, the two protocols are alike. Designing a simple and cheap temperature logger – [Link]

Conductivity Shield for Arduino Uno


https://www.electronics-lab.com/conductivity-shield-arduino-uno/

by PyroCat @ elektormagazine.com: Conductivity is the ability of a material to transfer electrons. It is the opposite of the concept of resistivity which is well known to electricians. However, while we are used to address the topic of conductivity in the field of electronics, things get a little bit more complicated when we try […]