Skip to main content

Questions tagged [python]

Python is a widely used interpreted, high-level, general-purpose programming language with many excellent libraries to extend its core functionality.

Filter by
Sorted by
Tagged with
1 vote
0 answers
34 views

I've been testing the bless-library for BLE. This is the server code I've copied: import sys import logging import asyncio import threading from typing import Any, Union ...
Jabu-Jabu's user avatar
0 votes
0 answers
49 views

I have a Polaris NB IoT board on which I have an SD card that contains an MP3 file. I am trying to play said file on an MP3Click using SPI communication. I am using Python to code my board. I am able ...
Lukas Eliassen's user avatar
2 votes
1 answer
87 views

I'm having some trouble flashing CircuitPython to my Circuit Python Express. I successfully enter boot mode (LEDs are all green and red D13 light slowly blinking) but I can't flash anything. When I ...
hvnova's user avatar
  • 21
0 votes
1 answer
393 views

I am trying to work with a few GPS-enabled tracking devices one of them being a TK-303 GPS tracker that uses SIM-powered GPRS to access the internet. currently, I can receive messages on my python TCP ...
Adebari Olalekan's user avatar
2 votes
1 answer
32 views

This is my first project involving IOT, or even very much internet protocol for that matter. THE SHORT: I have a few programs on my home computer that search for live stock price data continuously. I ...
EbitdaMonster's user avatar
0 votes
0 answers
1k views

I got a Circuit Playground Express to serve as an anti-slumper device. Several mini-USB cables were power-only, and I tested them with the Arduino IDE and C code until one worked. I reset the board to ...
ginjaemocoes's user avatar
2 votes
2 answers
316 views

I've got powerful dual-core IoT gateways in the field with high-speed cellular modems and good internet connections, but they fail to send 2.5 KB MQTT messages to my AWS IoT message broker. My program ...
Sean McCarthy's user avatar
1 vote
0 answers
1k views

I'm using a Raspberry Pi 3B+ with SIM7600X 4G HAT for communication with Python. I want to connect to MQTT server to receive messages via writing MQTT commands directly to the serial port of the ...
CookieMonster's user avatar
3 votes
1 answer
4k views

I'm curious to know what the performance of an MQTT server is like. So I created this Python script: import time import paho.mqtt.client as mqtt from multiprocessing import Pool def on_connect(client,...
learningtech's user avatar
1 vote
0 answers
338 views

I need to be able to communicate with a PLUM-EVC, MacBat 5 from a remote server using Python. I have been given parameters, IP and Port which are required to get the data from EVC. I am completely ...
NealCaffery's user avatar
0 votes
1 answer
432 views

As per the title. If I have an ESP32 with some Python loaded, and have lost the source, can I retrieve it from the ESP32?
Mawg's user avatar
  • 3,143