AccelerationConsortium / ac-training-lab

Codebase for controlling and managing the Acceleration Consortium (AC) Training Lab.
https://ac-training-lab.readthedocs.io/
MIT License
7 stars 2 forks source link

Wireless charging for microcontroller #60

Open sgbaird opened 4 days ago

sgbaird commented 4 days ago

A possibility for powering the microcontroller for e.g., the color sensor:

https://www.canadarobotix.com/products/2761?srsltid=AfmBOooxDHrNvKuctEIGHWXeIHusmvp-t7ae6e-OptdjdnoMbGhULSo7

https://www.adafruit.com/category/331

(https://ca.robotshop.com/products/5v-700ma-wireless-charging-pcb-module looks nice but seems to be out of stock everywhere)

Power requirements would be pretty low.

https://shop.pimoroni.com/products/pico-lipo-shim?variant=32369543086163 and (https://shop.pimoroni.com/products/lipo-battery-pack?variant=20429081991 or https://shop.pimoroni.com/products/lithium-ion-battery-pack?variant=23417820359)

Thoughts?

Related to #26

sgbaird commented 17 hours ago

I think I'll get some of these items ordered today

sgbaird commented 14 hours ago

@Neil-YL could you add each of the electronic components to fusion 360? If there's not an easy design file you can import, then just a basic shape with similar dimensions.

Neil-YL commented 13 hours ago

List of files to upload: Items on hands:

Items to come:

I think I can upload first four items today.

sgbaird commented 13 hours ago

I think you can assume in advance that Pico W microcontroller, PiCowbell, and LiPo Shim are already soldered together (i.e., if you have the design files on hand, great, otherwise you could treat it as a box with maybe little extrusions for some of the ports)

Neil-YL commented 10 hours ago

3D CAD files update:

I have not found a detailed LiPo Shim board CAD model. It has a geometry of 21 x 21 x 7 mm (with the connector), may create one later with detailed connector geometry when the item is arrived.

I also made an assembled block model for the microcontroller with the PiCowbell and LiPo Shim(since it stays at the middle I do not need the detail size of it), with the largest connector on Y and X direction.

image
sgbaird commented 10 hours ago

We'll also need a charger for the parking spot, and any other connections that would need to be made to attach to the transmitter. Ideally, this would be the same typical 5V charger, possibly with a female micro USB to terminal block adapter. The transmitter would need to be able to take 5V.

EDIT: Looks like the transmitter of most interest has a micro USB port and takes 5V: https://www.digikey.com/en/products/detail/adafruit-industries-llc/2162/6827104 (hence no terminal block adapter needed). However, it does specify input current of 2A, and max output of 5W:

 Technical Details o Input: 5V o Input Current: 2A o Maximum output power of 5W o Operating Frequency: 100-200kHz o Charging Distance: 2-8mm o Charging Plate Dimensions: 53mm x 53mm x 4mm / 2.1" x 2.1" x 0.2" o PCB Dimensions w/ Components: 55mm x 37mm x 6mm / 2.2" x 1.5mm x 0.2" o Weight:

The typical charger for the light mixing kit is 5V, 1A.

It seems likely that using a lower input current would just scale down the max output (down to a certain min latent current). Max output also tends to scale with distance, up to a point where it doesn't transmit at all. We would need to manually verify.