Emulation is the process of using software to "fake" how a piece of hardware will act in certain circuits with different firmware on the chips.

learn more… | top users | synonyms

1
vote
1answer
107 views

How do I emulate hardware using microcontroller?

I am trying to read PSX controller data using arduino. I know that there are some libraries for this but I also want to learn the way of thinking how to write such code. Can someone point me where I ...
1
vote
0answers
417 views

Is there a way to run the 123D Circuits app offline? [closed]

I may have to go to places where there might be an absence of an Internet connection. So I need a way to get an offline version of the 123D Circuits app. How am I to go about?
1
vote
0answers
40 views

How to test Arduino behaviour on Windows? [duplicate]

Hello fellow Arduino enthusiasts, I created an Arduino project for a Mega2560 board in Microsoft Visual Studio. Before loading the code on the board I want to test it on my Windows desktop computer. ...
1
vote
1answer
301 views

Emulate RFID Tag

I just got my RFID-RC522 Reader and was wondering one thing. Can i Use an RFID Reader to emulate an RFID Tag, so that if i have another reader it will detect the other one as a card and transfer data. ...
-1
votes
1answer
376 views

Keyboard emulation

I am interested in development of a small box that will have the following functionality: Will connect via USB to a keyboard Will contain a keyboard emulator to allow transfer of keystrokes to a host ...
0
votes
1answer
60 views

Can I program the Arduino without having an actual board with the able to emulate a COM connection to the computer?

I have ordered my Arduino, but it is not going to arrive until 2 months, and I would like to be able to emulate a COM connection to the emulated Arduino. I am writing a program that listens on the com ...
1
vote
2answers
426 views

Arduino analog joystick

I'm planning to make a handbrake for my racing simulator (Assetto Corsa) and I wanted to know how can I transform arduino into a joystick so the game can read the analog input? Thanks in advance, and ...
1
vote
0answers
82 views

Joystick simulator for arduino uno

I'm making a project, and i'm waiting for a joystick that will come to my hands in a few days. But, i have to start programming the joystick now, any way to emulate the joystick? I already have ...
1
vote
1answer
3k views

Is there an Arduino Simulator or Emulator that runs on OS X?

Is there an Arduino Simulator or Emulator or cross-compiler to native Mac executable that runs directly under Mac OS X, and does NOT require a Windows or Linux VM or an active internet connection for ...
0
votes
2answers
640 views

Using an Arduino as an input device [duplicate]

I had an idea to create a control panel using an arduino and some buttons. How would I go about making the arduino emulate an input device so that when I press a button connected to the arduino, it ...
0
votes
1answer
142 views

How do I activate emulation in the Coddeblocks Arduino IDE

I stumbled upon this question here, so I tried the Codeblocks alternative. After opening an Arduino Project, and leaving all options to default, I ran the Arduino version of the Hello World. A popup ...
5
votes
2answers
2k views

How do I debug on-chip with Arduino?

Though an emulator is quite useful for debugging code that has no side effects, most real-world applications include some circuitry besides the Arduino. If a microcontroller on an Arduino had a JTAG ...
130
votes
11answers
206k views

Can I program for Arduino without having a real board?

I would like to start the development of some basic Arduino projects but I don't own an Arduino board yet. Is there a way I can write my code and emulate/test it using a desktop computer so after my ...