Search results

  1. Raspberry Pi Pico Tutorial

    Product Description Raspberry Pi Pico is an official Raspberry Pi designed low-cost, high-performance microcontroller development board with a flexible digital interface. Hardware, using Raspberry Pi official self-developed RP2040 microcontroller chip, equipped with ARM Cortex M0 + dual-core...
  2. Question win10 redo the system, and the original downloaded games in xbox disappeared

    My computer redid the system, and as a result, the games in the xbox disappeared, can anyone teach me, or delete the games.
  3. Heart rate display on the LCD based on Arduino

    Arduino LCD display project brief introduction Some time ago, I found a heart rate sensor module MAX30100. This module can collect blood oxygen and heart rate data of users, which is also simple and convenient to use. According to the data, I found that there are libraries of MAX30100 in the...
  4. Are there any interesting two-player cooperative games?

    Are there any interesting two-player cooperative games?
  5. Intelligent access control based on arduino uno and LCD

    Required materials Arduino Uno KOB electronic lock Relay STONE STWI070WT-01 touch panel display MFRC522 module Realized function 1. card registration. 2. username and password registration. 3. card swipe to unlock the electronic lock. 4. User name and password to unlock the electronic lock...
  6. Raspberry Pi pico reads the serial data with uart.readline() will accept incomplete data.

    Raspberry Pi pico reads the serial data with uart.readline() will accept incomplete data. How do I solve this problem?
  7. Can a 7" TFT LCD be connected to the Wii?

    I see that the screen interface has UART and Ethernet ports. Here is the datasheet.
  8. 3D printed robotic arm

    I am looking for a library of models that I want to 3D print a robotic arm. The fewer parts needed the better and I want to make it communicable with a microcontroller.
  9. An arduino beginner creates a simple tic-tac-toe game

    Materials needed for the experiment Arduino UNO STONE STWI070WT-01 display How the system works Set that the first press on the screen should be O, the second press on the screen should be X, do this cycle. Set 8 arrays to store the number of O and X in each row, column, and diagonal of each...
Top