Udemy - Raspberry Pi PICO an introduction with MicroPython

seeders: 24
leechers: 5
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 202
  • Language: English

Files

Raspberry Pi PICO an introduction with MicroPython [TutsNode.com] - Raspberry Pi PICO an introduction with MicroPython 5. Introduction to RPi PICO GPIO pins programming
  • 8. Use OLED display- I2C communication.mp4 (154.8 MB)
  • 5.2 5.5ADC_bb.png (169.3 KB)
  • 3.1 5.3switch.fzz (29.6 KB)
  • 9.2 5.9UART.py (1.3 KB)
  • 1.1 5.1led.py (1.0 KB)
  • 3.2 5.3switch.py (1.0 KB)
  • 5.1 5.5ADC.py (0.9 KB)
  • 4.1 5.4irq.py (0.8 KB)
  • 6.1 5.6tempVal.py (0.8 KB)
  • 2.1 5.2MultiColourLED.py (0.6 KB)
  • 7.1 5.7PWM.py (0.3 KB)
  • 9.1 Serial Bluetooth -Android App link from play store.html (0.1 KB)
  • 2. Common cathode RG LED control.html (0.1 KB)
  • 5. Automatic Street Light Using LDR (ADC).mp4 (101.7 MB)
  • 2.2 5.2LEDCathodJ.jpg (294.8 KB)
  • 9. UART communication with Bluetooth module.mp4 (93.4 MB)
  • 10.1 resetSwitch.fzz (25.9 KB)
  • 3. Digital Input From An External Switch.mp4 (79.1 MB)
  • 3.3 5.3Switch.jpg (316.9 KB)
  • 7. Pulse Width Modulation.mp4 (76.4 MB)
  • 10.2 resetSwitch_bb.png (154.8 KB)
  • 4. External Interrupt.mp4 (46.3 MB)
  • 1. Blink The Onboard LED.mp4 (37.3 MB)
  • 10. Set a reset button to RPi PICO.mp4 (34.3 MB)
  • 6. Internal Temperature.mp4 (28.5 MB)
3. Initial setup
  • 1.1 Download Thonny IDE from the given link.html (0.1 KB)
  • 2. Installing MicroPython Firmware to RPi PICO.mp4 (40.1 MB)
  • 1. Installing Thonny IDE Windows OS.mp4 (34.7 MB)
  • 3. File System in RPi PICO.mp4 (26.7 MB)
4. Python3 recap using MicroPython for beginners
  • 5.1 4.5_conditionalStatements.py (0.9 KB)
  • 1.1 4.1_printFunction.py (0.5 KB)
  • 2.1 4.2_typeFunction.py (0.6 KB)
  • 8.1 4.7useFunctions.py (0.7 KB)
  • 3.1 4.3_inputFunction.py (0.6 KB)
  • 4.1 4.4_helpFunction.py (0.2 KB)
  • 6.1 4.6a_whileLoop.py (0.3 KB)
  • 7.1 4.6b_forLoop.py (0.3 KB)
  • 5. Conditional Statements - If ,Else, Elif.mp4 (69.0 MB)
  • 1. Print Function.mp4 (41.0 MB)
  • 8. Create own Functions.mp4 (31.9 MB)
  • 3. Input Function.mp4 (30.6 MB)
  • 7. For Loop.mp4 (27.3 MB)
  • 4. Help Function.mp4 (25.2 MB)
  • 6. While Loop.mp4 (17.5 MB)
  • 2. Type Function.mp4 (12.7 MB)
2. Know your Raspberry Pi PICO
  • 1.1 Componets for the course.pdf (25.0 KB)
  • 2. Soldering Raspberry Pi PICO.mp4 (51.7 MB)
  • 1. Know your Raspberry Pi PICO.mp4 (41.8 MB)
1. Introduction
  • 1. Introduction to the course.mp4 (8.9 MB)
  • TutsNode.com.txt (0.1 KB)
  • [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB)
  • .pad
    • 0 (10.3 KB)
    • 1 (19.4 KB)
    • 2 (28.5 KB)
    • 3 (136.2 KB)
    • 4 (73.6 KB)
    • 5 (47.6 KB)
    • 6 (161.1 KB)
    • 7 (202.2 KB)
    • 8 (236.6 KB)
    • 9 (23.1 KB)
    • 10 (370.2 KB)
    • 11 (234.5 KB)
    • 12 (305.3 KB)
    • 13 (191.2 KB)
    • 14 (138.7 KB)
    • 15 (393.7 KB)
    • 16 (36.0 KB)
    • 17 (155.0 KB)
    • 18 (337.0 KB)
    • 19 (308.6 KB)
    • 20 (2.5 KB)
    • 21 (292.1 KB)

Description


Description

Micropython is a lightweight version of Python 3 programming language designed for microcontrollers with a minimum of 256KB of ROM and 16KB of RAM. MicroPython supports chips like ESP32,ESP8266,STM32,nRF52,W600, RP2040 etc.

Raspberry Pi RP2040 is a new microcontroller based on ARM M0+ architecture. Which is developed completely Raspberry PI foundation. MIcroPython coding is easy for students who want to learn the embedded systems.

This course mainly covers the basics of MicroPython with different sections, Python 3 syntax, GPIO controlling, and will update with more robotics projects soon. Students can expect regular updates on RPi PICO with MicroPython.

In this course, the software used is free of cost.

Features of the board

RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom.

Dual-core Arm Cortex M0+ processor, the flexible clock running up to 133 MHz.264KB of SRAM, and 2MB of onboard Flash memory.The castellated module allows soldering directly to carrier boards. USB 1.1 with device and host support. Low-power sleep and dormant modes. Drag-and-drop programming using mass storage over USB. 26 × multi-function GPIO pins.2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels. Accurate clock and timer on-chip. Temperature sensor. Accelerated floating-point libraries on-chip. 8 × Programmable I/O (PIO) state machines for custom peripheral support.
Who this course is for:

Electronics beginner, hobbyists, electronics professionals and anyone have an interest to learn new technology

Requirements

Beginner can start the course
Laptop / desktop
Raspberry Pi PICO
USB cable
Basic sensors

Last Updated 3/2021



Download torrent
1.1 GB
seeders:24
leechers:5
Udemy - Raspberry Pi PICO an introduction with MicroPython


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
1.1 GB
seeders:24
leechers:5
Udemy - Raspberry Pi PICO an introduction with MicroPython


Torrent hash: 333A670635628914AA4AA6FDFEE218D61467485A