Christian Foucher

Results 15 comments of Christian Foucher

Which schematic editor are you using? In your github project, you just provide the SVG exports. I will be easier to me to start with your schematic project. Before submit...

**Here is a draft proposal. Be very critical on the schematic. It is not tested for the moment. I reject all responsabilities of possible hardware destruction. Be aware, it is...

> There is also an old reference to 5V on the ESP32 pin 15. ~~I'm agree, The ESP32 should not be powered by 5V.~~ **Edit: DevelopmentBoard-ESP32 can be supplied with...

>According to the following schematic https://www.dropbox.com/s/jefwxxtufgwg0ex/esp32_Schematic%20Prints.pdf?dl=0 you can apply 5V to Vin. It is an alternative power source instead of USB. **Sorry for my mistake, you are right. I mix...

> MIDI has been recently update to works with 3.3V and now 3.3V is on the standard. The value of the 2 resistors (10 and 33 ohm) for a MIDI-OUT...

Correction of the proposal in order to take into account of the MIDI out inverted connector pin 4/5 detected in #30 . [https://easyeda.com/christian.foucher/pedalinomini-3v3-with-6n138-and-bss138-midi-out-pin4-5-now-ok](https://easyeda.com/christian.foucher/pedalinomini-3v3-with-6n138-and-bss138-midi-out-pin4-5-now-ok) ![image](https://user-images.githubusercontent.com/1153403/65158589-f2e7ac80-da32-11e9-9c88-9321040d26fa.png)

BSS138 will adapt 3.3V to 5V without trigger effect. For example : - 0V should give you (0/3.3)*5 ≈ 0V - 1V should give you (1/3.3)*5 ≈ 1.51V - 2V...

I put all my AppVARs in CAPITALS, and it is now working correctly ! ```yaml palettes: - name: mypalette images: automatic converts: - name: tileset compress: zx7 palette: mypalette tilesets:...

I have compiled fcf5b49202b95fa2f855143067af96b1961827bb on my computer, and it is working OK.

I am interested with the compatibility with the raspberry pi. Why do you prefer a lower frequence rate for audio? Perhaps raspberry pi has a too high CPU load? I...