Git Product home page Git Product logo

pico-work's Introduction

About

Playground for Raspberry Pi Pico

Build

git clone https://github.com/iwatake2222/pico-work.git
cd pico-work
git submodule update --init
cd pico-sdk && git submodule update --init && cd ..
mkdir build && cd build

# For Windows Visual Studio 2019 (Developer Command Prompt for VS 2019)
# cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPICO_DEOPTIMIZED_DEBUG=on
cmake .. -G "NMake Makefiles"
nmake

# For Windows MSYS2 (Run the following commands on MSYS2)
# cmake .. -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPICO_DEOPTIMIZED_DEBUG=on
cmake .. -G "MSYS Makefiles" 
make

Note : It's important to clone TinyUSB submodule. Otherwise, you cannot use USB including UART on USB CDC. (Build succeeds even without TinyUSB although you will get warning on cmake TinyUSB submodule has not been initialized; USB support will be unavailable )

Acknowledgements

pico-work's People

Contributors

iwatake2222 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pico-work's Issues

Display blank screen

Dear iwatake2222,
I built your code with success and connected up my ILI9341 display but I'm unable to see any display.
I tested my connections twice and I can see activity on the pico pins with my logic analyser.
I notice that on your connection picture you have pins GP0 and GP1 connected somewhere but they do not show in your wiring text page.
I also used your latest checkout.
Do you have any possible ideas I could also test?
If I was to send my uf2 file for you to load and it works on your setup, this would immediately point to my setup as a problem.
Thanks for a great project if I can get it to work.
Eric.

Explanation

Hi, can you add some explanations? based on the video you're using a Raspberry Pi Pico, so your code should be in micropython; but the Github is not clear at all! which one is the main file? which files are mandatory?

[pj_adc_fft] System freeze

Describe the bug
The system freeze happens after runnig the application for a while (10-20 seconds).

To Reproduce
Steps to reproduce the behavior:

  1. Copy pj_adc_fft.uf2 to pico, and the application automatically starts
  2. Keep it running for a while
  3. The system freeze happens (It usually happens less than 10-20 seconds after start)
    Also, the freeze easily happens when displayed wave is huge (input void is huge) and it causes the processing time on core0 long

Expected behavior
The system keep running

Screenshots
Attached
Clipboard01

Version
6620cd0

Additional context
None

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.