-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
raspberrypitechguy Jan 13, 2021 10:08 PM (in response to mrmrag)3 of 3 people found this helpfulHi.
The second link is only a charger.
Lithium Polymer Batteries have a typical output voltage of 3.7V
***this information may be incorrect but the general idea is correct***
You'll need a booster to bring that up to 5V.
https://www.adafruit.com/product/2465
Perhaps?
That's my go-to suggestion, since it comes with battery charging, USB 5V out, etc.
The Pi0 and Pi0W are essentially the same thing. The only thing is that one has wifi, one does not, and some parts aren't in same place(but camera, SD, GPIO, power/data, hdmi) are all the same.
2 hours?
I see here the pi 0 uses 120mA at idle and 170 watching 1080 HD video.
With screen, I'd assume, perhaps, 130mA? An OLED would be suitable.
(Monochrome, I mean)
The battery indicated has 2000mA
I'd suppose 300mA then an additional 50mA(this is pure guesswork) for bluetooth.
it should, in theory work.
You can also get 1A or so with that powerboost.
let me know how the project goes.
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
mrmrag Jan 15, 2021 4:14 PM (in response to raspberrypitechguy)Thank you so much for your reply! I really appreciate it, just a follow-up question, are there any quick links to the screens that are compatible with the Raspberry Pi0w, taking into account that I will have the LiPo SHIP in some of the slots(Sorry I don't know the name)?
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
raspberrypitechguy Jan 15, 2021 7:12 PM (in response to mrmrag)1 of 1 people found this helpfulI’m on mobile but I will check the pin outs.
due to this I recommend the power boost. Its USB.
Pj screen? Adafruit screens are pretty nice, might be a bit expensive. There are cheaper 3.5” screens via GPIO on Amazon with less documentation.
-
-
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
fmilburnJan 13, 2021 10:25 PM (in response to mrmrag)
6 of 6 people found this helpfulHi Fillip
I have not used the shim but the Pimoroni site gives a bit more information and in the comments several people report using it with the Zero W which draws less power than the Pi 3 which is also mentioned. https://shop.pimoroni.com/products/lipo-shim#show-reviewThe TPS61232 in the shim boosts to 5v so that is all you need.
Small OLED screens require very little power
There are also very low power mics but I’ve not used USB mics or checked their requirements
The 2000 mAH battery may not meet your 2 hour requirement - your average current cannot exceed 1 amp and your battery has to meet it’s full rating, be fully charged, and hold voltage down to the cutoff of the boost converter.
It looks like your choices will get you pretty close or exceed your requirements. Hopefully there is someone here who has actually used the hardware. Else you might also post on the Pimoroni forums.Frank
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
raspberrypitechguy Jan 13, 2021 10:30 PM (in response to fmilburn)1 of 1 people found this helpfulOops. I don't have much experience with batteries. I'll go with Frank's answer for this one
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
fmilburnJan 13, 2021 10:39 PM (in response to raspberrypitechguy)
1 of 1 people found this helpfulI think you are probably correct. I am just being cautious
-
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
mrmrag Jan 15, 2021 4:18 PM (in response to fmilburn)Thank you so much for your reply Frank! I really appreciate it and it will help me with my project, just a follow-up question, are there any quick links to the screens that are compatible with the Raspberry Pi0w, taking into account that I will have the LiPo SHIP in some of the slots(Sorry I don't know the name)?
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
fmilburnJan 15, 2021 7:46 PM (in response to mrmrag)
1 of 1 people found this helpfulThat is a good question. It appears Pimoroni does not give us a schematic for the SHIM which would be helpful but the header on the LiPo SHIM covers up SCL and SDA. I am not sure it is using I2C because the TPS61232 doesn't need it. In any event I2C can handle more than one device. SPI is not covered up which is good.
So when evaluating displays look for what pins are needed and realize the display cannot be directly placed onto the Pi. I assume you are placing the display away from the Pi so jumpers/wire is needed. If I2C is needed the pins will be covered up by the SHIM but you can solder wires between the display and the SHIM which is a bit of a hack. SPI would be less of a problem it would appear as the pins are not covered up so solder directly to the Pi pads. Look for displays that advertise they are useable with the Pi. If you are concerned about your choice, make a new post here on Element14. It sounds like an interesting project...
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
mrmrag Jan 16, 2021 8:30 PM (in response to fmilburn)Hello, I'm so sorry for bothering you, again, I really hope this is one of the last times. So I have been looking at some displays, and there is really only one that looks to be good.
https://www.adafruit.com/product/326#technical-details
^ This one says that it can be used with either SPI or I2C interface, so using SPI would be easier. It doesn't say that it can work with Raspberry Pi, but I also found it in this instruction where the same website tells you how to wire it: https://learn.adafruit.com/monochrome-oled-breakouts/python-wiring
Unfortunately, that site only shows how to wire it using the I2C interface, so that might be a problem for me in the future if I buy this one, but I will definitely figure it out.
I also found this one, I also found a guide to go along with it, this screen is just transparent unlike the first one:
https://www.crystalfontz.com/product/cfal12856a00151b-128x56-transparent-oled-screen
^Display
https://www.crystalfontz.com/product/cfa10105-oled-breakout-board
^Breakout board
https://www.crystalfontz.com/blog/transparent-oled-on-raspberry-pi/
^
1) Looking at the Breakout Board, would I be able to snap off the top part? Just because I won't use it and it will just take up space or is it a permanent part of the board?
Overall I just wanted to confirm that those displays were okay to use. Thank you so much, and I'm sorry again.
Fillip
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
fmilburnJan 17, 2021 12:14 AM (in response to mrmrag)
The CrystalFonz display looks pretty cool, below is from their web page:
This display supports, parallel, I2c, and SPI interfaces. We powered it up using an 3.3v Seeeduino/Arduino UNO Clone and a small break-out board. This little OLED uses the super common Solomon Systech SSD1309 integrated controller.
I did a quick search and see where some claim the Systech SSD1309 controller can work with the Adafruit libraries but you will need to confirm that somehow or find a driver elsewhere. You need that snap off PCB - it has all the goodies needed to connect it to a microcontroller or Pi. You could perhaps snap it off and place it perpendicular to the display but it has to be connected. Try contacting CrystalFonz and see what they say about that as well as drivers for the Pi.
I have used the display that Adafruit is selling with microcontrollers but not the Pi and like it. It looks like the SPI settings for the 0.96 128x64 are down at the very bottom of the page you have linked.
Good luck
-
-
-
-
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
colporteur Jan 13, 2021 10:42 PM (in response to mrmrag)4 of 4 people found this helpfulI will stage a test with a Pi Zero and a 4400maH battery. I just put the battery on charge for the evening and tomorrow I will dig through my Pi's to find a Zero I can test with.
I typically use the latest Raspberry OS lite and configure enough to establish a ssh network connection. Do you have any other particulars you would not me to configure on the Zero?
Once the battery is charged and the Pi is ready, I will write a script to log date and time to a file until the device dies. If you don't hear from me ping me for a response.
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
colporteur Jan 14, 2021 6:56 PM (in response to colporteur)2 of 2 people found this helpfulCurrent status Started Thu 14 Jan 00:14:17 CST 2021 battery at 2 of 4 charge points at Thu 14 Jan 18:50:01 CST 2021.
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
colporteur Jan 15, 2021 8:28 PM (in response to colporteur)1 of 1 people found this helpfulPower supply failed (i.e. last entry in log) Fri 15 Jan 05:35:02 CST 2021
So to approximate 29 hours of runtime on the battery
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
mrmrag Jan 16, 2021 1:16 PM (in response to colporteur)Wow! Thank you so much for everything! This will definitely help me estimate the possible runtime for my Raspberry Pi!
-
-
-
-
Re: New Person - Need Help Making Raspberry Pi Zero W Portable
feiticeir0 Jan 14, 2021 3:54 AM (in response to mrmrag)4 of 4 people found this helpfulHi !
I know I'm late to this discussion, but, from my experience - I have a setup exactly like the one you want - a Raspberry PI Zero W (the W or without the W only means it has wifi integrated (with W) - but will consume more) .
You will be fine with the first two links - The Adafruit Powerboost 1000C (the 500C will also work, but will take longer to charge the battery) and the Lipo Battery.
You can check this project from adafruit. It has the same components you need and almos the same specifications:
https://learn.adafruit.com/raspberry-pi-wearable-time-lapse-camera/overview
your main problem probably will be to find a good ratio battery capacity/battery size for your glasses...
Cheers
Hello everyone,
I'm very new to electronics and the Raspberry Pi space. I have a problem, and I just don't want to ruin anything.
I want to make my Raspberry Pi Zero W portable using a LiPo battery. I have gotten these links:
https://www.adafruit.com/product/2011
^^ The battery I would probably like to use. I would like for it to work for at least 2 hours, maybe more, if I can. I also need to conserve space because I am trying to make smart glasses.
https://www.adafruit.com/product/1304
https://www.adafruit.com/product/3196
^^This PCB to connect the LiPo Battery to the Pi Zero W
I am trying to make smart glasses where it takes input from a microphone (hopefully I can get a USB microphone and just connect it to the Raspberry Pi Zero W) and then takes the input, and sends it to my phone via Bluetooth, which then turns the audio to text. After that, it will take that text, send it back to the Raspberry Pi, and puts it up on the screen.
Question(s):
1) For the last link, I can't really find if it says that it will support Pi Zero W, it says it supports Pi Zero, does anyone know if it will also support Pi Zero W?
2) Will I need some other PCB to get to voltage to 5V or what I have it is alright?
3) I will also need to add a USB microphone and a small screen. Will this be able to handle it all / will I be able to connect everything onto the Raspberry Pi?
Thank you so much for looking at my question. I really appreciate it, and can't thank you enough.