๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
@MycroPython
1.19K
subscribers
57
photos
4
videos
72
files
2.49K
links
Micropython para Microcontroladores, IoT, Sensores Remotos,Automatizaciรณn. Recursos,documentaciรณn,tutoriales para programar MCUs con Micropython y mucho mas.
@miprochip_com
@Python_Practice
@blocklycode
@Python_Practice_Books
@EcoEnergias
@miproshop
Download Telegram
Join
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
1.19K subscribers
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/kav7ZXYouX4
YouTube
Install Python 3.11 and Packages
Python is a high-level and general-purpose programming language with data science and machine learning packages. Use the instructions to install Python for Windows, MacOS, or Linux as a first step. If there are multiple Python versions, find the correct locationโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://fosdem.org/2023/schedule/event/python_micropython_intro/
fosdem.org
FOSDEM 2023 - An introduction to MicroPython
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/YpbZCKTI0bo
YouTube
Python for Data-Driven Engineering
Welcome to Python for Data-Driven Engineering. This introductory lesson covers variable types such as boolean, integer, float, and string. It introduces operators, conditional statements, for loops, while loops, print statements, conversion between typesโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/I1CayjG-6ZA
YouTube
Python Tuple for Data-Driven Engineering
A tuple is a data structure in Python that is similar to a list, but it is immutable, meaning that it cannot be changed once created. This makes tuples more efficient and less prone to errors, because they cannot be modified by mistake. A tuple is one ofโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/lMCa3iSCtXg
YouTube
Python List for Data-Driven Engineering
A Python list is an ordered collection of objects that can be of different types, including other lists. Lists are created using square brackets and can be modified, searched, and iterated over. They are an essential part of the Python language and are usedโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/hEFdpexJiZk
YouTube
Python Set for Data-Driven Engineering
A Python set is an unordered collection of unique elements. It is useful because it can perform mathematical set operations such as union, intersection, and difference. Additionally, sets are faster to search than lists or dictionaries because they are implementedโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/ACVP8NF8D7o
YouTube
Python Dictionary for Data-Driven Engineering
A dictionary is a set with
๐
key:value pairs. It is designed to lookup values based on the
๐
key to return a
๐
value. An example is a dictionary of words (key) with a definition for each word (value).
Data-Driven Engineering: https://apmonitor.com/dde
DDEโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/uaqpAWDTSjA
YouTube
Numpy for Data-Driven Engineering
Data-driven engineering relies on information, often stored in the form of collections of numbers as matrices and arrays. NumPy (Numerical Python extensions) is a library for data processing with multi-dimensional arrays and mathematical functions to operateโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
Forwarded from
๐ช๐ธ
MiproShop
โค๏ธ
โก๏ธ
๐ฅ
๐
๐
๐
๐
๐
https://amzn.to/3YHL4c4
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://amzn.to/413Ht9Q
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/fhkPSYFOC2M
YouTube
Pandas for Data-Driven Engineering
Data-driven engineering is the process of reading, cleansing, calculating, rearranging, and exporting data. Pandas is a library for working with data with common high-level functions that simplify the processing steps of analytics and informatics.
7๏ธโฃ
.
1๏ธโฃ
โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/DQWE4SKsTQc
YouTube
Arduino Temperature PID Control in Python
This lab is an application of feedback control for a temperature control device. The latest files are at https://apmonitor.com/heat.htm
Heat output is adjusted by modulating the voltage to a transistor. A thermistor measures the temperature. Energy fromโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/mhJs_r_tr1Q
YouTube
Process Dynamics and Control Course with Python
An overview of a a Process Dynamics and Control course with Python. Example applications include vehicle speed control, tanks, reactors, systems biology, Arduino temperature control, and many others. The course leads with applications and reinforces withโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/16OTIORlMWo
YouTube
Arduino PID and Advanced Control in Python
This lab is an application of feedback control for a temperature control device. Heat output is adjusted by modulating the voltage to a transistor. A thermistor measures the temperature. Energy from the transistor output is transferred by conduction and convectionโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/X42RQYrFA4Q
YouTube
Data Transfer with Modbus, OPC, and SQL
Big data and the Industrial Internet of Things (IIoT) rely on data transfer to consolidate and share information. There are many methods to acquire and send data for industrial systems with a range of proprietary and community-based standards that facilitateโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://www.elektormagazine.com/articles/raspberry-pi-debug-probe?utm_source=Elektor+International+%28English%29&utm_campaign=9b0c475fbf-EMAIL_CAMPAIGN_2_23_2023_9_31&utm_medium=email&utm_term=0_23bd160f48-9b0c475fbf-%5BLIST_EMAIL_ID%5D&mc_cid=9b0c475fbf&mc_eid=48fcad143f
Elektor
Introducing the Raspberry Pi Debug Probe: An Inexpensive Addition to Your Toolkit
The engineers at Raspberry Pi needed a solution for debugging Arm-based MCUs. They developed a solution: the Raspberry Pi Debug Probe.
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/UTOxEGiLb5s
YouTube
TCLab Energy Balance Solution with Python
The conservation of energy is used as a foundational principle to derive the transient temperature response of a heater. An Arduino-based temperature lab tests the energy balance prediction. See https://apmonitor.com/heat.htm
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/RS35q6ksU6w
YouTube
Python
๐
+ Arduino UNO with pyFirmata
pyFirmata is an additional library package for Python that allows serial communication between a Python program on a PC and an Arduino. It gives access to read or write any of the Analog or Digital pins on the Arduino.
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
Cรณdigo en Micropython para cambio nivel de salida pin del microcontrolador de forma temporrizada.
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/6UrR0L7f0XU
YouTube
TCLab: Tuning a PI Controller
For PI control of the TCLab, use the IMC and ITAE tuning correlations and compare the integral absolute error difference between setpoint and measured temperature for a setpoint change from 23 to 60 degC.
Common tuning correlations for PI control are theโฆ
๐
1