Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 9 matches

by stm32
Thu Dec 13, 2018 6:31 am
Forum: MCU Programming
Topic: How to study STM32?
Replies: 7
Views: 30450

Re: How to study STM32?

It can be implemented a simple LED blinking programe with the assist of STM32CUBEMX, and only two lines of code is enough.

Code: Select all

	HAL_GPIO_TogglePin(GPIOC,GPIO_PIN_13);
	/* Insert delay 1000 ms */
	  HAL_Delay(1000);
by stm32
Fri Dec 07, 2018 9:26 am
Forum: JCOP Tool
Topic: JCOP Tools 3.1.1.b - os it possible to install on latest Eclipse?
Replies: 1
Views: 35425

Re: JCOP Tools 3.1.1.b - os it possible to install on latest Eclipse?

Unzip the packages. Copy all files to the eclipse\plugins.
by stm32
Thu Dec 06, 2018 6:25 am
Forum: MCU Programming
Topic: STM32 and IIC
Replies: 4
Views: 24077

Re: STM32 and IIC

Hello, everyone. I think I may implement IIC on STM32 firstly. What do I need to prepare? hardware, software,pdf ? And how to test? you can try stm32cubemx as a startpoint. or if you have nucleo board, go developer.mbed.com what is the DIY work you support to make? Agreed with Gandalf. That's right...
by stm32
Mon Oct 15, 2018 10:52 pm
Forum: Communication
Topic: How to determine the type of Keyfob card?
Replies: 1
Views: 19139

Re: How to determine the type of Keyfob card?

I think this needs some special device, e.g. RFID 125K modular, MFRC522 shield or a mobile phone with NFC support.
by stm32
Thu Jun 28, 2018 7:51 am
Forum: Shopping FAQ
Topic: Will the java card be damaged during transportation?
Replies: 1
Views: 18899

Re: Will the java card be damaged during transportation(transportation-->transactions)?

Yes, it would happen if the core system of the java card has bugs. The relating technology is also called anti-tearing, this would be a very long topic to discuss. Other conditions the java card is damaged during transactions(transportation-->transactions, or payments, or the time you spend money, I...
by stm32
Wed Jun 20, 2018 7:54 am
Forum: Solutions
Topic: Test for Garbage Collection to evaluate
Replies: 1
Views: 19219

Re: Test for Garbage Collection to evaluate

Calling the JCSystem.requestObjectDeletion give a signal to the JCRE(java card runtime environment) to be ready for the Garbage Collection. New something in the INSTALL method or a special APDU command process(new some objects), and SET obj to NULL (this is very important)in another APDU command pro...
by stm32
Tue Jun 19, 2018 10:03 pm
Forum: Questions & Answers
Topic: urgent question about antenna of contactless smart card !!!
Replies: 0
Views: 4912

urgent question about antenna of contactless smart card !!!

Hello, everyone I need to produce 100 nake antenna smart cards, just like the following pics upload by me. I don't know the actual material or manufacturing technique of my samples. But I think the card in my hand is plastic, it can be bent. If anybody knows some information or knowledge about this,...
by stm32
Sat May 12, 2018 4:37 am
Forum: Questions & Answers
Topic: mature product with biometric api powered by java card
Replies: 1
Views: 5824

mature product with biometric api powered by java card

Are there some mature products with java card biometric API support? Or some stable implementation related to fingerprint technology, because another concern of our project is cost-effective. Any information or success story about using experiences of related products maybe you could share with me.
JavaCard OS : Disclaimer