Python Forum
datasharing between two separated running scripts
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
datasharing between two separated running scripts
#4
Then the question comes up, which micro controller and which bus systems/GIPOs the controller has.
The most micro controllers supports a serial connection. The most are based on 3.3V, the Arduino uses 5V.
To connect your micro controller to your PC, you need a signal level converter or you just buy from FTDI an USB2Serial device, which supports 3.3V.

If you want to program with Python on a micro controller, you should look here, for Chinese, here or you google for esp2866 and buy one device for 4$.

I've some developer boards from pycom. The benefit is the supported WiFi connection and the ability to get super small micro frameworks for flask, MQTT and other stuff.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: datasharing between two separated running scripts - by DeaD_EyE - Dec-21-2018, 09:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can histogram bins be separated and reduce number of labels printed on x-axis? cadena 1 1,889 Sep-07-2022, 09:47 AM
Last Post: Larz60+
  [SOLVED] [BeautifulSoup] Turn select() into comma-separated string? Winfried 0 1,902 Aug-19-2022, 08:07 PM
Last Post: Winfried
  Running python scripts from github etc pacmyc 7 5,042 Mar-03-2021, 10:26 PM
Last Post: pacmyc
  Running scripts and location of saved interpreted user-defined classes and functions leodavinci1990 3 3,360 Aug-25-2020, 03:43 AM
Last Post: micseydel
  How to print string multiple times separated by delimiter Mekala 1 2,525 May-23-2020, 09:21 AM
Last Post: Yoriz
  Running two scripts and more.... Brian_c 0 2,075 Mar-25-2020, 10:31 PM
Last Post: Brian_c
  Phyton code to load a comma separated csv file in to a dict and then in to a dB mrsenorchuck 2 3,401 Nov-29-2019, 10:59 AM
Last Post: mrsenorchuck
  can concatenated pickles be separated? Skaperen 0 1,739 Jul-29-2019, 06:35 PM
Last Post: Skaperen
  string agg separated by comma shyamal_kesh 1 2,631 Nov-23-2018, 12:57 PM
Last Post: Larz60+
  running two python scripts pythonper 1 3,128 Mar-14-2018, 06:57 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020