About 37,900 results
Open links in new tab
  1. Make a PC graphical interface for Arduino - Any easy software?

    Feb 6, 2015 · What's the best/easiest software to make a PC-Arduino interface? Ideally, I need to create a .exe that shows up a simple graphic interface, where the user can display data …

  2. arduino leonardo - Press the Windows key using "keyboard.press ...

    May 4, 2020 · They Keyboard.press() command accept modifiers per the documentation. You may need to do multiple press() commands before releasing. For example, if you want to …

  3. Is there a Arduino UI library that provides dialog box and button ...

    Mar 5, 2021 · 2 I have been looking at the Arduino TFT Library and it supports all the bits and pieces for making a simple display, but I am looking for something a little higher level that has …

  4. How to change variable/sketch through a GUI - Arduino Stack …

    Nov 11, 2021 · 1 Over the past few months, I've been working on a wearable computer mouse using an Arduino and a 9-dof sensor. Most of the sketch is complete, and works as expected. …

  5. Which key is KEY_LEFT_GUI? - Arduino Stack Exchange

    KEY_LEFT_GUI is the left Windows key. I think the problem may be that your code is only holding those keys down for microseconds. You need to give the computer a little bit of time to …

  6. Developing Standalone Arduino GUI Controller

    Apr 12, 2020 · That way the GUI is really independent from the OS. For adding the network connection, you could use a LAN shield, Wifi shield, or directly change the microcontroller from …

  7. Can I program for Arduino without having a real board?

    Feb 12, 2014 · I would like to start the development of some basic Arduino projects but I don't own an Arduino board yet. Is there a way I can write my code and emulate/test it using a …

  8. Arduino keyboard Input language problem

    Sep 21, 2022 · As any other USB keyboard, your Arduino cannot change the host's input language. There is no way that your keyboard can directly change the input language.

  9. Serial data plotting programs - Arduino Stack Exchange

    Apr 15, 2014 · Plots several data on the same axes; Exports / Imports file data. As plotting serial data from Arduino is a common need, my question is: What programs/utilities are available for …

  10. arduino ide - ESP32 SerialBluetooth disconnects within a second …

    Aug 8, 2021 · Code using BluetoothSerial api disconnects immediately after establishing connection with my laptop running Ubuntu 18.04. If instead of BluetoothSerial BLEDevice api …