Bridging ISM radio and wifi for lunch money


https://www.electronics-lab.com/bridging-ism-radio-wifi-lunch-money/

Johan discuss about ISM/Wifi bridge using RFM69, code and schematics is available on github. The ESP8266 has taken the maker community by storm and the hype is well deserved. Before the ESP we had the HopeRF ISM radio RFM12 and its successor RFM69. So is the ESP8266 an RFM69 killer? I would say no. Hell […]

ARM bought by Japanese Softbank for 32 billion dollars


https://www.electronics-lab.com/arm-bought-japanese-softbank-32-billion-dollars/

by Jan Buiting @ elektormagazine.com: Confirmed last Monday (18 July 2016): 100%-thinkware-firm-and-brilliant-bunch-of-Cambridge-mathematicians/computer-scientists, ARM, is to be bought by Japan’s Softbank for £24 bn ($32 bn). In official words: the board of ARM is expected to recommend shareholders to accept the offer — which is around 43% up on its closing market value of £16bn8 last Friday. […]

“Chipiplexing” efficiently drives multiple LEDs using few microcontroller ports


https://www.electronics-lab.com/chipiplexing-efficiently-drives-multiple-leds-using-few-microcontroller-ports/

by Guillermo Jaquenod @ edn.com Actual microcontrollers have powerful bidirectional I/O ports, and you can use different techniques to fully exploit such capabilities. Recent Design Ideas described the “Charlieplexing” method as an effective way to drive M=N×(N–1) LEDs using only N bidirectional I/O ports and N resistors (reference 1 and reference 2). Unfortunately, using Charlieplexing […]

TV Tuner IR remote with a PIC16F684


https://www.electronics-lab.com/tv-tuner-ir-remote-with-a-pic16f684/

Tahmid built a TV tuner IR remote with a PIC16F684: I then proceeded to write an IR transmitter using the PIC16F684 (using the MPLAB X IDE and XC8 compiler), following the timing information from the extended NEC protocol. In order to connect all the keys, I connected them in matrix keypad form. In order to power the […]

Homebrew Multimode Digital Voice Modem adapter


https://www.electronics-lab.com/homebrew-multimode-digital-voice-modem-adapter/

Florian Wolters made his own version of MMDVM adapter: During experiments with digital voice mode in hamradio I discovered a nice project describing an adapter for D-Star, DMR and other digital modes based on an Arduino Due and a little PCB to be put on top. This unit is called the Multimode Digital Voice Modem […]

Not a battery or a supercap, but a ‘thin laminate energy device’


https://www.electronics-lab.com/not-battery-supercap-thin-laminate-energy-device/

Murata’s UMAL is a low-profile high capacity energy device. Designed to meet the demand for a slim high capacity energy source with a maintenance-free extended life cycle in wireless sensor nodes, the UMAL has charge/discharge and life-cycle characteristics superior to conventional secondary batteries. By Graham Prophet The UMAL has a nominal voltage of 2.3 VDC, […]

Accurately simulate an LED


https://www.electronics-lab.com/accurately-simulate-led/

Jon Roman and Donald Schelle have a design idea on how to simulate a high power led to test your driver circuit. Testing the driver circuit using LEDs, although easy, yields only typical results because the tests don’t factor in worst-case LED parameters and often generate undesirable light and heat during driver debugging. Although using […]

Adjustable HV Power Supply for Stompbox


https://www.electronics-lab.com/adjustable-hv-power-supply-stompbox/

This SMPS can be powered with low input voltage, from 5 VDC to 15 VDC and provided adjustable Output Voltage: + 92 Vdc to +340 Vdc. Can be used too, as power supply, for the Xenon Lamp, Nixie tube Clock, VFD display, Magic Eye, Neon, and too many others electronics circuits who need HV power […]

Send and Receive SMS with GSM SIM900 Arduino Shield


https://www.electronics-lab.com/send-receive-text-messages-sms-gsm-sim900-shield/

In this Instructable, you will learn how easy it is to send and receive SMS messages over GSM with Arduino. One of the essential elements of building IoT project is the ability to connect devices. Wi-Fi and Bluetooth are good low cost choices, but they work only at close ranges, or in hotspot areas. When […]

How to Interface Stepper Motor With Arduino


https://www.electronics-lab.com/interface-stepper-motor-arduino/

This tutorial is going to teach you some basics on using Stepper Motor while interfacing with Arduino and Stepper Motor Driver. Bipolar Stepper Motor is DC motor that move in discrete steps. It has multiple coils that are organized in groups called “phases”. By energizing each phase in sequence, the motor will rotate, a step […]