Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by RodionGork

  1. R

    Externalizing data arrays in C (for arduino basic interpreter)

    > use #ifdef, #ifndef, #endif, #elif, #else ant e.t.c. Sorry, this don't sound good. If a new target is added, say LPC21xx controllers - then I'll need to add another #ifdef to core files... This don't sound better than existing mess...
  2. R

    Externalizing data arrays in C (for arduino basic interpreter)

    It seems I failed to make it clear. This header file obviously should be different for different compilers, while "core files" are the same. I can't include 3-4 platform-dependent header files there...
  3. R

    Externalizing data arrays in C (for arduino basic interpreter)

    Hi Friends! In my project firmware is supposed to be compiled from C for several platforms (now Arduino, STM32 and javascript emulator). I want to figure out the convenient way to allow two arrays have different size on different platforms. :-? Here are details (sorry for many letters below) -...
  4. R

    Interchange between two Mifare readers - possible?

    I thank you for very clear explanation. Finaly I find that I could however include two transistors at antenna coils of the slave device - the purpose is to short-circuit this coils like the way the card do it. I even found some paper in which two guys described their experience of emulating...
  5. R

    RFID Reader schematic

    rfid reader schematics Hello! Why do you need "many" sources? What reader chip and what cards do you plan to use? Around the chip as a matter of fact there is only: - interface to MCU; - up and down pullers to select interface (if it is selectable); - antenna part; All these are covered with...
  6. R

    Interchange between two Mifare readers - possible?

    Aha... Thank you for explanation. But my first idea was that if I do not need to work with a card (since transfer goes between two my own-made devices) I need not to keep ISO-14443 standard. I could use UART from microcontroller attached to MFIN and MFOUT pins of the reader, so that carrier...
  7. R

    Interchange between two Mifare readers - possible?

    Dear friends! The question is about NXP Mifare readers (primarily about MF RC531 or MFRC522), about RFID-technology. Is there a way to exchange information between two readers directly, when their antennas are close enough? The idea is that I have big immovable devices (vending machines)...
  8. R

    Help me select a RTOS for 51 MCUs

    Dear friends! I slowly come to think that I need to try some RTOSes. Currently I am developing mostly for 51 MCUs (for SiLabs's). I found RTX51Tiny and RTX51Full in Keil and before I start I want to ask your possible advices for this or other OSes. May be you can give me a link to some...
  9. R

    MIFARE 1k S50 card. How to deal after SELECT

    Solved the problem. All works perfectly.
  10. R

    12 Volts on open-drain outs when they are closed (C8051F314)

    Dear Friends! Could please anyone be so kind to answer the following question? We are trying to drive 7-segment LED-indicator with the microcontroller (SiLabs C8051F314). It is a big indicator and it need more than 6 Volts when lit. So we attached it with its common anode to +12 bus and all...
  11. R

    MIFARE 1k S50 card. How to deal after SELECT

    Dear friends! I am building MF RC531 based RFID-reader and using cards MF1 MOA2 S50 (i.e. MIFARE 1k classic, as I understand). I sent REQA and received ATQA. I sent SEL without UID and received UID. I sent SEL with UID and received SAK=08. So this card is ACTIVE now, but it do not support ISO...

Part and Inventory Search

Back
Top