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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
Blog Top Digital Protocol Evaluation --R&S RTM3K Oscilloscope Road-Test Review
  • Blog
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
  • Share
  • More
  • Cancel
  • Author Author: snidhi
  • Date Created: 28 Jul 2018 10:58 PM Date Created
  • Views 650 views
  • Likes 8 likes
  • Comments 3 comments
Related
Recommended
  • rtm3004
  • logic analzyer
  • spi interface
  • i2c bus
  • rhode & schwartz oscilloscope
  • spi
  • spi decoding
  • uart
  • uart communication

Top Digital Protocol Evaluation --R&S RTM3K Oscilloscope Road-Test Review

snidhi
snidhi
28 Jul 2018

  • Top Hardware Features Evaluation
    • Setup the Oscilloscope for Measurements
    • Experimenting with the SPI Protocol
    • Testing the UART Protocol
    • I2C Protocol Measurements
    • Conclusion

 

Top Hardware Features Evaluation

 

This blog is in continuation from the Rohde & Schwarz Oscilloscope Kit RTM3K-COM4 - Review

 

Setup the Oscilloscope for Measurements

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

Fig: Setup the oscilloscope for measurements

 

Experimenting with the SPI Protocol

 

SPI or serial peripheral interface is a four wire bus which is used in synchronous serial communication. The interface is popular with many sensors and was originally developed by Motorola in 1980s.

 

image

Fig: SPI communication

 

In this experiment to test the SPI protocol; I used a Raspberry Pi as the SPI master talking to an Adruino as the slave SPI.

 

image

image

Fig: Test Setup for the SPI Protocol

 

Measurement Results for SPI protocol. A data stream is sent continously from raspberry pi to the Adruino Uno board.

 

uint8_t tx[] = {
       0x55, 0xAA, 0x55, 0xAA, 0x55,
       0xAA,
       0x55, 0xAA, 0x55, 0xAA, 0x55,
       0x0A
};

 

image

Fig: Measurement Result as seen in RTM 3004

 

image

Fig: Result of the SPI Protocol

 

Testing the UART Protocol

 

A simple set up using the MBED board was used to measure the UART RX and TX as shown below.

 

image

Fig: Test Setup

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Fig: Setting up and Measuring the UART TX and RX

 

image

Fig: UART Measurement Result

I2C Protocol Measurements

 

Using the same setup as above I2C protocol was activated and measured as shown below.

 

image

 

image

Fig: I2C Protocol Measurement Results

Conclusion

Clearly the RTM 3004 offers many digital bus decoding protocols; some of which have been presented here. This scope acts as powerful tool for digital designer engineers.

  • Sign in to reply

Top Comments

  • genebren
    genebren over 6 years ago +5
    Great write up! This is the feature that I most miss in my current oscilloscope, and the one that would most likely make me want to upgrade (or augment my current one). I even threw my hat in the ring…
  • snidhi
    snidhi over 6 years ago in reply to genebren +5
    Yes this oscilloscope is indeed a gem in its own right. The digital protocol is amazing. I had also the I2S audio protocol almost working but not quite well in the end. So I keep it for next time. Many…
  • jw0752
    jw0752 over 6 years ago +3
    Hi Sneha, Another excellent experiment on the capabilities of this scope. Thanks John
  • jw0752
    jw0752 over 6 years ago

    Hi Sneha,

    Another excellent experiment on the capabilities of this scope. Thanks

    John

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • snidhi
    snidhi over 6 years ago in reply to genebren

    Yes this oscilloscope is indeed a gem in its own right.

    The digital protocol is amazing. I had also the I2S audio protocol almost working but not quite well in the end. So I keep it for next time.

     

    Many thanks for appreciating my efforts and enjoying my write-ups. It motivates me to keep going image but after a short break for now image

     

    Cheers

    SNidhi

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

    Great write up! This is the feature that I most miss in my current oscilloscope, and the one that would most likely make me want to upgrade (or augment my current one).  I even threw my hat in the ring to roadtest this one (the same that I remove in honor of the great roadtests that I have seen on this instrument).

     

    Gene

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • 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 © 2025 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