MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности

Сохраните в закладки:

Цена:RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Sep-18-2025 0.16 руб. 0.35 руб. 0 руб.
    Aug-18-2025 0.69 руб. 0.5 руб. 0 руб.
    Jul-18-2025 0.0 руб. 0.54 руб. 0 руб.
    Jun-18-2025 0.81 руб. 0.73 руб. 0 руб.
    May-18-2025 0.71 руб. 0.24 руб. 0 руб.
    Apr-18-2025 0.70 руб. 0.89 руб. 0 руб.
    Mar-18-2025 0.35 руб. 0.63 руб. 0 руб.
    Feb-18-2025 0.83 руб. 0.76 руб. 0 руб.
    Jan-18-2025 0.30 руб. 0.33 руб. 0 руб.

    Новые товары

    Характеристики

    MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности

    Описание товара

    Description:

     

    Using MicroPython is a great way to get the most of your MicroPython ESP8266 NANO size board. And vice versa, the MicroPython ESP8266 NANO is a great platform for using MicroPython. With this board you can learn up MicroPython, getting a prompt, using WebREPL, connecting to the network and communicating with the Internet, using the hardware peripherals, and controlling some external components.

     

    The MicroPython ESP8266 NANO  connects to your PC over USB, giving you a USB flash drive on which to save your Python scripts. MicroPython ESP8266 NANO is equipped with a microUSB connector for power and serial communications, 19 GPIO,  LED, and reset button. 

     

    MicroPython is a complete rewrite of the Python (version 3.4) programming language so that it fits and runs on a microcontroller. It includes many optimizations so that it runs efficiently and uses very little RAM. Additionally, MicroPython runs bare-metal on the board, and essentially gives you a Python operating system. The built-in  MicroPython ESP8266 NANO  module contains functions and classes to control the peripherals available on the board, such as UART, I2C, SPI, ADC.

    For additional thinks, you can to add to order, a USB cable and breadboard.

    MakeCode:

    Did you know that you can code your MicroPython ESP8266 NANO  using Blocks, JavaScript, and Python? Try with Microsoft MakeCode: //www.microsoft.com/en-us/makecode

     

    What is Microsoft MakeCode?

    Microsoft MakeCode is a free, open source platform for creating engaging computer science learning experiences that support a progression path into real-world programming.

     

    MSmakecode1

     

    MSmakecode2

     

    Running:

     

    Connect your MicroPython ESP8266 NANO to your PC (Windows, Mac or Linux) with a micro USB cable. There is only one way that the cable will connect, so you can’t get it wrong.

    Your PC should now recognise the board. It depends on the type of PC you have as to what happens next:

    Windows: Your MicroPython ESP8266 NANO will appear as a removable USB flash drive. Windows may automatically pop-up a window, or you may need to go there using Explorer. Windows will also see that the board has a serial device, and it will try to automatically configure this device. If it does, cancel the process. We will get the serial device working in the next tutorial. Mac: Your MicroPython ESP8266 NANO will appear on the desktop as a removable disc. It will probably be called BFLASH. Click on it to open the board folder. Linux: Your MicroPython ESP8266 NANO will appear as a removable medium. On Ubuntu it will mount automatically and pop-up a window with the board folder. On other Linux distributions, the board may be mounted automatically, or you may need to do it manually. At a terminal command line, type lsblk to see a list of connected drives, and then mount /dev/sdb1 (replace sdb1 with the appropriate device). You may need to be root to do this.

    Okay, so you should now have the board connected as a USB flash drive, and a window (or command line) should be showing the files on the pyboard drive.

    The drive you are looking at is known as /flash by the board, and should contain the following 4 files:

    boot.py – the various configuration options for the board. It is executed when the board boots up. main.py – the Python program to be run. It is executed after boot.py. README.txt – basic information about getting started with the board. This provides pointers for new users and can be safely deleted. pybcdc.inf – the Windows driver file to configure the serial USB device. More about this in the next tutorial.     Now we are going to write our Python program, so open the main.py file in a text editor. On Windows you can use notepad, or any other editor. On Mac and Linux, use your favourite text editor. With the file open you will see it contains 1 line: # main.py -- put your code here!

    This line starts with a # character, which means that it is a comment. Such lines will not do anything, and are there for you to write notes about your program.

    Let’s add 2 lines to this main.py file, to make it look like this:

    # main.py -- put your code here! import pyb pyb.LED(4).on()

    The first line we wrote says that we want to use the pyb module. This module contains all the functions and classes to control the features of the pyboard.

    The second line that we wrote turns the blue LED on: it first gets the LED class from the pyb module, creates LED number 4 (the blue LED), and then turns it on.

    To run this little script, you need to first save and close the main.py file, and then eject (or unmount) the board USB drive. Do this like you would a normal USB flash drive.

    When the drive is safely ejected/unmounted you can get to the fun part: press the RST switch on the board to reset and run your script. The RST switch is the small black button just below the USB connector on the board, on the right edge.

    When you press RST the green LED will flash quickly, and then the blue LED should turn on and stay on.

    Congratulations! You have written and run your very first MicroPython program!

    Version Python USB-CH340G:

     

    PHOTO==ANGLE01==GR-00000356==MP-ESP8266NANO==USBUART-CH340

    PINOUT==GR-00000356==MP-ESP8266NANO==USBUART-CH340DIM==GR-00000356==MP-ESP8266NANO==USBUART-CH340

    Version Python USB-CP2102:

     

    PHOTO==ANGLE01==GR-00000356==MP-ESP8266NANO==USBUART-CP2102

    PINOUT==GR-00000356==MP-ESP8266NANO==USBUART-CP2102DIM==GR-00000356==MP-ESP8266NANO==USBUART-CP2102

       

     

     



    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    Ольга 23 Декабря 2021, 10:49 #

    Заказывала парку через этот сайт, случайно на него наткнулась в интернете! Доставка очень быстрая, даже не ожидала, не приходится... Читать отзыв полностью...

    Ольга 18 Декабря 2021, 11:22 #

    Хорошая клавиатура для ноутбука. Тихая, но вместе с тем достаточно отзывчивая и при нажатии чувствуется небольшое сопротивление. Клавиатура экстротонкая,но вместе... Читать отзыв полностью...

    Алексей 12 Мая 2024, 15:53 #

    Я успешно использую много лет такую DBPOWER EXTRAL HD ACTION CAMERA PO:4100015290 DB0838, изготовлено в 2016 г. Проблема - обе... Читать отзыв полностью...

    Михаил 29 Февраля 2024, 06:19 #

    Купил комп сборку по заявленным, привезли, подключили, всё быстро и хорошо... Читать отзыв полностью...

    Артем 18 Декабря 2021, 18:15 #

    Заказал этот набор. Пришло быстро, я не ожидал такой скорости доставки. Впечатление положительное. Качество хорошее, белье не растягивается как бывает... Читать отзыв полностью...

    Юлия 23 Декабря 2021, 16:14 #

    Отличная обувь.размер подошёл. Носится отлично. Качество хорошее . Буду заказывать ещё. Спасибо за ботиночки.а цена вообще просто бомба. Вообще очень... Читать отзыв полностью...

    Наталья 19 Декабря 2021, 14:08 #

    Очень красивая модель ботинок на толстом каблуке. Доставка заняла где-то два месяца со заказа мной товара. Качество ботинок оставляет желать... Читать отзыв полностью...


    Отзывы о MicroPython ESP8266 NANO WiFi board. Python | Электронные компоненты и принадлежности

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha