Search found 11 matches

by nayanagg
Thu Jul 08, 2021 8:22 am
Forum: Raspberry Pi microcontroller boards
Topic: Play audio file in pi pico
Replies: 6
Views: 12832

Re: Play audio file in pi pico

Hi,

I've attached GROVE SPEAKERS WITH BUILTIN AMPLIFIER with Pi Pico VCC : 5V, GND : GND, SIG : GP2
but still getting very low sound.
help!
by nayanagg
Fri Jun 18, 2021 6:04 am
Forum: Raspberry Pi microcontroller boards
Topic: Play audio file in pi pico
Replies: 6
Views: 12832

Re: Play audio file in pi pico

I've connected 150ohm small speaker to GP2 and GND pin of pico with 2k2 resistor on GP2 and 2200uF capacitor connected to GP2 TO GND.
by nayanagg
Thu Jun 17, 2021 8:22 am
Forum: Raspberry Pi microcontroller boards
Topic: Play audio file in pi pico
Replies: 6
Views: 12832

Re: Play audio file in pi pico

IMG_1973 (1).png
speaker
IMG_1973 (1).png (154.38 KiB) Viewed 12402 times
Hi,

I followd your Git repo and tried to run the wav file from speaker but no sound was played.

kindly help!
by nayanagg
Tue Jun 08, 2021 6:40 am
Forum: Raspberry Pi microcontroller boards
Topic: convert .py to mpy
Replies: 1
Views: 2179

convert .py to mpy

Hi,

How to convert .py files to .mpy files in Pi PICO
by nayanagg
Tue Jun 08, 2021 6:38 am
Forum: Raspberry Pi microcontroller boards
Topic: connect 5v to ADC_VREF
Replies: 1
Views: 1435

connect 5v to ADC_VREF

Hi,

Can I connect 5V voltage reference to ADC_VREF of Pi Pico ?
by nayanagg
Tue Jun 01, 2021 5:35 pm
Forum: Raspberry Pi microcontroller boards
Topic: Play audio file in pi pico
Replies: 6
Views: 12832

Play audio file in pi pico

Hi,
how to play audio file format(mp3,wav) in pi pico?
by nayanagg
Thu May 20, 2021 11:45 am
Forum: Raspberry Pi microcontroller boards
Topic: How to mount pen-drive to pi pico
Replies: 2
Views: 2861

How to mount pen-drive to pi pico

Hi,

How to mount Pendrive to pi pico for data transfer?
by nayanagg
Fri May 07, 2021 1:07 am
Forum: Raspberry Pi microcontroller boards
Topic: How do I read keyboard input without waiting for the user to press Enter?
Replies: 9
Views: 9233

Re: How do I read keyboard input without waiting for the user to press Enter?

Hi,

I've attached a 5v supply to VSYS so the USB keyboard is getting power the only issue is how to use Pi Pico in USB host mode.
by nayanagg
Thu May 06, 2021 12:25 pm
Forum: Raspberry Pi microcontroller boards
Topic: How do I read keyboard input without waiting for the user to press Enter?
Replies: 9
Views: 9233

Re: How do I read keyboard input without waiting for the user to press Enter?

Thanks for the suggestion.

Now I tried to connect a USB keyboard to pi pico and pressed a character to get it displayed on the i2c LCD screen using sys.stdin.read(1) but shows nothing.