Guido Sanchez
Guido Sanchez
@danielasun I faced the same issue some time ago and I couldn't figure out how to fix it. As a workaround, I installed HSL using [ThirdParty-HSL](https://github.com/coin-or-tools/ThirdParty-HSL) and got HSL solvers...
@AlexanderDranitsa @hubble14567 the LSM9DS1 driver outputs is data to match the MPU9250 axis orientation. Could be that the source of the issue? This behavior kind of confusing and it is...
Something similar happened to me a while ago, when I needed the axis to conform to ENU. I suggest you download both the LSM9DS1 and the MPU9250 datasheet and see...
I think the multiplication by 100.0 is made to convert the measured Gauss from the LSM9DS1 to µT. In that way, the driver makes both the MPU9250 and the LSM9DS1...
Hi! This commit helped to make the reach_ros_node work with ROS Noetic, however the latitude and longitude values are not correct if you live in the south-west hemisphere. I think...
@morrownr I have a TP-Link Archer T2U PLUS [RTL8821AU]. I removed this kernel module using `$ sudo sh remove-driver.sh` and installed [rtw88](https://github.com/lwfinger/rtw88) using the provided readme on Kubuntu 24.04 So...
> Do you know of a way to test your speed? If so, do it. I don't know how to test my speed. > Since you have an adapter with...
@zapta To my understanding, SystemVerilog support can be added by using the `yosys-slang` plugin, which can be obtained in [https://github.com/povik/yosys-slang](https://github.com/povik/yosys-slang). According to `yosys-slang` plugin, it is available prebuilt as part...
@zapta thanks for the quick response. I was able to create an example that works on my EDU-CIAA FPGA You can check [https://github.com/gmsanchez/edu-ciaa-fpga-verilog/tree/main/01-leds-sv](https://github.com/gmsanchez/edu-ciaa-fpga-verilog/tree/main/01-leds-sv) In there you can find a file...
That's great! Thanks! I used those commands just because they are based on the workflow I had before using APIO. I know that maybe nowadays nextpnr is preferred over arachne-pnr....