Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Machine vission (MV)
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi 500
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
zł165.84 tax excl.
Development board equipped with STM32F411RE microcontroller (512 KB Flash, Cortex-M4). Dedicated to running MicroPython scripts. Adafruit 5417
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
Description
Development board equipped with the STM32F411RE microcontroller (512 kB Flash, Cortex-M4), dedicated to running MicroPython scripts. It offers a microSD card slot, a microUSB connector, 4 LEDs, and a reset and user button. There are 24 GPIO pins on the board. The microcontroller has a built-in DFU bootloader that allows easy firmware update.
MicroPython is a variant of Python (version 3.4) suited to run on a microcontroller. It comes with lots of optimizations so it runs efficiently and uses very little RAM. MicroPython runs in bare-metal mode. The built-in pyb module contains functions and classes to control peripheral devices available on the board, such as UART, I2C, SPI, ADC and DAC.
The board can be inspected with:
- REPL - By connecting to a computer via USB, the disc appears as a virtual USB communication port (CDC VCP) and can use any serial terminal to connect and get a Python REPL prompt. This allows you to type and execute Python commands immediately, just as you would when running Python on your computer.
- Remote script - you can change REPL mode to raw REPL mode by sending ctrl-A and then in raw REPL mode send any Python script for immediate execution.
- From the file- pyboard has a small, built-in filesystem which is located in the flash part of the microcontroller. It also has an SD card slot. Pyboard appears as a USB flash drive and you can access (mount) the internal file system and SD card this way. A python script named main.py will be executed by the board on startup. This way you can run scripts without being connected to the computer.
Features
- STM32F411RE microcontroller
- 96 MHz Cortex M4 with FPU
- 512 kB flash ROM and 128 kB RAM
- Micro USB connector for power and serial communication
- Micro SD card slot
- 24 GPIO
- 12-bit analog-to-digital converter
- 4 LEDs (red, green, yellow and blue)
- 1 reset and 1 user button
- Built-in 3.3V LDO voltage stabilizer, up to 250mA, input voltage range from 3.6V to 16V
- DFU bootloader in ROM for easy firmware update
Responsible person BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
You might also like
LCD touch screen with 160x128 pixel resolution, LCD160CR (I2C or UART and SPI) display controller. Adafruit 3498
No product available!
The expansion module for the Pyboard 1.1 set. The board has connectors compatible with the Gravity standard. Equipped with digital and analog pins, UART and I2C port. DFRobot DFR0577
No product available!
Cable with USB typ A and microUSB typ B connectors, cable length 1.8 m. LANBERG CA-USBM-10CC-0018-BK
Cable with USB typ A and microUSB typ B connectors, cable length 1 m. LANBERG CA-USBM-10CC-0010-BK
Other products in the same category (16)
STM32F103ZStarter kit equipped with a microcontroller STM32F103ZGT6 (1 MB Flash, Cortex-M3), equipped with a TFT LCD display and a full set of connectors.E Evaluation Board, STM, RoHS
No product available!
Evaluation kit equipped with STM32F401CCU6 microcontroller (ARM Cortex M4, 84MHz, 256kB Flash, 64kB RAM). It has two 20-pin connectors enabling the use of numerous microcontroller peripheral systems.
No product available!
Evaluation board with STM32F207 microcontrollerStarter kit equipped with a microcontroller STM32F207IGH6 (1 MB Flash, Cortex-M3), with a built-in programmer-debugger ST-Link/V2, equipped with a 3.2" TFT LCD display and a full set of connectors.
STM32F429IGT6 microcontroller module with base board and accessories included. Waveshare Open429I-C Standard
No product available!
IoT development board the size of Arduino, equipped with an ARM Cortex-M3 processor (STM32F205) and a Wi-Fi communication module (with an integrated antenna and uFL connector). SparkFun DEV-13321
Development board with STM32H750 microcontroller. Equipped with a WiFi/Bluetooth module, it offers numerous interfaces and a set of external memory extending the possibilities of the system. DFRobot DFR0942
No product available!
Development board with STM32H725AE microcontroller dedicated to applications combining image processing with artificial intelligence. It comes with a color LCD display with touch panel and a 2 MP camera with OV2640 sensor. Seeed Studio 110991524
Module with the STM32F746IGT6 microcontroller, including a base board and accessories. Waveshare Open746I-C Standard
Development board containing the STM32H743XI microcontroller, 5MP OV5640 camera module, FLIR Lepton socket and the VL53L0X laser rangefinder. Also equipped with a 4.3 "LCD display. SparkFun DEV-18482
No product available!
Waveshare Core429I is a PCB with STM32F429IGT6 microcontroller, contains necessary elements for microcontroller operation, all GPIOs connected to goldpin connectors
No product available!
Evaluation kit equipped with STM32F411CEU6 microcontroller (ARM Cortex M4, 100MHz, 512kB Flash, 128kB RAM). It has two 20-pin connectors enabling the use of numerous microcontroller peripheral systems.
Development kit with STM32L496ZGT6 microcontroller with built-in ST-Link programmer. Extensive equipment, including: MEMS 6DoF sensor, motor controller, joystick, LED display, 8 LED diodes, RGB LED, audio amplifier, Flash memory QSPI 1 MB, microphone.
Kit with STM32F429IGT6 microcontroller, base board and accessories. Includes modules with display, USB, Ethernet, audio, microSD, camera, and memory and CAN modules. Waveshare Open429I-C Package B
No product available!
The KAmod BlackPill 411 is an evaluation board featuring the STM32F411CEU microcontroller, offering versatile programming capabilities with a USB-C connector and a pre-installed bootloader compatible with Arduino IDE. Equipped with 32 GPIOs, a modified power circuit, and ESD protection, it is perfect for embedded projects.
Module with the STM32F746IGT6 microcontroller, including a base board and accessories. It contains modules with a display, USB, Ethernet, audio, microSD and a camera. Waveshare Open746I-C Package A
Development kit with STM32F103R8T6 microcontroller and 2.8 "TFT display with touch panel.
No product available!