Shiomachi Software

Microcomputer programs that have been created by individuals are made public. 

-Raspberry Pi Pico program list 


PicoJig-WL/PicoJig

PicoJig-WL is a firmware and PC app that controls the GPIO/UART/SPI/I2C/ADC/PWM of the Raspberry Pi Pico W from a PC via Wi-Fi or USB.

PicoJig is for Pi Pico and does not have Wi-Fi functionality.


PicoBrg

PicoBrg is firmware for Raspberry Pi Pico W that performs the following line conversion (bridging) functions: (a) and (b). 

(a) Wi-Fi (TCP socket communication) <==> UART

(b) USB (virtual COM) <==> UART


BME280 API for Pi Pico

I ported the API of the BME280 (temperature, humidity, and air pressure sensor) released by Bosch to Pi Pico. 

*It uses C language, pico-sdk, and I2C. 

News


2024/06/16

English version released.