MicroPython and Smart Card

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
balobinp
Posts: 1
Joined: Sat Jan 25, 2020 6:10 am

MicroPython and Smart Card

Post by balobinp » Sat Jan 25, 2020 6:23 am

Dear All,

Java Smart Cards is a big and continuously grooving market in our days.
But there are very few specialists in Java Smart Cards on the market.
And there is a lack of information on the internet about this topic.

I personally, mostly use Python in everyday work.
It would be great to have Python on Smart Cards.

Did someone ever consider the possibility to move MicroPython to SmartCard?

Best Regards,
Pavel Balobin

P@T
Posts: 33
Joined: Tue Nov 06, 2018 2:37 pm

Re: MicroPython and Smart Card

Post by P@T » Sat Jan 25, 2020 1:12 pm

Hi,

The STM32 include the ISO7816 interface on the UART. There is an application note for make a reader smartcard.
https://www.google.com/url?sa=t&rct=j&q ... LK7vqIpQqu

the same with SAM microcontroller
https://www.google.fr/url?sa=t&rct=j&q= ... lSF78-t8jG

I thinks can we send a APDU command for simulated a smarcard ? And I wonder if micropython could exploit :
iso7816.c
iso7816.h
conf_iso7816.h
of example of STM32cube ?

have a good day

Bye

Post Reply