-
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.)
-
Either via UART, UART over power line, or Bluetooth
UART -- nRF52840 has 2 UARTs, so we can use the other one
UART over powerline -- save on cabling, and reuse the existing power connection
-
react-google-recaptcha version: 1.0.5
react-async-script version: N/A
This error only seems to happen when recaptcha suspects that I'm a robot and shows me the annoying pictures of cars/buses/etc.…
-
I don't know how to change the example to work with circuitpython 8, I think this detracts from the usability hugely. I hoped i could just setup an MQTT client from minimqtt (set broker details) and p…
-
@rwaldron, what do you and the rest of the j5 community think about separate modules for the various Edison boards - Arduino dev board, miniboard, Sparkfun board, and the new Seeed Xadow board?
I rece…
-
Hi @kdheepak
When I try to run `calculate_PTDF()`,
```python
from psst.case.utils import calculate_PTDF
matpower = {}
case = 'case1888rte'
matpower[case] = read_matpower('matpower/data…
-
### Describe the bug
I am unable to utilize two separate ixxat devices at the same time via python-can.
I am trying to utilize two ixxat devices via python-can to verify throughput on a gateway …
-
2023-02-23T12:38:22.793747923Z panic: Both MQTT and Webhook buses are disabled. Nothing to do!
2023-02-23T12:38:22.793881085Z
2023-02-23T12:38:22.793885081Z goroutine 1 [running]:
2023-02-23T12:38…
-
After a JoinRequest and JoinAccept I transmit "hello world". I see that via an rtl sdr that the message has actually been send; however I don't see the uplink message frame in my Helium-IoT Console. N…
-
Valida is using a common memory argument, where the prover commits to a log of operations ordered by `(address, timestamp)`. Once we have this ordered log, memory consistency is easily enforced with c…