www.eprojectszone.com Open in urlscan Pro
85.120.59.25  Public Scan

URL: http://www.eprojectszone.com/
Submission: On December 17 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET http://www.eprojectszone.com

<form action="http://www.eprojectszone.com" class="searchform" id="searchform" method="get" role="search">
  <div>
    <label for="menu-search" class="screen-reader-text"></label>
    <input type="text" placeholder="Search" id="menu-search" name="s" value="">
    <button class="fa fa-search" type="submit" id="searchsubmit"></button>
  </div>
</form>

POST https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  <div class="paypal-donations">
    <input type="hidden" name="cmd" value="_donations">
    <input type="hidden" name="bn" value="TipsandTricks_SP">
    <input type="hidden" name="business" value="eprojectszone@eprojectszone.com">
    <input type="hidden" name="return" value="http://eprojectszone.com/wp/thank-you-for-your-donation/">
    <input type="hidden" name="rm" value="0">
    <input type="hidden" name="currency_code" value="USD">
    <input type="image" style="cursor: pointer;" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online.">
    <img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
  </div>
</form>

POST

<form id="sendpress_signup" method="POST" class="sendpress-signup">
  <div id="exists" style="display:none;">You've already signed up, Thanks!</div>
  <div id="error"></div>
  <div id="thanks" style="display:none;">Check your inbox now to confirm your subscription.</div>
  <div id="form-wrap">
    <p></p>
    <input type="hidden" name="sp_list" id="list" class="sp_list" value="406">
    <p name="email">
      <label for="email">E-Mail:</label>
      <input type="text" class="sp_email" value="" name="sp_email">
    </p>
    <p name="extra_fields" class="signup-fields-bottom">
    </p>
    <p class="submit">
      <input value="Submit" class="sendpress-submit" type="submit" id="submit" name="submit"><img class="ajaxloader" style="display:none;" src="http://www.eprojectszone.com/wp/wp-content/plugins/sendpress//img/ajax-loader.gif">
    </p>
  </div>
</form>

Text Content

Skip to content
Sunday, December 17, 2023
4:05:00 AM



EPROJECTSZONE


 * Home
 * Arduino
 * Atmega328
 * PCB
 * Others
 * Contact


MENU
 * Home
 * Arduino
 * Atmega328
 * PCB
 * Others
 * Contact

 * November 27, 2017 admin 0
   Arduino and shift registers
   Please let us in the comment zone any suggestions...
   Arduino 
 * March 3, 2021 admin 0
   How to use an industrial hall effect sensor with arduino
   For this project i connect an hall effect sensor...
   Arduino 
 * February 10, 2021 admin 0
   How to control a servomotor without arduino servo library
   Please let us in the comment zone any suggestions...
   Arduino 
 * January 10, 2021 admin 0
   How to connect an industrial lenght transducer with arduino
   Please let us in the comment zone any suggestions...
   Arduino Uncategorized 
 * December 30, 2017 admin 0
   How to set up an arduino ethernet shield
   Please let us in the comment zone any suggestions...
   Arduino 
 * November 27, 2017 admin 0
   Arduino and shift registers
   Please let us in the comment zone any suggestions...
   Arduino 
 * March 3, 2021 admin 0
   How to use an industrial hall effect sensor with arduino
   For this project i connect an hall effect sensor...
   Arduino 




H BRIDGE WITH AN UNFILTERED SINE WAVE FROM AN ARDUINO

August 15, 2017 admin 2



40KHZ SQUARE SIGNAL WITH ARDUINO UNO OR ATMEGA 328

February 26, 2017 admin 5



HOW TO GENERATE A SINE WAVE FROM ARDUINO OR ATMEGA 328

August 21, 2016 admin 73



FOUR DIGIT BCD 7 SEGMENTS DISPLAY AND ATMEGA328

June 14, 2016 admin 0



HOW TO USE AN INDUSTRIAL HALL EFFECT SENSOR WITH ARDUINO

March 3, 2021March 3, 2021 admin


For this project i connect an hall effect sensor with an arduino uno. A sensor
with hall effect is a sensor used for detection of magnetic field so we can say
is a magnetic sensor(mine is used on a pneumatic cylinder to detect the position
of the cylinder). Actually at the base is made from a semiconductor plate with
an…

Read More
Arduino Leave a comment


HOW TO CONTROL A SERVOMOTOR WITHOUT ARDUINO SERVO LIBRARY

February 10, 2021February 10, 2021 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us! In the next project i intend to control a servomotor (a cheap one)
directly from timers because with the library(servo library) i couldn’t obtained
a real 180 degrees angle. The…

Read More
Arduino Leave a comment


HOW TO CONNECT AN INDUSTRIAL LENGHT TRANSDUCER WITH ARDUINO

January 10, 2021January 10, 2021 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us! The sensor Recently, i received from my workplace a lenght transducer,
wich is mecanical broken (a screw is damaged). I don’t know the type and
neighter the output form (standardized…

Read More
Arduino Uncategorized Leave a comment


HOW TO SET UP AN ARDUINO ETHERNET SHIELD

December 30, 2017January 31, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     1. The shield Arduino ethernet shield is a device that allows you
to connect your arduino to the internet. In this post i will connect it to a…

Read More
Arduino Leave a comment


ARDUINO AND SHIFT REGISTERS

November 27, 2017January 31, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     1. ShiftOut function Because the method presented in the last post
about arduino and shift registers is not efficient, there is a special function
which make it easier…

Read More
Arduino Leave a comment


ARDUINO AND SHIFT REGISTERS WITHOUT SHIFTOUT FUNCTION

November 26, 2017January 18, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     1.Introduction Recently i’ve worked with a shift register and some
leds. So, i’ve made a post with what i’ve learned. The shift register is
SN74HC595N, a device which…

Read More
Arduino Leave a comment


LOWPASS FILTER FOR PURE SINE INVERTERS

October 15, 2017January 18, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     If in the previous posts i have designed a method to generate a
control signal for obtaining a pure sine wave and an H bridge in order to…

Read More
Arduino 4 Comments


H BRIDGE WITH AN UNFILTERED SINE WAVE FROM AN ARDUINO

August 15, 2017January 18, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us! 1.H bridge design In this post i’ve made a H bridge controlled by an
arduino, for creating a sine wave signal with higher current and voltage than
 arduino can provide. In…

Read More
Arduino Atmega328 2 Comments


HOW TO READ AC VOLTAGE WITH ARDUINO

May 13, 2017January 18, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     Attention!!! In this example i’ve used dangerous high AC
voltage(230V)! I’m not responsable for any accidents!   Reading AC voltage. Now,
besides reading ac voltage i will…

Read More
Arduino Leave a comment


HOW TO GENERATE THREE PHASE SPWM SIGNAL WITH ARDUINO

March 13, 2017January 18, 2018 admin


Please let us in the comment zone any suggestions that you think will improve
the article! If you like the article click the follow button  to stay in touch
with us!     As you can see in last two post about sine waves (How to generate a
sine wave from arduino or atmega 328 and How to generate two phase sine…

Read More
Arduino 16 Comments


POSTS NAVIGATION

Older posts








POPULAR RECENT COMMENTS

August 21, 2016 admin

HOW TO GENERATE A SINE WAVE FROM ARDUINO OR ATMEGA 328

July 30, 2016 admin

HOW TO CONTROL ARDUINO PINS FROM REGISTERS WITHOUT DIGITALWRITE AND DIGITALREAD

August 7, 2016 admin

HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART1(FAST PWM AND TIMER 0)


March 13, 2017 admin

HOW TO GENERATE THREE PHASE SPWM SIGNAL WITH ARDUINO

August 8, 2016 admin

HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART2(TIMER 1 AND PHASE CORRECT
PWM MODE)

September 26, 2016 admin

HOW TO GENERATE A SAWTOOTH AND A TRIANGLE WAVE WITH ARDUINO


June 28, 2016 admin

SENDING AND RECEIVING MESSAGES WITH SIM800L GSM MODULE AND ARDUINO

August 11, 2016 admin

HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART3 (TIMER 2 AND CTC MODE)

October 15, 2017 admin

LOWPASS FILTER FOR PURE SINE INVERTERS


September 6, 2016 admin

HOW TO CONTROL A 12V LED STRIP WITH ARDUINO


March 3, 2021 admin

HOW TO USE AN INDUSTRIAL HALL EFFECT SENSOR WITH ARDUINO

February 10, 2021 admin

HOW TO CONTROL A SERVOMOTOR WITHOUT ARDUINO SERVO LIBRARY

January 10, 2021 admin

HOW TO CONNECT AN INDUSTRIAL LENGHT TRANSDUCER WITH ARDUINO


December 30, 2017 admin

HOW TO SET UP AN ARDUINO ETHERNET SHIELD

November 27, 2017 admin

ARDUINO AND SHIFT REGISTERS

Fran H.

ON HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART2(TIMER 1 AND PHASE
CORRECT PWM MODE)

Thanks for the instructing post. I would only add that...
April 7, 2022 at 9:00 am
Fran H.

ON HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART2(TIMER 1 AND PHASE
CORRECT PWM MODE)

Nice article, it helped me a lot. Thanks for sharing...
April 6, 2022 at 2:39 pm
Nnadi

ON HOW TO CONTROL ARDUINO PINS FROM REGISTERS WITHOUT DIGITALWRITE AND
DIGITALREAD

I really appreciate your write up. I have a code...
February 9, 2022 at 5:56 pm

Karo

ON HOW TO MODIFY THE PWM FREQUENCY ON THE ARDUINO-PART1(FAST PWM AND TIMER 0)

Hi. If you use proteus to simulate, nothing is going...
October 3, 2021 at 4:46 pm
zizo

ON HOW TO CONTROL ARDUINO PINS FROM REGISTERS WITHOUT DIGITALWRITE AND
DIGITALREAD

you make hard staff very easy ... you are a...
September 11, 2021 at 9:59 pm















ARCHIVES

 * March 2021 (1)
 * February 2021 (1)
 * January 2021 (1)
 * December 2017 (1)
 * November 2017 (2)
 * October 2017 (1)
 * August 2017 (1)
 * May 2017 (1)
 * March 2017 (1)
 * February 2017 (2)
 * January 2017 (1)
 * November 2016 (2)
 * October 2016 (2)
 * September 2016 (2)
 * August 2016 (4)
 * July 2016 (4)
 * June 2016 (16)










SUPPORT US!

This site was helpful for you??
Support us with a small donation!




SIGNUP FOR NEW PROJECTS RIGHT IN YOUR MAILBOX

You've already signed up, Thanks!

Check your inbox now to confirm your subscription.

E-Mail:





December 2023 M T W T F S S  123 45678910 11121314151617 18192021222324
25262728293031

« Mar    


AcmeThemes © 2016

Proudly powered by WordPress | Theme: SuperMagPro by Acme Themes.