Jump to content
43oh

jwE2C

Members
  • Content Count

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jwE2C got a reaction from Fmilburn in MSP430 motor driver example   
    Hello - 
    here is my example sketch that i did for another project - after i got it finished - i realized that i should share it because i could not find complete example like this on my own previously which included using the analog input to measure position of the arm - maybe it saves someone else a few minutes
     
    L298N_Motor_Example_12in_actuator_public.ino


  2. Like
    jwE2C got a reaction from bluehash in NFC as a programming interface   
    @ greeeg ==> I just joined, sorry for the delay - 
     the MCU is limitation for the AES, not the TRF...luckily the MSP430 handles it well...we have done both perso and AES auth code examples using the MSP430F2370, with the TRF79xA as the NFC/RFID interface, for DESFire EV1 and crypto1 examples for MF Classic. if you are interested in that, just let me know. 
     
     
    also, i have attached the latest (still work in progress) code example for the value line G2xx LaunchPad + DLP-7970ABP...this code reads tag types 2, 3, 4A, 4B and 5. 
    It currently polls for all tag types (# defines can be commented out in main.c at will) then when detecting a tag, it lights up LED on DLP-7970ABP, then reads out UID and indicated by tag memory size data blocks and displays on terminal program. NDEF is handled and displayed for types 4A and 4B, and for type 3 i just have the serial #, PMm and other relevant data coming out. 
     
    it also handles a high density tag from STM which, while it violates the ISO15693 standard, is easy enough to support. 
     
    the intent of this project for me is to have a little fun with work stuff and to spark others to join in/collaborate with me.
     
    TRF7970ABP_All_tag_types_NDEF_Data_Reading_with_STM_high_density_tag_support_08_29_14.zip
  3. Like
    jwE2C got a reaction from RobG in NFC as a programming interface   
    @ greeeg ==> I just joined, sorry for the delay - 
     the MCU is limitation for the AES, not the TRF...luckily the MSP430 handles it well...we have done both perso and AES auth code examples using the MSP430F2370, with the TRF79xA as the NFC/RFID interface, for DESFire EV1 and crypto1 examples for MF Classic. if you are interested in that, just let me know. 
     
     
    also, i have attached the latest (still work in progress) code example for the value line G2xx LaunchPad + DLP-7970ABP...this code reads tag types 2, 3, 4A, 4B and 5. 
    It currently polls for all tag types (# defines can be commented out in main.c at will) then when detecting a tag, it lights up LED on DLP-7970ABP, then reads out UID and indicated by tag memory size data blocks and displays on terminal program. NDEF is handled and displayed for types 4A and 4B, and for type 3 i just have the serial #, PMm and other relevant data coming out. 
     
    it also handles a high density tag from STM which, while it violates the ISO15693 standard, is easy enough to support. 
     
    the intent of this project for me is to have a little fun with work stuff and to spark others to join in/collaborate with me.
     
    TRF7970ABP_All_tag_types_NDEF_Data_Reading_with_STM_high_density_tag_support_08_29_14.zip
×
×
  • Create New...