Earlier quoted context omitted.
If external F-RAM is an option, one can use F-RAM from, say Cypress (now Infineon, [1]) together with ARM chips from Ambiq, e.g. Apollo 3 Blue Thin [2], which likely have even better power consumption than an MSP430. [1] https://www.infineon.com/cms/en/product/memories/f-ram-ferro... [2] https://ambiq.com/apollo3-blue-thin/
Dang very cool. If there's ever a Photon 2 I'll definitely look at the low-power ARM world. (FWIW Photon's USB stack is handled by a STM32F730 and I've been perfectly happy with it. Expensive though.)
Show HN: I made a tiny camera with super long battery life
301–309 of 309 posts
Re: Show HN: I made a tiny camera with super long battery life
#302This looks really cool. I've made my living a photographer for over 30 years and I'm very tempted to purchase. This small form factor would be perfect for a project I'm doing documenting California condors rearing their young. Sadly, I would also need it to shoot video to be effective for my needs (and I'm sure this would kill the battery). Its one of these situations where I setup the camera system in November, and…
Continuous video for months isn't really possible yet on low power because the camera sensors are not designed for it, current CMOS sensors would have to be totally redesigned. There are people working on custom sensors that are much lower power, rebuilding a camera sensor from the ground up, but it's high level research and I haven't seen that they are commercially available yet (the DOD may have priority, they would love to have long lifetime continuous video on the battlefield). They started working on them about 5 years ago and it involves new micro-fabrication techniques (Chip Elliot was involved), but they weren't entirely sure it was possible.
For time lapse check out the Brinno camera, it's made for time lapse, it has a waterproof shell, it can be powered from USB:
It can be set for automatic exposure so it gathers enough light to record at night (many seconds of exposure if your time lapse interval is long enough) while still handling daylight. It has a lens mount so you can choose wide angle or mild telephoto (maybe others are also available from 3rd parties). A time lapse Brinno plus a custom power system for a continuous video camera would probably at least make sure you get something with two independent systems. Redundency is good in unattended systems.
Re: Show HN: I made a tiny camera with super long battery life
#303This looks really cool. I've made my living a photographer for over 30 years and I'm very tempted to purchase. This small form factor would be perfect for a project I'm doing documenting California condors rearing their young. Sadly, I would also need it to shoot video to be effective for my needs (and I'm sure this would kill the battery). Its one of these situations where I setup the camera system in November, and…
Why not use a trail camera? They do everything this device does but better, plus they have video and night vision. And you can buy one for $50 instead of $200.
Re: Show HN: I made a tiny camera with super long battery life
#304hey Dave, what would you recommend if someone wanted to go from nothing (maybe some softw. experience) to be able to do a hardware design like this? Is there any book/courses you consider to be a must?
- I think the most important skill for making hardware is just having a good fundamental understanding of electricity. Just developing an intuition around Ohm's law gets you remarkably far in terms of developing and debugging circuits. Towards that end, Khan's "Introduction to electrical engineering" and MIT's 6.01SC Unit 3 both look great. - For this specific project, I needed to program an FPGA so I drew on my coll…
Re: Show HN: I made a tiny camera with super long battery life
#305Earlier quoted context omitted.
Also when the battery dies and it renders the product garbage that only someone with fairly advanced skills can fix.
I 1000% agree with the sentiment, I hate that we throw so many electronics away. I need to make a blog post showing how to replace the battery.
Re: Show HN: I made a tiny camera with super long battery life
#306I don't really understand why this has to be heavily marketed as Mac-only. As an open-source product, restricting the application to the most restricted of consumer operating systems (namely that any consumer hardware can run Linux or Windows, either bare metal or through a VM, whereas only Macs can easily run macOS) seems a bit sad. I had to read through the comments here to realize that as someone who doesn't own a…
I'm not sure I follow the criticism here. Is the issue that a paid product only supports Mac, or an open source project didn't build for multiple OSs? If it's the first; I've seen tons of Mac only software due to the perception that it's a more lucrative platform. (Users are price tolerant for good products). If it's the last; scratch your own itch. Since it's open source you can write the softer yourself. I'm not su…
Re: Show HN: I made a tiny camera with super long battery life
#307Earlier quoted context omitted.
I 1000% agree with the sentiment, I hate that we throw so many electronics away. I need to make a blog post showing how to replace the battery.
Is the battery soldered? Is it a fairly standard kind of thing like an 18650 (obviously not the same size, but I'm not familiar with what "standard" pouch style batteries exist)?
Re: Show HN: I made a tiny camera with super long battery life
#308Re: Show HN: I made a tiny camera with super long battery life
#309How did you choose the image sensor? Why an ON AR0330, and not OmniVision?
Nice choice to use an MSP430, this is a good application for using FRAM. But why use an ICE40 and an STM32 together? Why not use an STM32 with a DCMI peripheral?