Skip to main content

Questions tagged [simulator]

Refer to a software that simulate the behaviour of a particular device.

Filter by
Sorted by
Tagged with
0 votes
1 answer
150 views

I want to create a joystick for my flight simulator and I need to make an Arduino Uno Rev3 pretend to be a joystick when I plug it to my computer.
manarinian's user avatar
0 votes
1 answer
716 views

I am simulating a circuit with arduino, which determine if there is current at input, then turn the led on at the output. The problem is the light is always on even when the button is open at the ...
Becker's user avatar
  • 111
1 vote
1 answer
112 views

I am trying to simulate a 12V LED strip as per this tutorial. However the schematic I tried to make on EasyEDA looks quite different from the images on the website. I wanted to know if what I did is ...
idunno's user avatar
  • 67
2 votes
1 answer
161 views

So far I have been using TinkerCAD which has them but I am unable to find them on EasyEDA Library. Are connectors supposed to do the same thing? I get this empty rectangle in the EasyEDA library which ...
idunno's user avatar
  • 67
0 votes
1 answer
184 views

When creating a piece of code to operate a 7-segment display, I ran into a problem: The seven segment display on TinkerCad (I was using this at the time) requires you to pull down the inputs to turn ...
Nutmeg's user avatar
  • 3
0 votes
2 answers
192 views

Hello I'm working on this mini project. This project works this way, Whenever someone type wrong password, LCD will display "Access Denied" and send an alert to SMS using GSM module. I used 2 ...
Chard 's user avatar
0 votes
1 answer
2k views

I am using TinkerCAD to simulate the functionality of a slide switch. Please comment if you think this question is off-topic. /* LiquidCrystal Library - Hello World Demonstrates the use a 16x2 ...
adamaero's user avatar
  • 198
3 votes
2 answers
2k views

I am using an Arduino simulator on www.tinkercad.com (a seemingly nice free product from Autodesk). Working on conversion of an integer to a 16 bit binary string for output to a DAC, but ...
user391339's user avatar
1 vote
0 answers
365 views

I have connected a NEO6M GPS module to an Arduino Mega 2560 and programmed using TinyGPS++ library's "Device Example". I am getting proper data at serial port. NEO6MGPS to ArduinoMega2560 Vcc ...
Praneeth varma's user avatar
0 votes
1 answer
5k views

My circuit: My code: // Pin 13 has a LED connected on most Arduino boards. // give it a name: int led = 13; const int buttonPin = 2; // pushbutton connected to pin 2. // the setup routine runs once ...
Utsav's user avatar
  • 231
0 votes
1 answer
1k views

I simulate Arduino UNO on proteus 8 Pro. I use Arduino software for writing a program. Is it possible to trace or know the data that are stored in valuables while running the code on Proteus? I ...
user2824371's user avatar
0 votes
1 answer
1k views

Hello is there an Arduino Simulator for Windows that can be detected by Arduino IDE through a Virtual COM Port? I've seen simulator online but I can't seem to find a simulator that can be programmed ...
xybrek's user avatar
  • 201
1 vote
2 answers
1k views

Thank you for reading this. Generally there are libraries for GSM and Ultrasound sensors for the software called Proteus and you can simulate them along with you MCU and the interfacing peripherals ...
Taimoor Ali's user avatar
0 votes
1 answer
183 views

I had the Arduino IDE but I accidentally deleted it. I have no internet connection, so I could not download it again. I do not currently possess the Arduino hardware itself but I do have Proteus and ...
Socre's user avatar
  • 101
-1 votes
1 answer
3k views

Could anyone help me for a good free arduino uno simulation software for windows.Hope I get an answer.
White Knight_wk's user avatar
2 votes
0 answers
608 views

I've been trying to upload data to data. Sparkfun's servers using HTTP commands, but I've hit errors every time I try. This is my code: #include <String.h> void setup() { Serial1.begin(9600)...
Generalno1's user avatar
-1 votes
1 answer
790 views

How can I get AD8232 chip in Arduino simulator? It is because I have my ciruit comprising AD8232 analogue chip but I dont get this chip? I want to make simulatoin of my ciruit. If it is can not be ...
bestory's user avatar
2 votes
0 answers
2k views

I have a Arduino Pro Mini 3.3V connected to a sim800l chip using a serial connection of 9600bps. When I connect the Arduino to the device, it seems I don't receive anything on the Arduino Rx pin. I ...
Pat's user avatar
  • 121
3 votes
0 answers
4k views

Recently I got new Arduino Mega 2560 and GSM/GPRS module - SIM900A v3.8.2. I live in Europe, so I flashed European firmware for SIM900 and it was working OK (sending SMS, receive calls, sending http ...
pablo7890's user avatar
1 vote
1 answer
884 views

I used simulator 123d.circuits.io to create simulation of basic circuit with LDR: LDR is connected to 5V and via 10K resistor to GND. Wire between LDR and resistor is connected to analog pin where I ...
Garnagar's user avatar
1 vote
2 answers
418 views

I control an analog circuit with Arduino Uno. I want to simulate an Arduino Uno with operational amplifiers (741). Can I simulate Arduino with SPICE?
Νίκος-Μάριος Κοκολάκης's user avatar
1 vote
5 answers
16k views

QUCS is the only open source software which offers simulation (and designing PCB layout [in future]) of electrical circuits. But the problem with QUCS is that it is under development and many ...
user263210's user avatar
3 votes
2 answers
6k views

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 ...
hotpaw2's user avatar
  • 287
5 votes
2 answers
11k views

I have really been suffering with my simulation! Tried connecting my arduino mega 2560 to COMPIM (used as GSM Module) in my circuit and also loaded sample code but damn! In vain! I wanted to view the ...
Joshua Kusaasira's user avatar
1 vote
1 answer
5k views

I'm working on data acquisition from a sensor attached to the Arduino : MPU6050 using a model in Ssimulink. I have installed the hardware support in Simulink but I don't know how to start building the ...
The Beast's user avatar
  • 113
1 vote
0 answers
236 views

As the title says there is any program that can simulate an arduino due? I like the design of Proteus 8 but he can't simulate it. Only the arduino Uno R3, Mega and another one that I forgot the name.
Max's user avatar
  • 11
4 votes
1 answer
18k views

I need to simulate my Arduino project with other circuit components before implementing the project. Is there a decent simulator that runs on Mac platform?
M.Medhat's user avatar