-
Most likely culprit subsystem here is ADCS, and a good example is the magnetometer, which will very possibly NOT be on the same board as the BDot controller, or might be on the same board with the BDo…
-
Hey, I found a tutorial in c on how to access ide devices. It uses the pci controller to access the drives. Can someone please port over the code? Tutorial: http://wiki.osdev.org/PCI_IDE_Controller
-
Hi! First of all, thanks for this library!
But I am having issues with it:
With the sensor standing still , when I use `MPU6050_Read_All` I am getting random values that repeat over time without a …
-
Hello,
I'm trying to use spidev 3.2 to get data from ADS8318 ADC in Daisy Chain Mode on Ubuntu 14.04 3.19.0-25-generic. I'm able to open the SPI device in spidev with
spi = spidev.SpiDev()
spi.o…
mrapl updated
6 years ago
-
### Feature Request
For regional planning it would be useful to implement a feature that builds individual states rather than entire interconnections.
### Suggested Solution
- Filter states in `bui…
-
Hello everyone,
I am new to pandapower and exploring the functionalities and trying to implement it. Can we implement multiple faults in a circuit? As far I understand, we can induce faults in the n…
-
When abstracting the 380 and 220 kV grid some sub grids are occurring which obviously are stating errors mainly due to osm data issues. See this [issue](https://github.com/openego/data_processing/issu…
-
This issue is intended as a starting point for discussion on how to represent electrical items other than batteries.
My mental division is batteries, and everything else. The reason for this is that …
-
When attempting to run the simpletest for an Adafruit BMP390 and Adafruit BMP388 at the same time, the pressure reported back on one device will always be wrong. This was tested on one I2C bus wit…
-
I'm trying to find the place (CANbus code) to read the "fuel" gauge shown on the dashboard.
Is there a way to read this value?
(We already know how to read SoC.)