Re: DaVinci Junior cartridge reset
Attacking the problem from a different point of view. I know someone earlier had discussed emulating the pn512 Chip. At this point we have all sorts of images for the rfid chips, so what if we did the emulation? Apparently the Atmel will do 400Khz I2C (http://forum.arduino.cc/index.php?topic=16793.0) We have the communication protocols for the pn512 (https://www.nxp.com/documents/data_sheet/PN512.pdf) I haven't seen what Address the pn512 is at on the i2c bus but I'm sure that has been sniffed already. Soooo, (and I am slowly trying to get all this together myself) given all the chip info we have already, how about programming an atmel (arduino) to respond as the pn512 with specifically the data we want it to? Better yet tie in a Bluetooth interface so you can hide the whole mess inside the Junior and make changes with your smart phone? Some additional benefits could be, presenting different UID's to the Junior and collecting all the passwords so you can get the password for a chip without having to ever read it except from your nfc reader on your phone, or if someone would like to know the passwords for their chip. Maybe I'm insane, but does it sound feasible to anyone else?
Twenty or more registers, hundreds of commands, no you would need pla or fpga to simulate the rfid reader chip. It's an idea, but once you see how many commands you would have to handle it would not be fun.
Go pull the data sheet, and let me know if that is still what you want to build. I don't want to do commercial IC design to break a 200 dollar printer.
-C

