[beagleboard] Re: Monitor Line Current with UPS

2018-08-17 Thread Ron B.
Hi Trevor, My first thought would be to use a UPS that provides a Power HID device over USB. It's safe and *should* be simple. I haven't messed with it but there is Linux software for monitoring and reporting UPS status. The "ghetto" way would be to use an opto-isolated zero-crossing type

[beagleboard] Re: Does not detect RTC (ds1307)

2018-04-03 Thread Ron B.
The kernel driver isn't seeing the RTC. If it did, it would have claimed the I2C address and there would be "UU" in it's place instead of the address. You're either missing the correct kernel driver for your RTC or the device tree isn't set up for this scenario. I don't use any RTC parts so

[beagleboard] Re: Desired existing open source cape recommendation

2017-02-09 Thread Ron B.
Hi all, First off, I agree with the need for a UPS and power control cape - that's why I created the Power Cape. The firmware and schematics are available online (yes, I do know that's not truly OSH). Back on topic, I think Jason is looking for an existing OSH design that wouldn't otherwise

Re: [beagleboard] 3v3 regulator bug

2016-12-21 Thread Ron B.
Hi Jason, Check out the Power Cape . It sounds like what you need. -Ron On Wednesday, December 21, 2016 at 8:00:17 AM UTC-6, Jason van Belzen wrote: > > I understand that an external battery cape is the best solution. > Do you know if the following

Re: [beagleboard] BBB don't boot sometimes

2015-11-16 Thread Ron B.
ot. -Ron On Sunday, November 15, 2015 at 11:43:44 PM UTC-6, Fohnbit wrote: > > Hello Ron, > > what did you mean with "keyed entry"? > > Maybe you have a link or a instruction for this? > > Thank you! > > Am Freitag, 13. November 2015 16:29:59 UTC+1 schrieb

Re: [beagleboard] BBB don't boot sometimes

2015-11-13 Thread Ron B.
You definitely need a supply that can generate enough current to have a decent ramp-up of 5V or the PMIC gets angry. But, there's also the issue of u-boot stopping if it sees a "phantom character" from the UART. So, if you need high reliability start-up you should rebuild u-boot for "keyed

[beagleboard] Re: BBB does not reboot afer some successive reboots

2015-11-13 Thread Ron B.
My issues were fixed by changing u-boot to not "stop on any key". Details here . -Ron On Friday, November 13, 2015 at 3:05:35 AM UTC-6, Davide Birra wrote: > > Stuck with the same problem... Reboot shuts down all my daemons but the

[beagleboard] Re: How to connect a Host-controlled battery charger to BBB using I2C ?

2015-09-22 Thread Ron B.
er) for use in the code > as in your # define statement in this example > http://andicelabs.com/2013/06/linux-using-i2c-from-user-land/ ? > > > Will let you know how this goes. > > > - Thanks > > Chintan Pathak > > > On Tuesday, September 22, 2015 at 5:29:45 A

[beagleboard] Re: How to connect a Host-controlled battery charger to BBB using I2C ?

2015-09-21 Thread Ron B.
ive, I wanted to further know, > whether I will need any additional hardware to connect the charging board > to BBB, and any other information / source relevant to this topic. > > - Thanks > Chintan Pathak > > > > > On Monday, September 21, 2015 at 8:26:08 PM UTC+5:30, Ron

Re: [beagleboard] Turning Off the Power management Beagle Bone Black

2015-07-15 Thread Ron B.
Cesar Pilonetto marlon.p...@gmail.com javascript: wrote: anyone knows how to completely disconnect the power management via operating system without adding any circuit in the BBB? Em quarta-feira, 15 de julho de 2015 12:05:44 UTC-3, Ron B. escreveu: Hi all, My original reasoning behind

Re: [beagleboard] Turning Off the Power management Beagle Bone Black

2015-07-15 Thread Ron B.
Hi all, My original reasoning behind the Power Cape was to get a 5V supply with a low quiescent off current and that could restart the BeagleBone on a scheduled timeout or external event. Using a 5V supply instead of the PMIC's battery interface also allows for using USB devices. The battery

Re: [beagleboard] Improper Power Down....All Revisions - Is this still an issue?

2014-09-26 Thread Ron B.
The Power Cape http://andicelabs.com/beaglebone-powercape/ will perform automatic switch-over to a battery on DC power failure. A script can monitor DC power good over I2C and shut the system down as required (I usually wait until the battery hits 3V since power here is usually restored

Re: [beagleboard] Re: Beaglebone sometimes doesn't start after a power loss

2014-08-07 Thread Ron B.
Hi Rico, Any reason that you can't use a cape to solve the problem? The PowerCape http://elinux.org/AndiceLabs:PowerCape will prevent brown-outs and transients from bringing the BB down. Your application/script can monitor DC power good and battery voltage/current and then do a clean

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-09 Thread Ron B.
Have you seen this posthttp://www.element14.com/community/community/knode/single-board_computers/next-gen_beaglebone/blog/2013/08/10/bbb--rechargeable-on-board-battery-systemand discussion? Personally, I went the full capehttp://andicelabs.com/beaglebone-powercape/route because it gave me more

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-09 Thread Ron B.
shutdown occurring. I'm looking for an immediate, but orderly shutdown, and don't care about sustaining operation (beyond a safe shutdown) when power is removed. On Friday, May 9, 2014 7:56:01 AM UTC-7, Ron B. wrote: Have you seen this posthttp://www.element14.com/community/community

Re: [beagleboard] Announcement: Power Cape (UPS)

2014-04-14 Thread Ron B.
, Ron B. r...@andicelabs.com javascript: wrote: Hello fellow enthusiasts, Please check out my Power Cape and let me know what you think. Yes, they are for sale but I would also value your feedback. I seem to have bought the last one in stock with stacking headers. Be sure

Re: [beagleboard] Announcement: Power Cape (UPS)

2014-04-14 Thread Ron B.
attach to the same i2c pins as your cape EEPROM. Given the pcb cad files I'm guessing it would take 5-10 minutes tops to add a RTC to your board and getting the software to use it another hour tops. Eric On Mon, Apr 14, 2014 at 8:54 AM, Ron B. r...@andicelabs.com javascript: wrote: Hi

[beagleboard] Announcement: Power Cape (UPS)

2014-04-04 Thread Ron B.
Hello fellow enthusiasts, Please check out my Power Cape http://andicelabs.com/beaglebone-powercape/and let me know what you think. Yes, they are for sale but I would also value your feedback. Thanks, -Ron -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Production tooling (MSPGCC)

2014-03-12 Thread Ron B.
Mspdebug is in a separate package. The trick with getting it to work with the FET under Linux has been the need to build TI's MSP library. However, someone has done the footwork and pulled together all the patches and fixes required and checked everything into github

Re: [beagleboard] LiPo power cape for Beagle Bone.

2014-01-14 Thread Ron B.
Sorry for the late reply on this thread but it just popped back to the top of the list and caught my attention. I've been powering my BeagleBone from RC batteries for some time now. The most versatile method that I've been using is a buck/boost power bar that attaches to the expansion

Re: [beagleboard] LiPo power cape for Beagle Bone.

2014-01-14 Thread Ron B.
that. On 14 January 2014 04:22, Ron B. r...@andicelabs.com javascript: wrote: Sorry for the late reply on this thread but it just popped back to the top of the list and caught my attention. I've been powering my BeagleBone from RC batteries for some time now

[beagleboard] Re: Beaglebone Black, GPS, and RF interference

2013-11-18 Thread Ron B
Hi Juan, Interesting problem. I'm using a Ublox UP501 GPS module with my BBB and haven't experienced anything like that. I can also run the module right next to the black without issues. However, I have a large cape that covers the BBB and my power source is a battery with a heavily

[beagleboard] Re: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-11 Thread Ron B
I do a lot of BBB work with 1S, 2S, and 3S LiPo packs. Remember, the lower the voltage the higher the current requirements are going to be on the batteries. Pretty sure that I've run from a 2xAA alkaline pack but I know that the LiPos can easily supply the current. During boot I've seen