Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8677839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:33:59+00:00 2026-06-12T20:33:59+00:00

I am trying to map the value of an analogRead from a potentiometer between

  • 0

I am trying to map the value of an analogRead from a potentiometer between 0-1. So I do:

float inverse_value = 1.0f / (float)analogRead( pot_pin )

But when the analogRead of the potentiometer is at 0, the inverse is 0 (which is correct), but when the analogRead is at 1023, the inverse becomes 0.0009775170.

Am I doing the divide correctly or what?

All the circuit is connected correctly. And the Arduino is running properly (I get no errors when uploading).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T20:34:00+00:00Added an answer on June 12, 2026 at 8:34 pm

    What you want to do, is probably this:

    float inverse_value = (float)analogRead(pot_pin) / 1023.0f;
    

    Assuming the max position is 1023.

    That way, 0 to 1023 will be mapped as 0 to 1.

    For example, when the potentiometer is in the middle position (512), it becomes this:

    float inverse_value = 512.0f / 1023.0f;
    

    Which is about 0.5, and probably what you want to get.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to map inheritance with discriminator, but subclasses don't have discriminator value. How
I'm trying to convert the values of a list using the map function but
I am trying to map /my/route/id to an action but the parameter id keeps
I'm trying to map some data (returned from a jQuery $.ajax call) to a
I'm trying to map with dozer from CommonsMultipartFile to byte[]. I know I need
I'm trying to map JSON that looks like ids: { id: { @value:6763754764235874140 }
I'm trying to figure out how to map a number between 1 and 1000
i am trying to render a key,value Map to a template and then show
I'm trying to map a dictionary of strings from a JSON fetch to a
I'm trying to create a map inside a map: typedef map<float,mytype> inner_map; typedef map<float,inner_map>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.