Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Open Source ATM

    Technical Development
    16
    176
    115893
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      uncle_muddy administrators last edited by

      So at the moment I have no way of checking, but how did you get that and what did you start with?

      I’m going to pop out in a bit and get some components to make up the circuit board, so hopefully a little later we can try some of these things out :)

      1 Reply Last reply Reply Quote 0
      • MrWyrm
        MrWyrm administrators last edited by

        Just trying to find the link. Gimme two.

        Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

        1 Reply Last reply Reply Quote 0
        • MrWyrm
          MrWyrm administrators last edited by

          Found. I’m in work, so had to close the window and my history is not set to save. DOH!

          http://www.hobbytronics.co.uk/bmp-lcd-converter

          Saved your png as a bpm and ran it through the converter listed. Is there enough there? Doesn’t seem like a lot?

          Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

          1 Reply Last reply Reply Quote 0
          • U
            uncle_muddy administrators last edited by

            Ahhh right cool, give me 2 and I will check it against the other one

            1 Reply Last reply Reply Quote 0
            • U
              uncle_muddy administrators last edited by

              Humm, theres a lot less in your code to that of the original file. Give me a couple of hours or so to go get some hardware and glue some bit’s together and we will see what happens

              1 Reply Last reply Reply Quote 0
              • MrWyrm
                MrWyrm administrators last edited by

                Yeah, it doesn’t seem like much. Thanks. Keep me posted.

                Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User last edited by

                  I’m gonna pin this if that’s ok.

                  This is getting epic!

                  1 Reply Last reply Reply Quote 0
                  • U
                    uncle_muddy administrators last edited by

                    Sorry guys I got side tracked last night and made no more progress on this than picking up the rest of the components needed.

                    I’m taking a couple of days with Mrs Muddy for our 2 year anni, but will try and get back on this on Saturday, might even have a coin taker by then :)

                    Mental note to self save £1 coins for setting up the taker as it needs samples to work from

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User last edited by

                      Hey that’s fine man. This is a nice solid project now.

                      Thank you Muddy, Wyrm and Spynapples for the work so far, and especialy Kevlar for the OP!

                      1 Reply Last reply Reply Quote 0
                      • U
                        uncle_muddy administrators last edited by

                        Yay I have managed to get a successful compile of the code after sorting out a RTClib problem, I don’t have any hardware here with me at all now, so I have to wait till later before I can try anything out :(

                        I have managed to get together 10 pound coins so if the taker has arrived I’ll get that setup later as well. So that just leaves the QR to Hex conversion to do I think…

                        1 Reply Last reply Reply Quote 0
                        • P
                          prensel Regular Member last edited by

                          Nice project !

                          I’ve some Arduino Uno and Mega laying around with ethernet so modifying/expanding it with Internet/network access isn’t a big problem.

                          I did look at the code and if i’m correct the SD card is just loaded with 10 Bitcoin QR codes and prints each code on receipt of an appropriate amount of cash correct ?

                          So this is how it works:

                          1: generate 10 new FTC addresses

                          2: pre-load each FTC address with 10FTC (or other amount FTC)

                          3: export private key for each FTC address

                          4: generate QR code for each private key

                          5: upload all 10 QR codes on SD card

                          6: put SD card in ATM

                          7: have customer ‘buy’ one or more QR code from ATM (gets printed)

                          8: customer scans QR code/private key and gains access to FTC address

                          9: customer can spend x amount of FTC

                          This is fairly static.

                          What if we can do this:

                          1: customer enters x amount of cash into ATM

                          2: ATM connects to server with amount of cash

                          3: server generates new FTC address

                          4: server preloads FTC address with such amount of FTC according to entered cash

                          5: server generates QR code with private key

                          6: ATM downloads QR code from server

                          7: ATM prints QR code for customer

                          8: customer scans QR code/private key and gains access to FTC address

                          9: customer can spend 10FTC

                          :-)

                          1 Reply Last reply Reply Quote 0
                          • U
                            uncle_muddy administrators last edited by

                            From what I’m seeing yes the only thing on the card is the QRCodes and the Logo files

                            1 Reply Last reply Reply Quote 0
                            • MrWyrm
                              MrWyrm administrators last edited by

                              Ahh, so the QR codes are images? I presumed there was a list of addresses that were pre-generated and presented as QR codes.

                              Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

                              1 Reply Last reply Reply Quote 0
                              • U
                                uncle_muddy administrators last edited by

                                Nope, you make the image 1st, then convert it to hex then print it.

                                Hence all the questions about hex the other day ;)

                                1 Reply Last reply Reply Quote 0
                                • MrWyrm
                                  MrWyrm administrators last edited by

                                  Urgh! I thought that was only for the logo. Damn, that’s going to make things more tricky. I’ll put some time aside this weekend to have another look.

                                  Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    prensel Regular Member last edited by

                                    The FTC logo is already on github.

                                    The QR generator for the 176x176 pixels png is also on github

                                    You can generate QR images directly on the Arduino but not with the 328/Uno.

                                    You need at least the Mega for that but then you can load just private keys on the SD card.

                                    1 Reply Last reply Reply Quote 0
                                    • U
                                      uncle_muddy administrators last edited by

                                      I’ve got the logo as per the attachment a bit further up, and the QR Code generator loaded on a Pi to give it somewhere to live, so hopefully all is left to do is to convert the QRcode back to hex for the printer…

                                      And just to keep your spirits up, look what I have just been given :)

                                      coin_taker_zps15628e62.png

                                      1 Reply Last reply Reply Quote 0
                                      • U
                                        uncle_muddy administrators last edited by

                                        Agh, all the bits are together, and the coin acceptor seams to do as expected… but nothing is printed :(

                                        I’ve got about 10mins more before I need to deal with family stuff, but I might be back on it later

                                        1 Reply Last reply Reply Quote 0
                                        • U
                                          uncle_muddy administrators last edited by

                                          Should there not be some values in this mess somewhere?

                                              if(pulseCount == 0)
                                               return;
                                          
                                          
                                              if((millis() - pulseTime) < PULSE_TIMEOUT) 
                                                return;
                                          
                                          
                                               if(pulseCount == DOLLAR_PULSE)
                                                 getNextBitcoin(); //dollar baby!
                                                 
                                               //----------------------------------------------------------
                                               // Add additional currency denomination logic here: $5, $10, $20      
                                               //----------------------------------------------------------
                                             
                                               pulseCount = 0; // reset pulse count
                                               pulseTime = 0;
                                            
                                          }
                                          
                                          
                                          /*****************************************************
                                          onPulse
                                          - read 50ms pulses from Apex Bill Acceptor.
                                          - 4 pulses indicates one dollar accepted
                                          
                                          
                                          ******************************************************/
                                          void onPulse(){
                                            
                                          int val = digitalRead(2);
                                          pulseTime = millis();
                                          
                                          
                                          if(val == HIGH)
                                            pulseCount++;
                                            
                                          }
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • U
                                            uncle_muddy administrators last edited by

                                            ticket_zps8d2611e4.jpg

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post