-
Manual: http://www.ti.com/lit/ds/symlink/bq24190.pdf
PMIC TRM: http://www.droid-developers.org/images/2/21/Tps65950_TRM.pdf
Source: https://github.com/networkimprov/linux/blob/anvl-v4.7/drivers/power/…
-
Something of a dupe of #6 except it's a different approach.
Might be handy to have an addendum at the bottom of the page, a small table that covers these additional pins and their functions. This c…
-
On the PB:
1) VBUS.RAW (the 5V in from the µUSB on the PB) is connected through a ferrite bead (FB1) to the VIN.USB signal (broken out on P1.07 and labelled USB1.VIN). This is also connected to bal…
-
Using latest wasmer wasix branch, the codebase doesn't compile in wasmer-web:
```bash
$ cd wasmer-web
$ npm install
$ npm run build
[...]
error[E0107]: missing generics for trait `VirtualBus…
-
https://wiki.sipeed.com/hardware/zh/lichee/RV_Nano/2_unbox.html
-
Hi everyone,
I have a question about connecting an external power source. Can I connect a 5V external power source to the VBUS pin to power the board?
Thank you in advance.
DoekT updated
8 months ago
-
I was trying to calculate the Hessian of a simple function such as
```julia
using ForwardDiff
function busPQ(Ybus, Vθ)
n = length(Vθ)
V=Vθ[1:Int(n/2)]
θ=Vθ[Int(n/2)+1:n]
Vbus=V.…
-
During the Kernel initialization, USB power is dropped off and back on causing some devices not to reset properly during the boot/reboot. For example some SSD drives may fail totally and HDD drives em…
-
See this Forum thread for the details:
https://forums.adafruit.com/viewtopic.php?f=57&t=182604&p=887344#p887344
Summary:
with an RFM9x featherwing mounted on a nRF52840, all works normally when pow…
-
The Gadget subsystem defines a [number of Gadget API functions](https://elixir.bootlin.com/linux/v6.3/source/include/linux/usb/gadget.h#L602). While some of them look specific to the Composite Gadget …
xairy updated
4 months ago