ch32v307 VS pico-examples

Compare ch32v307 vs pico-examples and see what are their differences.

ch32v307

Including the SDK、HDK、Datasheet of RISC-V MCU CH32V307 and other relevant development materials (by openwch)
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
ch32v307 pico-examples
8 66
417 3,256
1.7% 3.1%
4.2 8.5
5 months ago 9 days ago
C C
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ch32v307

Posts with mentions or reviews of ch32v307. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-24.

pico-examples

Posts with mentions or reviews of pico-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-14.
  • SSD1306 display drivers and font rendering
    4 projects | news.ycombinator.com | 14 Apr 2025
    I really love the SSD1306 for its educational value. If you've bought a sensor kit for Arduino or ESP32 or Pico or whatever, chances are decent that you already have an SSD1306 lying around. There's so much example code for it. And the datasheet was pretty easy to grok IMO. My first exposure to it was in the pico-examples repo: https://github.com/raspberrypi/pico-examples/tree/master/i2c...

    There's a few Rust libraries for it, too. And it's supported in Wokwi! https://wokwi.com/projects/425067706980448257

  • Fall in Love with the RP2350
    14 projects | news.ycombinator.com | 8 Aug 2024
    Unfortunately the starter example [1] hasn't made it into the public tree (yet ?)

    [1] https://github.com/raspberrypi/pico-examples/blob/master/dvi...

  • Moving to a RTOS on the RP2040
    6 projects | news.ycombinator.com | 4 Jul 2024
    The Pico SDK has a plugin based stdio, they give you two implementations: UART and USB CDC, but you can add new ones by implementing a few callback functions. The UART plugin provided with the SDK can be disabled and replaced, the default implementation is very simplistic and will block.

    The USB CDC version is much faster but may not always be appropriate for your project.

    I implemented one that uses a buffer and an interrupt to feed the UART in the background, and then I disabled the plugin the Pico SDK provided. I'm not using an RTOS.

    The SDK example [uart_advanced](https://github.com/raspberrypi/pico-examples/blob/master/uar...) [github.com/raspberrypi] shows how to set up UART interrupts using the Pico SDK

  • Raspberry Pico C: Remote Sensor
    4 projects | dev.to | 30 Dec 2023
    Navigate to the Pico Examples repository.
  • TCP Server Example - How to use WPA3 device
    1 project | /r/raspberrypipico | 10 Dec 2023
    I'm experimenting with the "pico/wifi/tcp_server/". It works as expected with a WPA2 secured network, however I can't figure out how to access a WP3 secured network. According to the Pico W datasheet the device supports WPA3. However the function cyw43_arch_wifi_connect_async doesn't seem to have the option to select WPA3. The supported options are CYW43_AUTH_WPA_TKIP_PSK, CYW43_AUTH_WPA2_AES_PSK, or CYW43_AUTH_WPA2_MIXED_PSK.
  • Pico and MPU6050 only outputs 0's
    1 project | /r/raspberrypipico | 7 Nov 2023
    I connected the MPU6050 and Pico as shown in the wiring guide for the example code here and have also tried using a level shifter with this wiring setup.
  • Show HN: MicroLua – Lua for the RP2040 Microcontroller
    8 projects | news.ycombinator.com | 3 Nov 2023
    https://github.com/raspberrypi/pico-sdk/ links to a PDF about connecting to the interwebs with a pi pico.

    micropython/micropython//ports/rp2/boards/RPI_PICO_W: https://github.com/micropython/micropython/tree/master/ports...

    raspberrypi/pico-sdk /lib: btstack, cyw43-driver, lwip, mbedtls, tinyusb https://github.com/raspberrypi/pico-sdk/tree/master/lib

    raspberrypi/pico-examples//pico_w/wifi/access_point/picow_access_point.c:

    https://github.com/raspberrypi/pico-examples/blob/master/pic...

    There's an iperf opkg pkg, or is it just netperf (which works with fluent)?

    raspberrypi/pico-examples//pico_w/wifi/iperf/picow_iperf.c:

  • Trouble Getting NeoPixel Libraries to Compile in C
    5 projects | /r/raspberrypipico | 1 Jun 2023
    Okay I abandoned both of those libraries and tried the simpler WS2812 example in the Pico SDK and I did get it working....finally.
  • Beginner question
    2 projects | /r/raspberrypipico | 14 May 2023
    For C++, you could look at the pico-examples on Github https://github.com/raspberrypi/pico-examples
  • I've looked everywhere online, and I wasn't able to find something like this, does anyone have any advice?
    1 project | /r/microcontrollers | 7 May 2023
    I don't know what you mean. There are dozens of tutorials on the frontpage of google. And just straight up a bt folder of projects for the pico w in the rpi github at https://github.com/raspberrypi/pico-examples/tree/master/pico_w/bt. have you tried that? If you haven't, then you need to work on learning how to use google because people aren't here to do work for you. If you have tried this and it didn't work then reread my previous post and ask better questions.

What are some alternatives?

When comparing ch32v307 and pico-examples you can also consider the following projects:

RISC-V-Guide - RISC-V Guide. Learn all about the RISC-V computer architecture along with the Development Tools and Operating Systems to develop on RISC-V hardware.

qmk_firmware - Open-source keyboard firmware for Atmel AVR and Arm USB families

nanoCH32V203

pico-sdk

ch32-rs - Embedded Rust device crates for WCH's RISC-V and Cortex-M microcontrollers

Arduino_Core_STM32 - STM32 core support for Arduino

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Did you know that C is
the 6th most popular programming language
based on number of references?