• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

Simple integer transfer between ESP32’s

Q&A Forum › Category: ESP32 › Simple integer transfer between ESP32’s
0 Vote Up Vote Down
Robert John Gilbert asked 6 years ago

Hi there, my question you might think is simplicity itself, but hold on, Ive spent weeks scouring every reputable source on the web and all to no avail.

Ive had one or two suggested workarounds, but they haven’t really been fit for purpose.

I don’t want to use “uint8_t”. I would like a simple integer transfer from board A to board B!

Is it possible?

2 Answers
0 Vote Up Vote Down
DK answered 6 years ago

Hi

try converting to a string then back

uint8_t k =10;
String (k).c_str();

or

String my;
my = String(k);

Hope it works


0 Vote Up Vote Down
Sara Santos Staff answered 6 years ago

Hi Robert.
Did DK’s suggestions work?
Regards,
Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

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.