All Projects → Wiz-IO → wizio-pico

Wiz-IO / wizio-pico

Licence: other
Raspberry Pi Pico development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wizio-pico

rp2040js
A Raspberry Pi Pico Emulator in JavaScript
Stars: ✭ 178 (+49.58%)
Mutual labels:  rp2040, raspberry-pi-pico
pico i2c slave
I2C slave library for the Raspberry Pi Pico
Stars: ✭ 39 (-67.23%)
Mutual labels:  rp2040, raspberry-pi-pico
zeptoforth
A not-so-small Forth for Cortex-M
Stars: ✭ 70 (-41.18%)
Mutual labels:  rp2040, raspberry-pi-pico
buzzer music
RPI Pico / Micropython library to play music through one or more buzzers, can automatically replace chords with fast arpeggios to simulate polyphony with a single buzzer. Music can be easily taken from onlinesequencer.net
Stars: ✭ 23 (-80.67%)
Mutual labels:  rp2040, raspberry-pi-pico
prk firmware
A keyboard firmware platform in PicoRuby
Stars: ✭ 337 (+183.19%)
Mutual labels:  rp2040, raspberry-pi-pico
pico-loud talking detector
A tinyML system using a Raspberry Pi Pico and TensorFlow Lite for Microcontrollers to detect loud talking. It can be utilized to encourage people to eat quietly to prevent the spread of the coronavirus and help in the fight against COVID
Stars: ✭ 17 (-85.71%)
Mutual labels:  raspberry-pi-pico
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (-18.49%)
Mutual labels:  platformio
AutoBuildMarlin
Visual Studio Code extension to more easily build Marlin Firmware
Stars: ✭ 206 (+73.11%)
Mutual labels:  platformio
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (-66.39%)
Mutual labels:  platformio
Arduino-BLE-MIDI
MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
Stars: ✭ 133 (+11.76%)
Mutual labels:  rp2040
toolchain68k
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
Stars: ✭ 18 (-84.87%)
Mutual labels:  platformio
awesome-raspberrypipico
Curation of Raspberry Pi Pico resources
Stars: ✭ 43 (-63.87%)
Mutual labels:  raspberry-pi-pico
nanopb-arduino
Arduino stream wrappers for nanopb
Stars: ✭ 32 (-73.11%)
Mutual labels:  platformio
pico-solar-system
No description or website provided.
Stars: ✭ 186 (+56.3%)
Mutual labels:  raspberry-pi-pico
swifitch-software
Software for SWIFITCH HW
Stars: ✭ 12 (-89.92%)
Mutual labels:  platformio
esp8266-esp32-sdk
Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
Stars: ✭ 147 (+23.53%)
Mutual labels:  platformio
M5Stack-MultiApp-Advanced
A M5Stack firmware made on PlatformIO
Stars: ✭ 155 (+30.25%)
Mutual labels:  platformio
platformio-home
PlatformIO Home
Stars: ✭ 69 (-42.02%)
Mutual labels:  platformio
esp32-internet-ota
ESP32 + GitHub Actions + Husarnet. A boilerplate project for ESP32 allowing in-field firmware update using GitHub Actions workflow.
Stars: ✭ 28 (-76.47%)
Mutual labels:  platformio
FT800-FT813
Multi-Platform C code Library for EVE graphics controllers from FTDI / Bridgetek (FT810, FT811, FT812, FT813, BT815, BT816, BT817, BT818)
Stars: ✭ 80 (-32.77%)
Mutual labels:  rp2040

Raspberry Pi Pico RP2040 - PlatformIO ( Pico-SDK & Arduino )

A few words in the beginning

Notes

  • Please Re-Install the platform. The project is a work in progress and the platform is installed from here...
  • I am in Home-Office, it's hard for me to test hardwares as SPI, I2C ... etc

pico

Install Platform

Note: be sure git is installed

Uninstall ( fast ) ... Re-Install ( do this and Install again )

  • In directory C:\Users\USER_NAME.platformio\platforms
    • delete folder wizio-pico ( builders )
  • In directory C:\Users\USER_NAME.platformio\packages
    • delete folder framework-wizio-pico ( sources )
    • delete folder toolchain-gccarmnoneeabi (compiler, may not be deleted )
    • delete folder tool-wizio-pico ( tools, picoasm )

pico


Baremetal - New Project

PlatformIO -> Home -> New

  • Enter Project Name - Board search 'WizIO-PICO' boards - Select Baremetal
  • Click BUILD and you will have basic project ( from template )
  • For CPP project, rename main.c to main.cpp ( if you delete main file, builder will create new main.c as template )
  • Connect Pico as Mass Storage Device
  • Open platformio.ini and edit your settings
  • BUILD / UPLOAD
  • READ WIKI - BAREMETAL

Arduino - New Project

PlatformIO -> Home -> New

  • Enter Project Name - Board search 'WizIO-PICO' boards - Select Arduino
  • Connect Pico as Mass Storage Device
  • Open platformio.ini and edit your settings
  • BUILD / UPLOAD
  • READ WIKI - ARDUINO

NOTE

IF PICO_STDIO_USB is used, the Uploader will try ro reset Pico to boot-uf2 mode without button and USB cable remove

Raspberry Pi Pico pin out diagram

Thanks to:

pico


If you want to help / support:
paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].