www.elecfreaks.com Open in urlscan Pro
34.215.188.205  Public Scan

Submitted URL: https://elecfreaks.com/
Effective URL: https://www.elecfreaks.com/
Submission Tags: analytics-framework
Submission: On April 25 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.elecfreaks.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.elecfreaks.com/catalogsearch/result/" method="get">
  <div class="field search">
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: !anyResultCount()"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions">
    <button id="action-search" type="submit" title="Search" class="action search" disabled="disabled">
      <span class="icon ic ic-search ib ib-square ib-hover"></span>
    </button>
  </div>
</form>

POST https://www.elecfreaks.com/contact/index/post/

<form id="contact-form" class="form contact" action="https://www.elecfreaks.com/contact/index/post/" method="post" novalidate="novalidate" data-hasrequired="* Required Fields">
  <div class="container-fluid" style="background-color: #00d1d1; color: #fff; padding-bottom: 2%;">
    <div class="col-md-4 col-md-offset-2 ">
      <h3 class="block-title heading">ANY QUESTIONS &amp; COOPERATION</h3>
    </div>
    <div class="col-md-2"><input id="name" class="input-text" title="Name" name="name" type="text" value="" placeholder="Name" data-validate="{required:true}" aria-required="true"></div>
    <div class="col-md-2"><input id="email" class="input-text" title="Email" name="email" type="email" value="" placeholder="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true"></div>
  </div>
  <div class="container-fluid" style="background-color: #00d1d1; color: #fff; padding-bottom: 2%;">
    <div class="col-md-4 col-md-offset-2 ">
      <p>Cooperate with ELECFREAKS, And be the only distributor in each of our regions.</p>
    </div>
    <div class="col-md-4 "><textarea id="comment" class="input-text" style="margin-bottom: 2%;" title="Message" cols="5" name="comment" rows="3" placeholder="Message" data-validate="{required:true}" aria-required="true"></textarea> <input id="hideit"
        name="hideit" type="hidden" value=""> <button class="action submit primary" title="CONTACT US &amp; LEAVE A FORM " type="submit"> CONTACT US &amp; LEAVE A FORM </button></div>
  </div>
</form>

POST https://www.elecfreaks.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.elecfreaks.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.elecfreaks.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Make coding accessible !

Menu
Search
Account





Skip to Content
Make coding accessible !
Compare Products
 * Account
 * Wish List
 * Sign In
 * Sign Up




MAKE CODING ACCESSIBLE !



 * Search
   Suggested
   Products See All 0
   No Result
   
 * Cart
   My Cart
   Close You have no items in your shopping cart.
 * 

Menu

 * Home
    * Shop
    * Blog
    * Distributors
    * About Us
    * Contact Us
    * Learn




ABOUT ELECFREAKS

Established in the year 2011 and located in Shenzhen, China, ELECFREAKS is a
company focusing on the micro:bit developed kits and accessories with full
services of researching, manufacturing, and selling. Now, ELECFREAKS focuses on
the development and sales of micro:bit related accessories. At present, tens of
thousands of schools and educational institutions in more than 100 countries and
regions worldwide use ELECFREAKS products, courses, and services.


LEARN MORE


MEET WITH OUR BEST EXPERTS

We provide 24 hours customer service. Our sales experts will perfectly answer
all your questions about ELECFREAKS products.





TYLER

Email: tyler@elecfreaks.com





MARK

Email: mark@elecfreaks.com





LUKA

Email: luka@elecfreaks.com

BEST SELLERS

ELECFREAKS micro:bit Nezha 48 IN 1 Inventor's Kit (Without micro:bit Board)

BUY NOW


ELECFREAKS Retro Makecode Arcade For Education

BUY NOW


ELECFREAKS micro:bit Smart Cutebot Kit (Without micro:bit Board)

BUY NOW


ELECFREAKS micro:bit XGO Robot Kit

BUY NOW

PATENT PRODUCT

ELECFREAKS Raspberry Pi Pico Starter Kit

BUY NOW


NEZHA Inventor's Kit V2 For micro:bit

BUY NOW


ELECFREAKS micro:bit 6 IN 1 Ring:bit Kit (Without micro:bit Board)

BUY NOW


ELECFREAKS micro:bit 32 IN 1 Wonder Building Kit (Without micro:bit Board)

BUY NOW


3 PLATFORMS

Our products are available for such platforms as micro:bit, Arduino and
Raspberry Pi


30+ KITS

The themes of our kits ranges from science, building, arts, IoT, AI and others
over 30 kinds


100+ SENSORS

Different breakout boards could satisfy schools in all needs.


20+ BREAKOUT BOARDS

We have over 100 kinds of sensors including Octopus and Plant.


ANY QUESTIONS & COOPERATION




Cooperate with ELECFREAKS, And be the only distributor in each of our regions.

CONTACT US & LEAVE A FORM


OUR FACTORY




ELECFREAKS EXHIBITION




THE LATEST FROM OUR BLOG

Read our blog for news, tips & tricks, and coding inspiration from around the
world. Here you'll find our most popular posts.

A cute glasses frame is born!

April 20, 2023| Posted in PROJECTS, ALL| Ken| 81

I had also seen some pictures of spectacle frames on display on the internet, so
I had a general idea. Based on the characteristics of the glasses, one would
think of the part with the hanging part (i.e. the nose part) and the round hole
(i.e. the part that holds the earring frame).


Read more

What is STEAM education?

April 11, 2023| Posted in ALL, REVIEWS| Nelson| 192

Many students have greater aptitudes and affinities for the arts and humanities
or mathematics and sciences. STEAM education takes an integrated and holistic
approach that helps students understand these disciplines as part of a larger
whole. Instead of being sidelined or excluded from a particular issue, you can
work with others to solve problems and see the issues you're struggling with
differently.


Read more

How to make a monster box with Laser Engraver ?

April 6, 2023| Posted in PROJECTS, ALL| Tiger| 353

Monsters are nowadays in science fiction feature films and television works of
huge creatures, they usually have the enormous size and hideous faces, with
great destructive power and bestiality, the general human weaponry is
challenging to hurt such monsters, so-called "monsters". Monsters can be
categorized as UMA (Unidentified Life Forms). Make the monster into a box, do
you dare to use it?


Read more


GLOBAL PARTNERS






GLOBAL SHIPPING

ELECFREAKS can be shipped to all country in the world.


SECURE PAYMENT

Pay securely using credit / debit card or by Paypal.


QUALITY PURCHASE

We are committed to producing only high quality, cost-effective products.


services@elecfreaks.com

24 Hours online customer service


COMPANY INFO

 * About Us
 * Contact Us
 * Learn
 * ELECFREAKS Distributors

CUSTOMER SERVICE

 * FAQ
 * Shipping Policy
 * Warranty Return
 * Private Policy
 * Payment

MEMU

 * micro:bit
 * Arduino
 * Pico
 * Others

MICRO:BIT

 * Kits
 * Modules
 * Sensors
 * Accessories
 * Boards

SIGN UP FOR OUR NEWSLETTER

Stay up-to-date with our latest promotions,discounts,sales,and special offers.



Newsletter
Sign Up for Our Newsletter:
Subscribe




Copyright © 2013~2022 ELECFREAKS , Inc. All rights reserved.



Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Sign Up
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?