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-16-2025 0.33 руб. 0.53 руб. 0 руб.
    Aug-16-2025 0.24 руб. 0.33 руб. 0 руб.
    Jul-16-2025 0.25 руб. 0.54 руб. 0 руб.
    Jun-16-2025 0.67 руб. 0.82 руб. 0 руб.
    May-16-2025 0.8 руб. 0.88 руб. 0 руб.
    Apr-16-2025 0.27 руб. 0.40 руб. 0 руб.
    Mar-16-2025 0.3 руб. 0.21 руб. 0 руб.
    Feb-16-2025 0.15 руб. 0.60 руб. 0 руб.
    Jan-16-2025 0.56 руб. 0.7 руб. 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, 12:22 #

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

    Анна 24 Декабря 2021, 07:53 #

    Платье заказывала для себя в двух экземплярах-сирене вое и желтое. Доставили оперативно. Подошло идеально, размер соответствует. Материал очень приятный на... Читать отзыв полностью...

    Ярослав 18 Декабря 2021, 10:00 #

    Мой отец в своей жизни много курит. Мы с сестрой много раз хотели убедить его в том, что курение убивает... Читать отзыв полностью...

    Лиза 23 Декабря 2021, 20:01 #

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

    Дмитрий 18 Декабря 2021, 10:08 #

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

    Александра 19 Декабря 2021, 02:21 #

    Давно искала подходящую легкую весеннюю обувь. Наконец-то я нашла эти прикольненькие балетки, что не только красиво смотрятся. но и очень... Читать отзыв полностью...

    Карина 18 Декабря 2021, 21:36 #

    Всё идеально !Теперь у меня есть новые замечательные часы !))Только сегодня забрала их..очень эффектные и красиво смотрятся на руке ))вживую... Читать отзыв полностью...


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

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