Search found 5 matches

by psereni
Tue Jun 02, 2020 2:08 pm
Forum: General Discussion and Questions
Topic: Audio Skin
Replies: 1
Views: 1206

Audio Skin

Hello,

following https://store.micropython.org/product/AMPv1.0 the audio skin allows you to record and play short sounds.

Can anybody pleas point me to the documentation that explain how to record short sounds?

Thanky you very much!

Cheers, Paolo
by psereni
Thu Feb 27, 2020 1:32 pm
Forum: General Discussion and Questions
Topic: Sending and decoding data over UART
Replies: 3
Views: 5255

Re: Sending and decoding data over UART

Thank you so much, it works perfectly.
I added uart.write("\n") after uar.write(str(data)) on the pyboard code and used data=sp.readline() on the PC.
Thanks again
by psereni
Thu Feb 27, 2020 12:21 pm
Forum: General Discussion and Questions
Topic: Sending and decoding data over UART
Replies: 3
Views: 5255

Sending and decoding data over UART

Hello, I'm pretty new here with micropython and I'm facing a problem that I can not solve. Basically, I use the Pyboard to read a Pentiometer on Input X19 and I wanto to send the read value via UART to a Host (PC, or, later a Raspberry PI) where a Python script is polling the serial interface. PyBoa...
by psereni
Wed Sep 11, 2019 8:53 am
Forum: MicroPython pyboard
Topic: Newbie: pyboard 1.1 does not work after a firmware update
Replies: 2
Views: 1995

Re: Newbie: pyboard 1.1 does not work after a firmware update

Thank you. This was the right thing to do. :)
by psereni
Wed Sep 11, 2019 8:24 am
Forum: MicroPython pyboard
Topic: Newbie: pyboard 1.1 does not work after a firmware update
Replies: 2
Views: 1995

Newbie: pyboard 1.1 does not work after a firmware update

Hi, I have two pyboards 1.1. for one of them I performed a firmware update as described by O'reilly programming with micropython, i.e. I downloaded the latest pybv11-20190911-v.11***.dfu file and I used the command $sudo dfu-util --alt 0 pybv11*.dfu The update process worked apparently ok, but the f...