Here you will find all kinds of parts, components and accessories you will need in various projects, starting from simple wires, sensors and displays to already pre-assembled modules and kits.
Components
-
Miniware Miniware MDP-M01 Smart Digital Monitor
MDP-M01 is a display control module equipped with a 2.8-inch TFT display screen, the screen can be turned 90 degrees, which is convenient for users to view data and waveform. MDP-M01 can realize online display and control with MDP-P906 mini digital power supply modules and other modules of MDP system through 2.4 GHz wireless communication, and can control up to 6 sub-modules at the same time. Specifications Screen size 2.8" TFT Screen resolution 240 x 320 Power Micro USB power input, or taking power from sub-module via dedicated power cable Input DC 5 V/0.3 A Other functions Can control up to 6 sub-modulesUpgrade firmware through Micro USB Dimensions 107 x 66 x 13.6 mm Weight 133 g Included 1x MDP-M01 Smart Digital Monitor 1x Cable (2.5 mm jack to Micro USB) Downloads User Manual v3.4 Firmware v1.32
€ 79,00
-
Pinecone Pinecone BL602 Evaluation Board
Features Build in USB to Serial interface Build-in PCB antenna Powered by Pineseed BL602 SoC using Pinenut model: 12S stamp 2 MB Flash USB-C connection Suitable to breadboard BIY project On board three color LEDs output Dimensions: 25.4 x 44.0 mm Note: USB cable is not included.
€ 8,95€ 3,50Best Price
-
Kitronik Kitronik Motor Driver Board for Raspberry Pi Pico
This board allows the Raspberry Pi Pico (connected via pin header) to drive two motors simultaneously with full forward, reverse & stop control, making it ideal for Pico controlled buggy projects. Alternatively, the board can be used to power a stepper motor. The board features the DRV8833 motor driver IC, which has built-in short circuit, over current and thermal protection. The board has 4 external connections to GPIO pins and a 3 V and GND supply from the Pico. This allows for additional IO options for your buggy builds that can be read or controlled by the Pico. In addition there is an on/off switch and power status LED, allowing you to see at a glance if the board is powered up and save your batteries when your project is not in use. To use the motor driver board, the Pico should have a soldered pin header and be inserted firmly into the connector. The board produces a regulated supply that is fed into the 40-way connector to power the Pico, removing the need to power the Pico directly. The motor driver board is powered via either screw terminals or a servo style connector. Kitronik has developed a micro-python module and sample code to support the use of the Motor Driver board with the Pico. This code is available in the GitHub repo. Features A compact yet feature-packed board designed to sit at the heart of your Raspberry Pi Pico robot buggy projects. The board can drive 2 motors simultaneously with full forward, reverse, and stop control. It features the DRV8833 motor driver IC, which has built-in short circuit, over current and thermal protection. Additionally, the board features an on/off switch and power status LED. Power the board via a terminal block style connector. The 3V and GND pins are also broken out, allowing external devices to be powered. Code it with MicroPython via an editor such as the Thonny editor. Dimensions: 63 mm (L) x 35 mm (W) x 11.6 mm (H) Download Datasheet
-
Raspberry Pi Foundation Raspberry Pi Pico
Specifications RP2040 microcontroller chip designed by Raspberry Pi in the UK Dual-core ARM Cortex M0+ processor, with a flexible clock running up to 133 MHz 264 kB SRAM, and 2 MB on-board Flash memory Castellated module allows soldering directly to carrier boards USB 1.1 host and device support Energy-efficient sleep and dormant modes Drag and drop programming using mass storage via USB 26x multifunction GPIO pins 2x SPI, 2x I²C, 2x UART, 3x 12-bit ADC, 16x controllable PWM channels On-chip accurate clock and timer Temperature sensor On-chip accelerated floating point libraries 8x programmable IO (PIO) state machines for custom peripherals Why a Raspberry Pi Pico? Designing your own microcontroller instead of buying an existing one brings a number of advantages. According to Raspberry Pi itself, not one of the existing products available for this comes close to their price/performance ratio. This Raspberry Pi Pico has also given Raspberry Pi the ability to add some innovative and powerful features of their own. These features are not available anywhere else. A third reason is that the Raspberry Pi Pico has given Raspberry Pi the ability to create powerful software around the product. Surrounding this software stack is an extensive documentation set. The software and documentation meet the high standard of Raspberry Pi's core products (such as the Raspberry Pi 400, Pi 4 Model B and Pi 3 Model A+). Who is this microcontroller for? The Raspberry Pi Pico is suitable for both advanced and novice users. From controlling a display to controlling many different devices that you use every day. Automating everyday operations is made possible by this technology. Beginner users The Raspberry Pi Pico is programmable in the C and MicroPython languages and is customizable for a wide range of devices. In addition, the Pico is as easy to use as dragging and dropping files. This makes this microcontroller ideally suited for the novice user. Advanced users For advanced users, it is possible to take advantage of the Pico's extensive peripherals. The peripherals include the SPI, I²C, and eight programmable I/O (PIO)-state machines. What makes the Raspberry Pi Pico unique? What's unique about the Pico is that it was developed by Raspberry Pi itself. The RP2040 features a dual-core Arm Cortex-M0+ processor with 264 KB of internal RAM and support for up to 16 MB of off-chip Flash. The Raspberry Pi Pico is unique for several reasons: The product has the highest price/quality ratio in the microcontroller board market. The Raspberry Pi Pico has been developed by Raspberry Pi itself. The software stack surrounding this product is of high quality and comes paired with a comprehensive documentation set.
-
Adafruit Adafruit Adalogger FeatherWing (RTC + SD Add-on)
This FeatherWing will make it easy to add data logging to any Feather Board you might have. You get both an I²C real-time clock (PCF8523) with 32 KHz crystal and battery backup, and a microSD socket that connects to the SPI port pins (+ extra pin for CS). Note: FeatherWing doesn't come with a microSD card. A CR1220 coin cell is required to use the RTC battery-backup capabilities. If you're not using the RTC part of the FeatherWing, a battery is not required. To talk to the microSD card socket Arduino's default SD library is recommended. Some light soldering is required to attach the headers onto the Wing. Pinouts Power pins On the bottom row, the 3.3 V (second from left) and GND (fourth from left) pin are used to power the SD card and RTC (to take a load off the coin cell battery when main power is available) RTC & I²C Pins In the top right SDA (rightmost) and SCL (to the left of SDA) are used to talk to the RTC chip. SCL - I²C clock pin to connect to your microcontroller's I2C clock line. This pin has a 10 kΩ pull-up resistor to 3.3 V SDA - I²C data pin to connect to your microcontroller's I2C data line. This pin has a 10 kΩ pull-up resistor to 3.3 V There's also a breakout for INT which is the output pin from the RTC. It can be used as an interrupt output or it could also be used to generate a square wave. Note that this pin is an open drain - you must enable the internal pull-up on whatever digital pin it is connected to. SD & SPI Pins Starting from the left you've got SPI Clock (SCK) - output from feather to wing SPI Master Out Slave In (MOSI) - output from feather to wing SPI Master In Slave Out (MISO) - input from wing to feather These pins are in the same location on every Feather. They are used for communicating with the SD card. When the SD card is not inserted, these pins are completely free.