Pablo Martínez

Results 38 comments of Pablo Martínez

I'm planning to make a custom keyboard using RP2040's. I would like to use MP instead of CP in order to learn some low-level stuff and because CP seems too...

@jimmo thanks for the fast reply, i will play around with the code tomorrow and the hardware should arrive soon :) So far i had forked both MP and TUSB...

A couple of boards just arrived, will start testing soon I've adapted [noobee's work](https://github.com/noobee/micropython/tree/usb-hid) because the rp2 code has been updated since, [commit on my fork](https://github.com/elpekenin/micropython/commit/3ca2d5de864729bae08b0479077e047dac7e1ede). The code compiled, but...

Thanks for the detailed info, once again My next steps will be 1) Of course, test the (allegdly) HID-enabled firmware i made the other day and get it working 2)...

> This is exactly what I would consider software engineering to be all about. Thanks for the encouraing words :) I meant it in a "maybe there are some design...

Added the `MP_REGISTER_MODULE` line in the own `modusb_hid.c` file and it worked, im now trying to get drivers working on Windows :))

It is """working""" already, you can check my branch [here](https://github.com/elpekenin/micropython/tree/peke-devel) I'm not sure how/why the drivers were acting weird nor how i fixed it 😅 Changes made: - Moved several...

I just installed this tool on Windows 10-64 bit and it worked perfect (python 3.9.7) 1. Installed with `pip install guiscrcpy` 1. Executed with `guiscrcpy` 1. Configured on 1st time...

> @elpekenin can you try with the latest guiscrcpy release? 'continuous' I'm sorry but i'm not the one who had troubles with it, i didn't even face the ""bug"". GUI...