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
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Blog Renesas Solution Starter Kit for RX23E-A: investigation into the Load Cell application
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 8 Sep 2024 4:36 PM Date Created
  • Views 985 views
  • Likes 9 likes
  • Comments 11 comments
  • RX23e-a
  • d2a28d6e-11d8-11ee-be56-0242ac120002
Related
Recommended

Renesas Solution Starter Kit for RX23E-A: investigation into the Load Cell application

Jan Cumps
Jan Cumps
8 Sep 2024

The load cell appnote for Road test: Renesas Solution Starter Kit for RX23E-A comes with example firmware. In combination with the stater kit PC Tool, you get an example that shows how to perform load cell measurements. I reviewed the firmware, and ported the project to the GCC toolchain in a previous experiment.

In this post, I'm doing some measurements, show a bit of the circuitry, and properly wire up the load cell with a shielded cable.

For more information on load cells, check

  • DC to Daylight episode 33: Exploring the Intricacies of Strain Gauges in Mechanical Systems.
  • DC to Daylight episode 31: How a Wheatstone Bridge Works.

First, the cabling. The load cell I have comes with 4 thin stranded wires. A load cell should use shielded wire, so I adapted that.

image
image: Renesas app note R01AN4789EJ0110: Weight Measurement Example Using a Load Cell

I used thin, flexible shielded cable: 2 twisted pairs + shield. I cut off the original wire, fairly close to the load cell. I left enough to avoid strain.

Then I put heat shrink around the leads. 4 very small ones for each individual lead, and a wider tube to cover everything. Because the wider tube doesn't fully shrinks closed, I dripped a pearl of het glue inside the opening to avoid that the solder joint had to deal with mechanical strain.

image

On the PCB side, I connected the shield to the central grounding point, and the four bridge leads to the input, as in the schematic above.

image

Before connecting it up, I made a few measurements on the bridge: All quadrants, without loading, measured around 770 Ohm.
I did some more measurements after connecting and powering the design. More on that in a little bit.

image

Let's now check what the firmware does. In the previous post I skimmed over it.

image

The analogue front end applies an excitement voltage to the bridge. In this case, it's the analogue +5V power rail. That same rail is also used as reference for the ADC, so it's ok to have a source with no strong long time stability. As long as it's low noise, it's OK.

The two signal points of the bridge go into the RX23E-A's differential amplifier, with gain set to 128.
I measured the difference between those two signal points with no load (just lying on the table). It was 0.660 mV.

The ADC is set to 4 MHz, with 50.000 oversampling (without averaging). This results in 1000 s / sec.

image

The code does apply a moving average over 8 samples. It also has "tare" functionality: you press the user button to mark the current state as zero.

According to the application note, this should give:

Effective Resolution: 21.0bit (36.2nVrms)
Noise Free Resolution: 18.4bit (234nV)

I still have to validate what that means in grams, in my setup. I haven't calibrated it yet, so can't translate it into weight ...

But it looks like this design results in a stable setup. Not that easy with the touchy-feely component that the load cell is. 
Here is a capture of the cell with  weight hanging off it (again the Wera bottle opener :) ), then removing the weight, and putting it back.

image

Action photo:

image

The load cell: https://joy-it.net/en/products/SEN-HX711-01

link to all posts

  • Sign in to reply

Top Comments

  • Jan Cumps
    Jan Cumps 10 months ago in reply to DAB +1
    I have a fairly precise scale (0.1g) that I bought for close to nothing on ebay (it is popular in the dealer business*. The seller packaged it in a neutral box :) ). I can use that to weigh an amount…
  • Jan Cumps
    Jan Cumps 10 months ago in reply to DAB

    I have a fairly precise scale (0.1g) that I bought for close to nothing on ebay (it is popular in the dealer business*. The seller packaged it in a neutral box :) ).

    image

    I can use that to weigh an amount of rice grains. And use them to see what the smallest weight is that the load cell can discriminate ...

    *I bought it, to measure and adjust the pressure of a turntable stylus.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps 10 months ago in reply to Jan Cumps

    Hopla. If I want to use the same complementary mosfets as Renesas, I'll have to make a symbol ...

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps 10 months ago in reply to Jan Cumps

    in anticipation :) , I downloaded KiCAD 8.0.5. I'm going to build a little AC excitation driver,. Similar to what is on the RX23E-B starter kit:

    image

    If I build this on some little plug-in or castellated PCB, it could be re-used on a final design ...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps 10 months ago in reply to shabaz

    I tried to request some samples too, but couldn't submit a successful application. I sent a mail to the sample department, explaining my intentions.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz 10 months ago in reply to Jan Cumps

    Great! Let's hope they do see the -B 48-pin request and supply it.

    • Cancel
    • Vote Up 0 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