Javi Marina

Results 14 comments of Javi Marina

I got an idea. What you have to do is going to Dashboard > Reports tab. Click on the RSS icon and your rss channel will show. Then you can...

Hi! Sorry for the delay, I've had a busy week. It's super strange that the response is displayed as 0. It's either a bug in the Java side, or an...

> Hmmmmm, so the syncing is still necessary tho. Yes. If no syncing is performed, the messages could be interpreted incorrecly. Messages with the controller input are 8 bytes. If...

Please note that you have to use the same baudrate that is configured in the firmware. If you use the provided .hex, it's [1M](https://github.com/javmarina/Nintendo-Switch-Remote-Control/blob/master/firmware/avr.h#L16). For Java compilation, I use the...

> No. Perfect! > I flashed [Arduino_UNO_R3.hex](https://github.com/javmarina/Nintendo-Switch-Remote-Control/releases/download/latest/Arduino_UNO_R3.hex) from [Development Build](https://github.com/javmarina/Nintendo-Switch-Remote-Control/releases/tag/latest) to my arduino one more time then i disconnected my arduino to my pc then i inserted TX-TX, RX-RX, 5V-5V,...

Hi, I have pushed a new commit. The PC is receiving a lot of bytes, maybe they were received before and stored in the input buffer. Last commit should fix...

My bad, try again with the latest commit. However, it's super strange that you're receiving 47 bytes! There is something going on with the Arduino firmware. With the last change...

That looks cool! So after some investigation I think what is happening is that 1M is not a supported baudrate for the CP2102, and when we try setting the baudrate...

I have included some checks in the Python script and the Java GUI, however they are not guaranteed to work because of differences in drivers implementations. Moreover, I have explicitly...