Fmilburn 445 Posted December 4, 2015 Share Posted December 4, 2015 I put together a prototype Booster Pack that attaches to the CC3200 and has a RFID-RC522 card (sometimes called a MIFARE module), two buttons, and two LEDs. The CC3200 is connected to the cloud using Temboo. Currently it sends an email to me with information on the card used when accessed but it would be easy to modify to record time of access, card used, etc and put it into say a spreadsheet. This was a one afternoon plus an evening project for both hardware and software using Energia - very easy to do. The cards have security holes but I am pretty sure they pose too high a technical challenge for my local hooligans. I'm more afraid they might rip it apart and take my CC3200 than anything else. This is the Booster Pack, top view. Here it is attached to an upside down CC3200. In this photo it has been mounted in an enclosure and is reporting a successful read and transmission with the green LED. And if you are really interested, here is the schematic. I am using the RFID library located here. And if you aren't familiar with Temboo, find it here. Rei Vilo, sinquito, Headstrong and 4 others 7 Quote Link to post Share on other sites
sinquito 1 Posted November 14, 2016 Share Posted November 14, 2016 Hello there, this is my first post. I'm very interested in your code, but I get this error: " Energia: 1.6.10E18 (Windows 10), Board: "CC3200-LAUNCHXL (80MHz)" <command-line>:0:15: warning: ISO C99 requires whitespace after the macro name [enabled by default] C:\Users\Alexander\Documents\Energia\CardReader\CardReader.ino: In function 'void setup()': CardReader:52: error: 'SPI' was not declared in this scope SPI.begin(); ^ exit status 1 'SPI' was not declared in this scope " Any ideas? I want to use the cc3200 to upload data, like text embeded on the rfid tag. Thanks for sharing your code and make a library. Quote Link to post Share on other sites
Fmilburn 445 Posted November 14, 2016 Author Share Posted November 14, 2016 Hi @@sinquito and welcome to 43oh.... First, try placing #include <SPI.h> at the beginning of the sketch Second, I developed this sketch and tested it in Energia 16 and 17. I haven't tried it in Energia 18 and don't have a working CC3200 at the moment. If #include <SPI.h> doesn't work then try it with Energia 17. Let us know if either of these solutions work... sinquito 1 Quote Link to post Share on other sites
sinquito 1 Posted November 14, 2016 Share Posted November 14, 2016 First, try placing #include <SPI.h> at the beginning of the sketch Hello, thanks for the quick response. I did place the library at top. It seems that the problem is within E18, as neither of the two SPI examples did compile. I had a E17 zip, so used it instead and it compiled like a charm. Thanks, will share any update on my project here, as I'm planning to do a parking access with the C3200, the RDIF card reader, and a 7 segment 4 digit display for counting the slots availables and a H bridge for controlling a stepper to give access. Fmilburn 1 Quote Link to post Share on other sites
Headstrong 0 Posted December 15, 2016 Share Posted December 15, 2016 Hi , This is a great library, something I was also working on, but for a different NFC reader module! Where can I buy this boosterpack and for how much? just wanted to get started with this hobby project of mine where this function plays a part!! Quote Link to post Share on other sites
Fmilburn 445 Posted December 15, 2016 Author Share Posted December 15, 2016 Hi @@Headstrong, Glad you like it - it was just something I put together as a personal project on 4x6 cm through plated proto board. You could build one for yourself easily. The parts are all through hole and shown on the schematic: 2 LEDs, 2 resistors, 2 buttons, the RFID module, pin headers, some wire, and the 4x6 cm protoboard. Put it together on a breadboard to test, then lay it out on the proto board and solder it up. A link to the RFID module I used is given in the code example. Quote Link to post Share on other sites
TranVinhPhuc 0 Posted September 5, 2017 Share Posted September 5, 2017 im code in CCS with this project , can you help me slove some problem with this? Quote Link to post Share on other sites
Fmilburn 445 Posted September 5, 2017 Author Share Posted September 5, 2017 I don't have a working CC3200 and have not tried using one with CCS. You might try starting a new thread here in 43oh or in E2E that fully explains the problem you are trying to solve and the things you have tried so far. Quote Link to post Share on other sites
TranVinhPhuc 0 Posted September 10, 2017 Share Posted September 10, 2017 ok thanks Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.