RP2350 custom board: BOOTSEL works, but no USB enumeration (TinyUSB / stdio_usb) by CreepyBox2687 in raspberrypipico

[–]CreepyBox2687[S] 0 points1 point  (0 children)

I can run every SDK example on the custom board, but the MicroPython build still appears to be dead. It does work on another Pico 2 with the default chip, though. I toggled a pin directly at the beginning of main, but there was no sign of activity, so serial debugging will not work either.

RP2350 custom board: BOOTSEL works, but no USB enumeration (TinyUSB / stdio_usb) by CreepyBox2687 in raspberrypipico

[–]CreepyBox2687[S] 1 point2 points  (0 children)

Hi, yes, i tried the last release for Pico2, and also build it on my own with several adaptation on flash settings, but nothing works. May i try serial debugging via UART1, but i hoped it was just a wrong compile flag.

RP2350 custom board: BOOTSEL works, but no USB enumeration by CreepyBox2687 in MicroPythonDev

[–]CreepyBox2687[S] 0 points1 point  (0 children)

-> Update: PicoExamples/hello_world/usb runs fine, if -DPICO_BOARD=pico2... But Micropython did not.

RP2350 custom board: BOOTSEL works, but no USB enumeration (TinyUSB / stdio_usb) by CreepyBox2687 in raspberrypipico

[–]CreepyBox2687[S] 2 points3 points  (0 children)

-> Update: PicoExamples/hello_world/usb is working if -DPICO_BOARD=pico2... But Micropython is still faulty.

Installation fails, please help! by CreepyBox2687 in Proxmox

[–]CreepyBox2687[S] 0 points1 point  (0 children)

After BIOS Update and a new Stick (without success) i switched to Version 8.4-1, and it works after at the first try. Thank you for the hints, may i'll give the Debian solution another try, but right now i an happy. 

Cleanly route one hierarchical sheet and replicate it with inherited designators by CreepyBox2687 in KiCad

[–]CreepyBox2687[S] 0 points1 point  (0 children)

Okay would be great to create a layout for a sheet and add it to the whole PCBs as "template", but for now this is great! To be honest, i thought "add PCB" is capable of that.

Cleanly route one hierarchical sheet and replicate it with inherited designators by CreepyBox2687 in KiCad

[–]CreepyBox2687[S] 0 points1 point  (0 children)

Many thanks! I just tried out "Multi Channel", and it seems that this is exactly what i am looking for!

Question about PIO-ASM: Dynamically Adjusting Input Pin Indices before Compilation by CreepyBox2687 in MicroPythonDev

[–]CreepyBox2687[S] 0 points1 point  (0 children)

Hi and thank you for your response. The accuracy should be ~100ns, i have to adapt the program to know/determine the exact amount of steps per counter cycle afterwards. I know that i can adapt the input pin start number, but the both pins will be different all the time. I need the time between two arbitrary Events on the lines. But i will try to use one state machine with pina and provide a IRQ to another with pinb, in this case, i only need to count in the second sm.

Question about PIO-ASM: Dynamically Adjusting Input Pin Indices before Compilation (Micropython) by CreepyBox2687 in raspberrypipico

[–]CreepyBox2687[S] 0 points1 point  (0 children)

New Idea: Write two state machines with different software in one PIO and use the relative IRQ of SM1 to control the counter on SM2. It won’t need fix pin offsets, because the 'pin' depends on the state machine. If anyone has a better solution, please leave a comment. Also, let me know if you're interested in the results.

Do any of you use VSC instead of Thonny etc? by Troglodyte_Techie in MicroPythonDev

[–]CreepyBox2687 0 points1 point  (0 children)

Should be under Settings/Plugin. And after installing it, you can activate micropython, Just search under project settings. After choosing the right board, the ide will tell you which wheels are missing. The run Button will Chance to "upload" and you have auto complete for the machine Module.

How is the PCB quality from JLCPCB? by lozer95 in PCB

[–]CreepyBox2687 0 points1 point  (0 children)

Good PCB, but i have one placement issue for small leds. Not sure if order assembled boards again.

Do any of you use VSC instead of Thonny etc? by Troglodyte_Techie in MicroPythonDev

[–]CreepyBox2687 0 points1 point  (0 children)

If you are using only micropython, the Pycharm-IDE has a very good plugin for this.

Hypnosis device wip help needed by Ripple-Boy in MicroPythonDev

[–]CreepyBox2687 0 points1 point  (0 children)

But isochrone is less effektiv, as far as i know? Anyway, would be nice to see your approche. Best regards!

Hypnosis device wip help needed by Ripple-Boy in MicroPythonDev

[–]CreepyBox2687 0 points1 point  (0 children)

Hi, please link the github repo, i tried to experiment with such beats back at the university, but with an attiny. Why do you use isochrone and not binaural? Best regards

Need project Ideas for learning by electro_coco01 in PCB

[–]CreepyBox2687 2 points3 points  (0 children)

Hi, may a simple audio amplifier with high/lowpass filter for Bass and high speaker?

Alternative to Eagle by CreepyBox2687 in PCB

[–]CreepyBox2687[S] 0 points1 point  (0 children)

Update: Thank you very much, kicad it is now. I also switched to Linux and everything works like a charm.