element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum What online electronics tools can/do you use to replace physical ones?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 595 subscribers
  • Views 359 views
  • Users 0 members are here
  • badge
  • defcon
Related

What online electronics tools can/do you use to replace physical ones?

cstanton
cstanton over 5 years ago

While following along with defcon being online this year, people are trying to analyse the badge for the conference this year, which is a cassette tape. Part of that is that people want to see what the audio of the tape looks like on an oscilloscope...

 

imageimage

 

Though with the lockdown happening not everyone has access to that right now, so people found there's one online:

 

https://dood.al/oscilloscope/

 

image

 

Have you used a tool like this? Or is there another physical tool that you're able to simulate?

  • Sign in to reply
  • Cancel

Top Replies

  • fmilburn
    fmilburn over 5 years ago +5
    In the TI Robotics Systems Learning Kit there is a software tool called TExaS that can be used to measure voltage and certain waveforms or digital timing from the MSP432 microcontroller on the PC if I…
  • genebren
    genebren over 5 years ago +5
    There are tools that I have found useful for working on electronics. I have used MatLab to simulate signal processing (both mathematically and programmatically). This was very handy when software development…
  • dougw
    dougw over 5 years ago +4
    I don't know if it qualifies as a tool, but the biggest one that comes to mind is a replacement for paper. I used to have a large library of text books, manuals and data books and all designs involved…
  • fmilburn
    fmilburn over 5 years ago

    In the TI Robotics Systems Learning Kit there is a software tool called TExaS that can be used to measure voltage and certain waveforms or digital timing from the MSP432 microcontroller on the PC if I remember correctly.  I was able to use it but having an oscilloscope and multimeter at hand is highly preferable and since I have them that is what I used for the RoadTest.  I have used my smart phone to measure sound level and frequency which was handy (but maybe not overly accurate).  In any case, the best tools are ones that you can get your hands on (virtual or otherwise).

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • genebren
    genebren over 5 years ago

    There are tools that I have found useful for working on electronics.  I have used MatLab to simulate signal processing (both mathematically and programmatically).  This was very handy when software development time on the actual hardware was limited (co-development or extensive hardware testing needs), or when I wanted to visualize the data in realtime.

     

    I also remember using a hardware debugger to export data to Excel, via DDE to create a virtual oscilloscope, plotting variables in charts from my embedded platform.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw over 5 years ago

    I don't know if it qualifies as a tool, but the biggest one that comes to mind is a replacement for paper. I used to have a large library of text books, manuals and data books and all designs involved lots of paper.

    Online catalogs, datasheets, reference designs, examples, calculators, CAD, simulators, manuals, repositories, forums, databases, articles, information, multimedia, tutorials and data have replaced a large amount of paper.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • dixonselvan
    dixonselvan over 5 years ago

    Not sure if this classifies under tools, but am sharing this because this has been very much helpful for me during this lockdown. Since currently, I am in a different location away from where I have my hardware tools and kits.

     

    Raspberry Pi Azure IoT Online Simulator - https://azure-samples.github.io/raspberry-pi-web-simulator/

     

    image

     

    I was in need of a device to send and receive data to and from Azure IoT Hub. So this simulator served the purpose. It has been programmed to simulate a Raspberry Pi connected to a temperature and humidity sensor (BME280) and it also has a red LED that blinks on every successful message sent to the Azure IoT Hub.

     

    Below is one such message sent to the Azure IoT Hub,

     

    Sending message: {"messageId":4,"deviceId":"Raspberry Pi Web Client","temperature":29.45097208558087,"humidity":60.38125184508826} >  Message sent to Azure IoT Hub

     

    These messages are then saved using Azure Stream Analytics in an Azure Table as shown in the screenshot below.

    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • dixonselvan
    dixonselvan over 5 years ago in reply to genebren

    Good one genebren MATLAB is a very useful and powerful tool. I have used it to create a system that gets data from Arduino, then uses it for Machine Learning and then plot it in a GUI as shown below.

     

    If interested please check this link for Arduino programming using MATLAB and Simulink  - https://www.mathworks.com/discovery/arduino-programming-matlab-simulink.html

     

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube