Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. jesse
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jesse

    @jesse

    1
    Reputation
    16
    Posts
    1619
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.jbcse.com

    jesse Follow

    Best posts made by jesse

    • RE: Solar/battery powering

      @epierre

      I recommend a single or double USB 18650 battery bank. You can get a solar panel and attach the leads to a 5v USB regulator. You can use a USB cable to connect the solar panel w/ 5v regulator to the input on the 18650 battery bank.

      The output of the battery bank can be connected to the micro controller.

      http://www.ebay.com/itm/Mini-Portable-Power-Bank-Mobile-USB-18650-Battery-Charger-Keychain-f-Phone-MP3-/161300528675?pt=US_Cell_Phone_PDA_Chargers&var=&hash=item258e42be23

      http://www.ebay.com/itm/Battery-Pack-for-2x-18650-Rechargeable-Battery-Mobile-Power-Bank-USB-Output-5V-/400729621411?pt=US_Cell_Phone_PDA_Chargers&var=&hash=item5d4d58c3a3

      http://www.ebay.com/itm/USB-DC-7V-24V-to-5V-3A-Step-Down-Buck-KIS3R33S-Module-Arduino-than-LM2596-/201080977521?pt=LH_DefaultDomain_0&hash=item2ed15c3871

      http://www.ebay.com/itm/5W-epoxy-resin-solar-panel-5-watt-12Volt-solar-battery-charger-diode-easy-carry-/171472266424?pt=LH_DefaultDomain_0&hash=item27ec8b24b8

      posted in Hardware
      jesse
      jesse

    Latest posts made by jesse

    • RE: [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      Here's a better sketch that uses Software Serial.

      http://imgur.com/b6bOSuH

      https://codebender.cc/sketch:61723

      Pyramid Apex 5000 Bill Acceptor + Arduino Uno – 01:35
      — KINDanon

      posted in Troubleshooting
      jesse
      jesse
    • RE: [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      @Zeph I found the problem by connecting the Serial output line to analog pin 0. Low was about 320/1023, floating was about 330/1023, and high was about 340/1023. I used the internal pull-up on Serial1. Then it became possible to read the Serial data.

      The embedded code in the first post was updated automatically as work progressed.

      posted in Troubleshooting
      jesse
      jesse
    • RE: [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      I'm going to try using Software Serial on an Uno instead of Serial(1 to 3) on the Mega

      posted in Troubleshooting
      jesse
      jesse
    • RE: [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      @daulagari The Arduino can be used like it was a serial to USB adapter. Just plug the wire(s) in to RX0 (Pin 0) and TX0 (Pin 1) and load up a terminal host (ex: RealTerm). The output serial line is connected to the Arduino TX0, The data passes through without the Arduino being programmed to do anything.

      It works similar to one of these devices which can be used to program the Arduino Pro mini or as a general TTL serial port: http://www.ebay.com/itm/360916810060. An example use case is reading GPS data though a serial to USB adapter.

      posted in Troubleshooting
      jesse
      jesse
    • RE: [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      @daulagari 115200 is for the regular interface to read the serial output. Serial1 is at 600 baud and is connected to the bill acceptor.

      posted in Troubleshooting
      jesse
      jesse
    • [SOLVED] Apex Serials 5000 Bill Acceptor with Arduino Mega 2560 over Serial (600 baud, 1 start bit, 1 stop bit, no parity)

      I'm trying to get a Apex Series 5000 Bill Acceptor to communicate with an Arduino Mega 2560. When I plug the Bill Acceptor's output Serial TTL line into the raw Serial input port (TX0->1) of the Arduino and run the Windows program RealTerm, the data can be seen in the Terminal.

      Screenshot: http://i.imgur.com/Nt0LyVs.png

      81 (hex) means 1 dollar was inserted in the bill acceptor.

      When I try to use the Arduino Mega's Serial1 input port, it doesn't recognize and display the input from the bill acceptor.

      Source code: http://codebender.cc/sketch:58090

      Is the config in the screenshot different from the config in the source code?

      posted in Troubleshooting
      jesse
      jesse
    • RE: Solar/battery powering

      @epierre

      I recommend a single or double USB 18650 battery bank. You can get a solar panel and attach the leads to a 5v USB regulator. You can use a USB cable to connect the solar panel w/ 5v regulator to the input on the 18650 battery bank.

      The output of the battery bank can be connected to the micro controller.

      http://www.ebay.com/itm/Mini-Portable-Power-Bank-Mobile-USB-18650-Battery-Charger-Keychain-f-Phone-MP3-/161300528675?pt=US_Cell_Phone_PDA_Chargers&var=&hash=item258e42be23

      http://www.ebay.com/itm/Battery-Pack-for-2x-18650-Rechargeable-Battery-Mobile-Power-Bank-USB-Output-5V-/400729621411?pt=US_Cell_Phone_PDA_Chargers&var=&hash=item5d4d58c3a3

      http://www.ebay.com/itm/USB-DC-7V-24V-to-5V-3A-Step-Down-Buck-KIS3R33S-Module-Arduino-than-LM2596-/201080977521?pt=LH_DefaultDomain_0&hash=item2ed15c3871

      http://www.ebay.com/itm/5W-epoxy-resin-solar-panel-5-watt-12Volt-solar-battery-charger-diode-easy-carry-/171472266424?pt=LH_DefaultDomain_0&hash=item27ec8b24b8

      posted in Hardware
      jesse
      jesse
    • 123D Circuits

      Autodesk is offering a tool similar to Fritzing: http://www.123dapp.com/circuits

      http://fritzing.org/home/

      They are tools to design a diagram of a circuit.

      posted in Development
      jesse
      jesse
    • RE: Weather station DHT22, BMP185, SI1145

      @epierre The SI1145 can measure IR, visible, and UV light: https://learn.adafruit.com/adafruit-si1145-breakout-board-uv-ir-visible-sensor/overview

      posted in My Project
      jesse
      jesse
    • Weather station DHT22, BMP185, SI1145

      This project uses an Arduino pro mini 3.3v 8mhz. The power and pin 13 LEDs have been desoldered to save battery life. The battery used is a 18650 lithium and a single 18650 battery bank.

      XAMPP server: http://www.jbcse.com/weather-graph.php

      All sensors and the transceiver powered through an IRL520 mosfet. The Jeelib power library is used to make the arduino sleep for about 10 seconds which uses about 1 mA. Measuring takes about 2 seconds and uses 5 mA.

      Sensors used: DHT22, BMP185, SI1145
      Transceiver used: NRF24L01+

      posted in My Project
      jesse
      jesse