Skip to content

Updated-beta-release

Latest
Compare
Choose a tag to compare
@fresearchgroup fresearchgroup released this 15 Mar 07:42
· 1 commit to master since this release
0c18d51

What's new in this release?

eSim on Cloud

  • Added 3 more circuits to the gallery
  • Basic autograding

Arduino on Cloud

  • LTI Support added
  • Basic autograding
  • Fixed issue with login in dev environment for Arduino
  • Fix issue with deleting a circuit
  • Fix sharing of a circuit
  • Enhancing the buzzer so as to play songs on Arduino (https://github.com/robsoncouto/arduino-songs)
  • Facility to write assembly code to simulate arduino circuit (https://github.com/frg-fossee/eSim-Cloud/blob/develop/Enhancements/Arduino/Assembly_support.md)
  • Highlight all pins on breadboard that are connected internally to the pin on which the mouse pointer is hovered on. (#464)
  • Fix bug: moving of push button after simulating (#466)
  • Fix bugs of LED: Should not simulate if negative connected to some pin, should simulate if positive is connected to a pin with a resistor, should simulate if neg of led is connected to designated low pin. (#467)
  • Fix bugs of buzzer: Should not simulate if negative connected to some pin, should simulate if positive is connected to a pin with a resistor, should simulate if neg of buzzer is connected to designated low pin. (#475)
  • Fix bugs of servo mototr: should simulate after deleting and connecting back the wire of Signal pin. Should not simulate if (a) GND connected to unprogrammed Arduino pin, (b) GND connected to disconnected Resistor, (c) POWER connected to unprogrammed Arduino pin, (d) POWER and GND connected to each other, (e) POWER connected to GND of Arduino and GND connected to 5v of Arduino. (#477)
  • Fix bugs of RGB LED: Should not simulate if (a) Cathode pin connected to an unconnected resistor, (b) Cathode pin connected to a 5V pin. (#481)
  • Fix bugs of 2 Arduino: Same code getting displayed for both arduino, .ino code of 1st arduino gets overwritten by the second one. (#479)
  • While dragging the breadboard, drag all the components that are placed on it. (#485)
  • LED to read value of resistance, Scaling output voltage per resistance of Potentiometer, Allowed Potentiometer to send Resistance to connected LEDs, Potentiometer pin connection checks (#493)