Patricio Whittingslow

Results 350 comments of Patricio Whittingslow

I've created a repo with what I envision could be the first version of tinyio. https://github.com/soypat/tinyio

So it turns out what I have here is not an APDS9960, but rather an APDS9930 :facepalm: - guess I won't be able to test.

Yes, the existing mpu6050 driver is extremely limited. Please refer to the rewrite here https://github.com/tinygo-org/drivers/pull/556 for a more ideal approach to implementing future IMU drivers. This implementation does not have...

There is a `Details` html dropdown in the issue description with the program I used: https://github.com/tinygo-org/drivers/issues/542#issue-1659571633

Hmm, I'm not sure I understand the `RST -> A CS -> B DIO1 -> C IRQ -> D` comment. I was using regular commercial SX1278s working at 433MHz. I...

> don't you actually want this? Maybe? Not sure. Been a while since I had that setup running. My current setup has Tx,Rx pins set up correctly and works OK...

Me too- I've checked with wireshark and the websocket frame is OK, it's just being parsed wrong on nhooyr/websocket's side.

Careful- `Sleep(0)` is documented as a call that should return immediately. Use `time.Sleep(1)` or `runtime.Gosched()` to guarantee a sleep of sorts. As far as the correctness of the todomvc example...

> What does it even mean tho It looks like the string `

I am aware of artifacting bug(s) somewhere in the `sdfexp.Import -> CreateSTL` pipeline. That said there may be an issue in how you import the triangles. `sdf`'s triangles are oriented...