Simon Küppers b6b005c74a Due to some readers and/or card standards there might be problems with
the comparatively large write times of the external flash memory.
This is why we are looking for a better solution on this problem in the
next hardware revision.
Having the memory concept of future revisions in mind, we changed the
firmware from it's current memory concept, which is using the external
flash as a direct memory for reading/writing of card (or application)
memory contents to a different one.
With this new version, the memory that is directly accessed by the
application (through MemoryWrite and MemoryRead) now resides within the
local RAM of the microcontroller, thus limiting the maximum card size to
1KB.
However, the flash is still used to store multiple other card dumps,
that are now recalled and stored upon
  1) Changing the current setting to another card. This applies also to
using the CYCLE_SETTINGS button action.
  2) The newly introduced button actions MEM_RECALL and MEM_STORE

Consider this new concept as a feature, since it is now easily possible
to, for example emulate a payment card and recall the original contents
(stored in flash) upon button press. However, note that the modified
card contents are lost, if they are not written back to flash before
powering the Chameleon off.

For the future we are thinking about using external non-volatile RAM to
store the current card to prevent this from happening. That way, we can
have a very consistent memory concept and are still able to recall or
store the memory from flash.

Note that the previous Firmware version that uses the flash in a direct fashion is still available for those that don't care about the write times and need the full unlimited memory size.
2014-05-11 14:23:53 +02:00
2014-01-02 10:09:47 +01:00
2013-12-22 16:48:22 +01:00
2014-01-02 09:25:33 +01:00
2013-12-22 18:12:33 +01:00
2013-12-22 16:48:22 +01:00
2014-01-28 23:41:23 +01:00

Chameleon-Mini

This is the main repository of the ChameleonMini project, a versatile emulator for contactless smartcards.

Further information can be found in the project wiki and the doxygen documentation

The code repository contains

  • Doc: A doxygen documentation
  • Drivers: LUFA Drivers for the USB-CDC interface
  • Dumps: Dumps of different smart cards
  • EAGLE: The full EAGLE board and schematics in two alternate versions
  • Firmware: The complete firmware including a modified Atmel DFU bootloader and LUFA
S
Description
No description provided
Readme
29 MiB
Languages
C 82.6%
HTML 10.6%
Makefile 2.4%
Python 1.1%
Assembly 1%
Other 2.2%