maker.pro Open in urlscan Pro
2606:4700:10::6816:ee1  Public Scan

Submitted URL: http://maker.pro/
Effective URL: https://maker.pro/
Submission: On May 22 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://maker.pro/search

<form method="GET" action="https://maker.pro/search" class="block w-full" autocomplete="off">
  <input type="text" name="q" x-ref="searchField" wire:model.debounce.300ms="searchQuery" @input.debounce.300ms="
                $wire.set('searchQuery', $event.target.value);
                $dispatch('search-query-updated', $event.target.value);
            " placeholder="Search..." class="search-field w-full h-full text-center border focus:outline-none h-0 hidden" :class="{
                'h-[60px]': showSearch,
                'h-0 hidden': !showSearch
            }">
</form>

GET https://maker.pro/register

<form wire:submit.prevent="submit" action="https://maker.pro/register" method="GET" class="relative flex w-full font-inter">
  <input type="email" name="email" wire:model.lazy="email" class="float-left inline-block flex-1 bg-white px-4 py-4 text-grey-400 text-xs xl:text-base" placeholder="Enter your email address" aria-label="Enter you email address">
  <button type="submit" class="ga-link float-left inline-block w-auto text-white px-2.5 xl:px-5 lg:sm:px-2 sm:px-5 py-4 text-sm sm:text-[15px] xl:text-lg bg-gradient-to-bl from-teal-500 to-aegean-300" data-category="Subscribe" data-action="email"
    data-label="#/subscribe">Subscribe</button>
</form>

GET https://maker.pro/register

<form wire:submit.prevent="submit" action="https://maker.pro/register" method="GET" class="relative flex w-full">
  <input type="email" name="email" wire:model.lazy="email" class="float-left inline-block flex-1 bg-aegean-700 px-4 py-4 text-grey-400 text-xs" placeholder="Enter your email address" aria-label="Enter you email address"
    aria-describedby="basic-addon1">
  <button type="submit" class="float-left inline-block w-auto text-white px-5 py-4 text-[15px] bg-gradient-to-bl from-teal-500 to-aegean-300" data-category="register" data-action="email" data-label="#/register">Register</button>
</form>

<form class="w-full" wire:submit.prevent="authenticate">
  <div class="mb-4 md:mb-7">
    <input type="text" class="appearance-none block w-full bg-slate-100 text-slate-400 text-base md:text-lg lg:text-xl focus:font-bold border border-slate-400 focus:border-teal-700 rounded-sm p-3 sm:p-5 mb-3 focus:outline-none focus:bg-white"
      tabindex="1" wire:model.lazy="usernameOrEmail" placeholder="Username or Email">
    <p class="text-[14px] text-slate-500 mt-4 mb-4 md:mb-6"> Don't have a Maker account? <a class="text-teal-700" href="#" x-data="{}" @click.prevent="
                                    $dispatch('open-registration-modal-from-anywhere', null);
                                    close();
                                ">Create one now</a>. </p>
  </div>
  <div class="mb-4 md:mb-7">
    <div x-data="{ shown: false }" class="grid grid-cols-12 mb-3">
      <input placeholder="Password" type="password"
        class="col-span-9 w-auto appearance-none block bg-slate-100 text-slate-400 text-base md:text-lg lg:text-xl focus:font-bold border border-slate-400 focus:border-teal-700 rounded-l-sm p-3 sm:p-5 border-r-0 focus:outline-none focus:bg-white"
        tabindex="2" wire:model.lazy="password" x-bind:type="shown ? 'text' : 'password'">
      <label class="col-span-3 border border-slate-400 rounded-r-sm bg-white flex items-center justify-center cursor-pointer">
        <input x-model="shown" type="checkbox" title="Show password" class="form-tick appearance-none h-3 w-3 sm:h-5 sm:w-5 border border-teal-700 rounded-sm checked:bg-teal-700 checked:border-transparent focus:outline-none mr-1 sm:mr-3">
        <span class="text-xs md:text-base block">Show</span>
      </label>
    </div>
    <p class="text-[14px] text-slate-500 mt-4 mb-4 md:mb-6">Forgot your password? <a class="text-teal-700" href="https://maker.pro/forgot-password" aria-label="Click here to reset your password">Click here</a>.</p>
  </div>
  <div class="mb-4 md:mb-7">
    <label class="text-xl flex items-center cursor-pointer mb-7 font-bold">
      <input type="checkbox" class="form-tick appearance-none h-5 w-5 border border-teal-700 rounded-sm checked:bg-teal-700 checked:border-transparent focus:outline-none mr-3">
      <span>Stay logged in</span>
    </label>
  </div>
  <div class="mb-4 md:mb-7">
    <button class="button bg-gradient-to-l from-teal-500 to-aegean-300 text-white text-lg md:text-xl px-6 md:px-8 min-h-[48px] md:min-h-[68px] font-bold text-center hover:shadow-md  block w-full" type="submit" wire:loading.attr="disabled"
      wire:loading.class="animate-pulse" wire:target="authenticate">
      <span wire:loading="" wire:target="authenticate" class="inline-flex items-center">
        <svg class="h-5 w-5 animate-spin inline-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
          <path d="M21.71,4l-.44-.23L19.83,6.64l.45.23a9.56,9.56,0,1,1-8.66,0l.54-.26L10.72,3.78l-.6.28A12.83,12.83,0,1,0,21.71,4Z"></path>
        </svg> <span>Logging in...</span>
      </span>
      <span wire:loading.class="!hidden" wire:target="authenticate">Login</span>
    </button>
  </div>
</form>

<form class="w-full" wire:submit.prevent="register">
  <div class="step-1">
    <div x-data="" class="mb-7">
      <input type="text" class="appearance-none block w-full bg-slate-100 text-slate-400 text-base md:text-lg lg:text-xl focus:font-bold border border-slate-400 focus:border-teal-700 rounded-sm p-3 sm:p-5 mb-3 focus:outline-none focus:bg-white"
        wire:model.debounce.300ms="username" placeholder="Username" wire:loading.attr="disabled" wire:target="register">
      <p class="text-base text-aegean-900 leading-relaxed my-4"> This is the name that will be shown with your messages. You may use any name you wish. Once set, this cannot be changed. </p>
    </div>
    <div class="mb-7">
      <input type="text" class="appearance-none block w-full bg-slate-100 text-slate-400 text-base md:text-lg lg:text-xl focus:font-bold border border-slate-400 focus:border-teal-700 rounded-sm p-3 sm:p-5 mb-3 focus:outline-none focus:bg-white"
        wire:model.debounce.300ms="email" placeholder="Email Address" wire:loading.attr="disabled" wire:target="register">
    </div>
    <div class="mb-7">
      <div x-data="{ shown: false }" class="grid grid-cols-12 mb-3">
        <input placeholder="Password" type="password"
          class="col-span-9 w-auto appearance-none block bg-slate-100 text-slate-400 text-base md:text-lg lg:text-xl focus:font-bold border border-slate-400 focus:border-teal-700 rounded-l-sm p-3 sm:p-5 border-r-0 focus:outline-none focus:bg-white"
          wire:model.debounce.300ms="password" wire:loading.attr="disabled" wire:target="register" x-bind:type="shown ? 'text' : 'password'">
        <label class="col-span-3 border border-slate-400 rounded-r-sm bg-white flex items-center justify-center cursor-pointer">
          <input x-model="shown" type="checkbox" title="Show password" class="form-tick appearance-none h-3 w-3 sm:h-5 sm:w-5 border border-teal-700 rounded-sm checked:bg-teal-700 checked:border-transparent focus:outline-none mr-1 sm:mr-3">
          <span class="text-xs md:text-base block">Show</span>
        </label>
      </div>
    </div>
    <div class="mb-2">
      <div class="mb-2 space-y-1 text-gray-400">
        <div class="w-full bg-gray-200 h-[15px]">
          <div class="h-full transition-all delay-300 bg-gray-400 " style="width: 0%"></div>
        </div>
      </div>
      <p class="text-base text-aegean-900 leading-relaxed my-4"> Entering a password is required. </p>
    </div>
    <div class="mb-7">
      <button class="button bg-gradient-to-l from-teal-500 to-aegean-300 text-white text-lg md:text-xl px-6 md:px-8 min-h-[48px] md:min-h-[68px] font-bold text-center hover:shadow-md  block w-full" wire:click="continue" type="button"
        wire:loading.attr="disabled" wire:loading.class="animate-pulse" wire:target="continue">
        <span wire:loading="" wire:target="continue" class="inline-flex items-center">
          <svg class="h-5 w-5 animate-spin inline-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
            <path d="M21.71,4l-.44-.23L19.83,6.64l.45.23a9.56,9.56,0,1,1-8.66,0l.54-.26L10.72,3.78l-.6.28A12.83,12.83,0,1,0,21.71,4Z"></path>
          </svg> <span>Processing...</span>
        </span>
        <span wire:loading.class="!hidden" wire:target="continue">Get Started</span>
      </button>
    </div>
  </div>
</form>

Text Content

 * Network Sites:
 * 
 * 
 * 
 * 

 * Latest
 * Forums
 * Education
 * Tools
 * Videos
 * Datasheet
 * Giveaways


Log In Sign Up
MOORE'S LOBBY PODCAST

Powering a Green Future: Insights from Infineon’s Peter Wawer


0:00/ 0:00
 * Podcast
 * Latest
 * Subscribe
    * Google
    * Spotify
    * Apple
    * iHeartRadio
    * Stitcher
    * Pandora
    * Tune In

Login Join Maker Pro
Or sign in with

--------------------------------------------------------------------------------

 * Facebook
 * Google
 * Linkedin
 * Github


MENU

 * Explore
   
   Categories
   
    * 3D Printing
    * Amateur Radio
    * Audio
    * Augmented Reality
    * Automation
    * Automotive
    * Cloud Computing
    * Computers & Peripherals
    * Consumer Electronics
    * Cyber Security
    * Displays
    * Drones
   
   Platforms
   
    * .NET Gadgeteer
    * 1Sheeld
    * 3DR
    * 4D Systems
    * Adafruit Playground
    * AllThingsTalk
    * Amazon Alexa
    * Amazon Web Services
    * Analog
    * Android
    * Anduino
    * Arduino

 * Articles
   * Latest
   * Blog
   * Projects
   * Education
 * Forums
   * Latest
   * Microcontrollers
   * Power Electronics
   * RF & Wireless
   * Sensors & Actuators
   * Community
 * Datasheets
 * + Start Project
 * + Import Project


 * CATEGORIES
   
   * 3D Printing
   * Amateur Radio
   * Audio
   * Augmented Reality
   * Automation
   * Automotive
   * Cloud Computing
   * Computers & Peripherals
   * Consumer Electronics
   * Cyber Security
   * Displays
   * Drones
   * Health & Fitness
   * Home Automation
   * Industrial
   * Industrial IoT
   * IoT
   * Lighting
   * Machine Learning
   * Mobile
   * Motor Control
   * Power
   * Robotics
   * Security / Identification
   View All


 * PLATFORMS
   
   * .NET Gadgeteer
   * 1Sheeld
   * 3DR
   * 4D Systems
   * Adafruit Playground
   * AllThingsTalk
   * Amazon Alexa
   * Amazon Web Services
   * Analog
   * Android
   * Anduino
   * Arduino
   * Arm Mbed
   * BeagleBoard
   * Blynk
   * Bosch IoT Suite
   * Breadboard
   * C.H.I.P.
   * Custom
   * Digispark
   * ESP8266
   * Everything ESP
   * Google Home Assistant
   * Intel Edison
   View All


 * CONTENT
   
   * Blog
   * Education
   * Forums
   * Projects
   View All

 * Latest
 * Blog
 * Projects
 * Education


 * Latest
 * Microcontrollers
 * Power Electronics
 * RF & Wireless
 * Sensors & Actuators
 * Community




CONNECT WITH US

 * 
 * 
 * 
 * 
 * 


NETWORK

 * 
 * 
 * 
 * 




LATEST PROJECT

Anduino Mini Cyclone Game on WS2812 LED Ring and Arduino Nano

May 13, 2023 by Mirko Pavleski


Scroll to continue with content

Google Home Assistant Project

ROOMSENSE IQ: THE ULTIMATE PRESENCE-BASED ROOM AUTOMATION

April 25, 2023 by Sina Moshksar

Custom Project

MICROAMP-METER

MicroAmp-Meter which is a current measurement tool featuring auto-ranging, Wi-Fi
current profiling, SD card logging options, and more. It is a portable current
meter that can record and profile the current consumption of devices in real
time.

April 23, 2023 by Farzan Saleem

Arduino Project

ARDUINO TACHOMETER (RPM METER) WITH IR SENSOR MODULE

A very simple way to make a tachometer where the result is displayed on an OLED
display in the form of an RPM number and a progress bar for greater visibility.

April 22, 2023 by Mirko Pavleski

Arduino Project


LED FADER USING 555 TIMER IC

In this tutorial, I am going to show you guys how to create a true LED fading
effect using the 555 timer IC.

April 19, 2023 by Ashish Adhikari

--------------------------------------------------------------------------------


CATEGORIES

--------------------------------------------------------------------------------

Industrial
Industrial IoT
IoT
Lighting
Machine Learning
Mobile
Motor Control
Power
Robotics
Security / Identification
Sensors
Smart Grid/Energy
Telecom
Virtual Reality
Wearables
Weather
All
3D Printing
Amateur Radio
Audio
Augmented Reality
Automation
Automotive
Cloud Computing
Computers & Peripherals
Consumer Electronics
Cyber Security
Displays
Drones
Health & Fitness
Home Automation
Industrial
Industrial IoT
IoT
Lighting
Machine Learning
Mobile
Motor Control
Power
Robotics
Security / Identification
Sensors
Smart Grid/Energy
Telecom
Virtual Reality
Wearables
Weather
All
3D Printing
Amateur Radio
Audio
Augmented Reality
Automation
Automotive
Cloud Computing
Computers & Peripherals
Consumer Electronics
Cyber Security
Displays
Drones
Health & Fitness
Home Automation
Industrial

Analog Project

SIMPLE INVERTERS 12V TO 220V , COMPARISION, TESTING, AND REAL CHARACTERISTICS

April 15, 2023 by Mirko Pavleski

AllThingsTalk Project

A GUIDE TO LED EMERGENCY LIGHT CIRCUIT WITH LDR 

In this project we will build a simple LED emergency light circuit using LDR.D
Emergency Light Circuit with LDR .

April 13, 2023 by Crystal Lin

Arduino Project

DIY CONNECT 4 GAME ON 2.8 INCH TFT TOUCH DISPLAY

An ESP32 microcontroller version of Connect4 game, which is played on a 2.8 inch
color TFT touch display.

April 08, 2023 by Mirko Pavleski

Arduino Project

UNIVERSAL HD44780 LCD INTERFACE

This project provides a universal interface to drive the popular Hitachi HD44780
LCD controller. It offers open hardware module and C/C++ library for the HD44780
controller.

March 29, 2023 by Dilshan Jayakody

Latest Forum Threads
CM

“MF/HF marine radio” Charles Mutai
ST

“Help requested to identify common emitter, collector base bjt circuits” Steve T
ABS

“The output of IR2104 is not square wave, Ho and Lo are not square wave. When Ho
is high, then Lo is also high.” Agung Bagus Sajiwo
BV

“Identify component L2” Billy Vail
JW

“Is Isolated Barrier Necessary for Equipment with Intrinsic Safety Certification
Ex e ib mb I IC T6 Gb?” John Wu
View All
Arduino Project

3 DIGIT 7 SEGMENT THERMOSTAT WITH K TYPE THERMOCOUPLE FOR ARDUINO NANO

This is an Arduino Nano 3-digit 7-segment thermostat design with Kicad schematic
diagram and PCB.

March 26, 2023 by Antonio De Vincentiis


NEWSLETTERS

Join our Community!

Sign-up and receive our updates on the latest projects, tutorials and community.

Subscribe
ALL ABOUT CIRCUITS

Latest

IMPROVING ADC SFDR USING DITHERING FOR COMMUNICATION SYSTEM APPLICATIONS

EE POWER
Latest

CELEBRATING THE SMART GRID ENABLING ETHERNET

CONTROL.COM
Latest

AUTOMATE 2023 IS KICKING OFF! SHOWCASING THE &#8220;WORLD&#8217;S FIRST COBOT
SPOT WELDER&#8221; AND OTHER AUTOMATION FEATS

--------------------------------------------------------------------------------

Load More Load More

--------------------------------------------------------------------------------


CATEGORIES

 * 3D Printing
 * Amateur Radio
 * Audio
 * Augmented Reality
 * Automation
 * Automotive
 * Cloud Computing
 * Computers & Peripherals
 * Consumer Electronics
 * Cyber Security
 * Displays
 * Drones
 * Health & Fitness
 * Home Automation
 * Industrial

View All


PLATFORMS

 * .NET Gadgeteer
 * 1Sheeld
 * 3DR
 * 4D Systems
 * Adafruit Playground
 * AllThingsTalk
 * Amazon Alexa
 * Amazon Web Services
 * Analog
 * Android
 * Anduino
 * Arduino
 * Arm Mbed
 * BeagleBoard
 * Blynk

View All


CONTENTS

 * Blog
 * Education
 * Forums
 * Projects


CONNECT WITH US

 * 
 * 
 * 
 * 
 * 

 * Contact Us
 * Advertise
 * Help Center


SIGN UP

Register


WHO WE ARE

More About Us


MORE FROM OUR NETWORK

 * 
 * 
 * 
 * 

© EETech Media, LLC.   All rights reserved
Privacy Policy · Terms of Service · User Agreement


WELCOME BACK

Don't have a Maker account? Create one now.

Show

Forgot your password? Click here.

Stay logged in
Logging in... Login
Or sign in with

--------------------------------------------------------------------------------

 * Facebook
 * Google
 * Linkedin
 * Github


JOIN OUR COMMUNITY OF MAKERS

Register for our site & newsletters. This gives you access to start a project,
collaborate with others, and more!

This is the name that will be shown with your messages. You may use any name you
wish. Once set, this cannot be changed.


Show

Entering a password is required.

Processing... Get Started
Or sign in with

--------------------------------------------------------------------------------

 * Facebook
 * Google
 * Linkedin
 * Github

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.


Continue to site
QUOTE OF THE DAY
“
Engineering is achieving function while avoiding failure.”
- Henry Petroski