Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. pyscan
    Log in to post

    • R

      Pyscan reading ISO14443-4 cards (non MIFARE)
      Expansion Board • pyscan nfc • • Razvan Dragomirescu  

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • B

      Pyscan Using GPIO pins or expansion board pins (BUT)
      Expansion Board • lopy4 pyscan gpio nfc • • Borja Blasco  

      2
      0
      Votes
      2
      Posts
      36
      Views

      robert-hh

      @Borja-Blasco Generally it is possible to use the Pins of the camera connector. They are connected to the said Pxx pins. Be aware, that P13-P18 are input-only. Using them as output fails.
    • L

      UART over Pyscan pins
      Expansion Board • sipy uart pyscan • • Louis Henn  

      5
      0
      Votes
      5
      Posts
      33
      Views

      L

      @robert-hh took some debugging, but I did manage to make it work like you said. Thanks a lot!
    • K

      Can't read nfc chip with pyscan
      Discussion • pyscan nfc reading errors • • kubohirner  

      2
      1
      Votes
      2
      Posts
      159
      Views

      S

      Me too, same issue. It is possible that Pycom is not aswering on this??
    • philwilkinson

      simple method to identify which expansion board is being used?
      Expansion Board • pytrack pysense expansion board micropython pyscan • • philwilkinson  

      3
      0
      Votes
      3
      Posts
      283
      Views

      P

      Same topic: https://forum.pycom.io/topic/2469/easy-way-to-tell-what-expansion-board-is-in-use Here's a method to create a generic exp. board object: from pycoproc import Pycoproc from pysense import Pysense from pytrack import Pytrack # create exp board object using unknown board type pyexp = Pycoproc(1) if pyexp.read_product_id() == 61458: print("Using Pysense") pyexp = Pysense() if pyexp.read_product_id() == 61459: print("Using Pytrack") pyexp = Pytrack() Later on use eg: if pyexp.board_type == pyexp.PYSENSE: si7006 = SI7006A20() Perhaps someone can tell us the id for the Pyscan board.
    • G

      PyScan User Push Button
      Expansion Board • expansion board pyscan wakeup button user button • • GreenGrouch  

      8
      0
      Votes
      8
      Posts
      1000
      Views

      B

      @GreenGrouch Try to move the line "p_inP14 = Pin ..." before the while instruction
    • M

      pyscan can not read the nfc tag
      Expansion Board • pyscan data nfc • • mia1913  

      2
      0
      Votes
      2
      Posts
      325
      Views

      J

      @mia1913 don’t know the details of the interface / library, but at a low level, 7 and 10-byte UUIDs are actually transmitted in several round trips. For a 7-byte UUID, only 3 bytes of the UUID are returned, and the other byte is a special value which means “there’s more”. You then do another request which returns the remaining 4 bytes. No idea how this is/should be handled on the Pyscan, though.
    • P

      NFC Reading
      Discussion • pyscan nfc ntag203 • • pcraven  

      8
      1
      Votes
      8
      Posts
      624
      Views

      M

      @rskoniec Yes, I tried it, but it did not work. The type of NFC tage I use is Ntag213.
    • T

      Pyscan datasheet is completely wrong
      Expansion Board • bug pyscan specs • • theshade  

      7
      4
      Votes
      7
      Posts
      769
      Views

      T

      Thank you @paul-thornton, I just saw the addition to the web page with the mechanicals. I'll start drawing my board ;)
    • T

      pyscan EXPANDER IO BUT0-BUT7
      Expansion Board • pyscan 5v tolerance external pins • • theshade  

      11
      0
      Votes
      11
      Posts
      1018
      Views

      John Baird

      @Paul-Thornton Thanks for the pointers and @theshade thanks for the library. Can we find out how this works in deepsleep? Questions such as: Does the PCA remain powered up? Can we choose to power it down if we aren't using it? Can the PCA interrupt line be used? If so how? Can the PCA interrupt signal the PIC to wake the main processor from deepsleep? If so, how do we establish why we woke from deepsleep? Can the PIC tell us? Or perhaps you could just give us the schematics/PIC code and we could figure it out ;-) Thanks!!
    • K

      Pyscan NFC Reader Encrypted Message
      Discussion • pyscan nfc • • Kaustubh  

      1
      0
      Votes
      1
      Posts
      303
      Views

      No one has replied

    • S

      FiPy/Pyscan problem
      FiPy • fipy pyscan rfid • • soulsurfer  

      5
      0
      Votes
      5
      Posts
      795
      Views

      dan

      Hi @soulsurfer, Thanks for noticing! I'll let the team know. We're using the .mpy version to save memory, so your project can take up more space. May I ask what are you missing from the documentation?
    • P

      signal strength pyscan antenna
      Getting Started • antenna pyscan rfid weak signal • • patrick  

      5
      0
      Votes
      5
      Posts
      1084
      Views

      P

      @dan thx for testing but shouldn't it be 2 - 5 cm instead of mm? At least that is my experience with other rfid/nfc boards. Several mm is nothing when using an enclosure...I can't imagine that this is the ultimate goal of the supplied antenna
    • E

      Pyscan NFC MFRC63002HN,151 Writing Support
      Getting Started • pyscan mfrc63002hn • • eilarraza  

      1
      0
      Votes
      1
      Posts
      528
      Views

      No one has replied

    • L

      PYscan documentation
      Projects • documentation pyscan rfid • • ltn22  

      2
      0
      Votes
      2
      Posts
      854
      Views

      D

      Hello Laurent, Please take a look here again: https://docs.pycom.io/chapter/datasheets/boards/pyscan.html We have added more info and links to the libraries. Cheers, Daniel
    • P

      Pyscan availability
      Expansion Board • pyscan • • patrick  

      1
      1
      Votes
      1
      Posts
      450
      Views

      No one has replied

    • P

      Availability PyScan
      Discussion • pyscan • • patrick  

      1
      1
      Votes
      1
      Posts
      487
      Views

      No one has replied

    • P

      PyScan availability
      Expansion Board • pyscan • • patrick  

      1
      1
      Votes
      1
      Posts
      432
      Views

      No one has replied

    • P

      Pyscan availability
      Expansion Board • pyscan • • patrick  

      3
      0
      Votes
      3
      Posts
      909
      Views

      P

      @jmarcelino Okay, thanks. I've missed that one. Can you tell me what kind of chip is used on pyscan board for NFC/RFID?
    • P

      PYScan shield: which RFID/NFC chip is used
      Expansion Board • pyscan shield • • patrick  

      3
      0
      Votes
      3
      Posts
      1021
      Views

      M

      NXP MFRC63002HN
    • 1 / 1