RE: [beagleboard] Re: Can BeagleBone Black's OS booting time could be a problem in a harsh vibrational environment?

2019-01-17 Thread Graham Stott
Have you considered the PocketBeagle. Its power would be a soldered battery connection. It is much smaller than a BBB. And per the issues raised by Dennis reply, I believe all chips are soldered in. There is a working port of freeRTOS with TI starterware on GITHUB which boots fairly fast.

RE: [beagleboard] Re: Pocket Beagle Battery Pack, Thermistor

2018-09-15 Thread Graham Stott
This is the resistance at two temperature points. The first point (25%) is where the “normal” resistance is taken. The table below the values is what the resistance is a the second point. From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Fred Kerr Sent:

RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-26 Thread Graham Stott
Have you release any of your code for other to use? I would be interested in the SD driver. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of psk.kd.whitfi...@gmail.com Sent: Tuesday, February 26, 2019 1:49 AM To: BeagleBoard Subject: Re:

RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-28 Thread Graham Stott
, February 26, 2019 at 8:37:32 AM UTC-8, Graham Stott wrote: Have you release any of your code for other to use? I would be interested in the SD driver. Graham From: beagl...@googlegroups.com [mailto:beagl...@googlegroups.com ] On Behalf Of psk.kd.w...@gmail.com Sent: Tuesday, February 26

RE: [beagleboard] Powering Beaglebone Blue off a 4s battery 14.8V

2019-02-12 Thread Graham Stott
Are you expecting to also charge the battery using the Beaglebone Blue? If not, why not connect the battery to the DC jack input? Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of timmcgi...@gmail.com Sent: Tuesday, February 12, 2019 12:48 PM

RE: [beagleboard] Powering Beaglebone Blue off a 4s battery 14.8V

2019-02-13 Thread Graham Stott
n this jack https://www.unmannedtechshop.co.uk/product/tattu-1800mah-14-8v-45c-4s1p-lipo-battery-pack/. Is there some component I can by which I can solder on the end of the battery leads to go to a dc jack I can connect to the beaglebone blue? On Wednesday, 13 February 2019 02:05:29 UTC, Graham

RE: [beagleboard] PB LCD

2019-02-10 Thread Graham Stott
Dave, I presume by PB you mean Pocketbeagle. Assuming the above and looking at the .dts file, I do not think this will work. I could easily be wrong, but the way I read the .dts file, you are trying to use the LCD output pins from the am335x (mode 0). On the Pocketbeagle those pins do

RE: [beagleboard] Saving content from TI Wiki

2020-10-11 Thread Graham Stott
Am I correct in assuming that we are talking about documentation? Also the older forums. I presume that all software (compilers, SDKs, etc) will still be available. I also started making a list. I will be interested to see your list(s)! Graham From:

[beagleboard] PocketBeagle 5 volt and 3.3 volts output pins issue.

2020-05-24 Thread Graham Stott
Configuration: PocketBeagle (PB) with an I2C connection to a MPU6050 breakout board. Power to the MPU6050 board is 3.3 volts from the PB. The PB is connected to a CurieNano using uart TX and RX. This is serial port 4. The two boards have their own power supplies. There is a common ground

RE: [beagleboard] PocketBeagle 5 volt and 3.3 volts output pins issue.

2020-05-25 Thread Graham Stott
of its pins. You should either design a circuit to prevent this, or design your system to ensure that if one board has power, both do. Jim On Mon, May 25, 2020, 1:08 AM Graham Stott mailto:gbcsto...@comcast.net> > wrote: Configuration: PocketBeagle (PB) with an I2C conn

RE: [beagleboard] Pocketbeagle 5v and 3.3v output issue

2020-05-25 Thread Graham Stott
Jim, Thanks for the explanation. I think the solution for me is to power both boards from the same power source so that they are always both on or both off. One minor problem I have is that when I am downloading a script to the CurieNano, it is powered from the USB connection that is

RE: [beagleboard] Re: PocketBeagle 5 volt and 3.3 volts output pins issue.

2020-05-25 Thread Graham Stott
+ of the microcontroller. The diode was not specifically meant to handle the current load of driving the entire chip (and any off chip devices that may also b attached to the V+ bus the controller is on). Jeff On Sunday, May 24, 2020 at 10:08:08 PM UTC-7, Graham Stott wrote: Configuration

RE: [beagleboard] Need help connecting USB TTL to PocketBeagle

2020-08-11 Thread Graham Stott
@googlegroups.com Subject: Re: [beagleboard] Need help connecting USB TTL to PocketBeagle Do you have a link to the adapters that you have used that work with the pocket beagle? On Aug 11, 2020, at 11:44 AM, Graham Stott mailto:gbcsto...@comcast.net> > wrote: First of all

RE: [beagleboard] Need help connecting USB TTL to PocketBeagle

2020-08-11 Thread Graham Stott
Thanks so much Graham, I am ordering that exact board, do you plug the CTS, VCC and DRS into anything or you DON’T use those at all? Thanks so much for your help, I was pulling my hair out trying to find the right board. On Aug 11, 2020, at 5:22 PM, Graham Stott mailto:gbcsto...@comcast.net

RE: [beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-08 Thread Graham Stott
for the reply. However the problem I have is that I removed all the external pins including pins for power. Is there a way to set up a serial connection via the USB 2.0 interface? [Graham Stott] Yes, except that it would require a software driver which makes the USB a virtual UART. So that does

RE: [beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-07 Thread Graham Stott
I strongly agree with Jim that the way for you to make progress is to connect up a serial cable. A FTDI FT232 USB to UART Converter is one easy way to do this. Only three wires (TX, RX and GND) from the pocket Beagle. Once you have the serial output working, you could also try to boot

RE: [beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-09 Thread Graham Stott
If (as Dennis asked) you are asking about this program for a bare-board (no OS) configuration, then I suggest you look at TI's starterware. It has routines for I2C and GPIOs that you can use from the C program to provide the functionality you are asking for. You can use CCS for the development.

RE: [beagleboard] Need help connecting USB TTL to PocketBeagle

2020-08-11 Thread Graham Stott
First of all I have not used this particular adapter. All the similar adapters I have used get their power from the USB connection and have a jumper to select between 5v and 3.3 volts for the RX and TX interface. Looking at the picture of the board, I cannot see a jumper. As the Pocket Beagle

RE: [beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-15 Thread Graham Stott
The code you copied below seems to be incomplete. After the routine “set_slave_addr” and before the comment “//P9 Connector settings”, I believe there is missing code. I therefore cannot tell if your setup code is complete. Graham From: beagleboard@googlegroups.com

RE: [beagleboard] Re: I2C driver for a PCA9685 servo controller board for s90 servos

2020-08-16 Thread Graham Stott
I did a quick review of the set up part of the code you posted. The code is not complete. It is missing some clocks setup. You should download the TI AM335x Technical Reference manual. I have version spruh73q. Look at the picture on page 1563. You will see that the L4_per is connected to

RE: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread Graham Stott
So It looks like the I2C test that you are running has an issue. Can you try something simple. For example, the hello world test. And no you do not need a JTAG to debug. You should be able to use printf. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com]

RE: [beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-16 Thread Graham Stott
am Graham Stott, mailto:gbcsto...@comcast.net> > wrote: So It looks like the I2C test that you are running has an issue. Can you try something simple. For example, the hello world test. And no you do not need a JTAG to debug. You should be able to use printf. Graham From: beagl

RE: [beagleboard] StarterWare_BBB_support.tar.gz

2021-02-09 Thread Graham Stott
You could try this: https://github.com/embest-tech/AM335X_StarterWare_02_00_01_01 Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Abdallah Rashed Sent: Tuesday, February 09, 2021 7:30 AM To: beagleboard@googlegroups.com Subject:

RE: [beagleboard] Re: BBB Setting up the Interrupt Vector Table

2021-03-09 Thread Graham Stott
Sent from Yahoo Mail on Android <https://overview.mail.yahoo.com/mobile/?.src=Android> On Mon, Mar 8, 2021 at 9:56 AM, Graham Stott mailto:gbcs...@comcast.net> > wrote: You could look at the TI starterware code for examples of setting up the interrupt table and the code at

RE: [beagleboard] POCKETBEAGLE: UART Help - Garbage data along with requisite data

2021-03-01 Thread Graham Stott
Which Pins are you using for UART4 rcv and have you set the PIN mux correctly for that PIN? From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Piyush Raj ae19m009 Sent: Monday, March 01, 2021 6:30 PM To: BeagleBoard Subject: [beagleboard] POCKETBEAGLE:

RE: [beagleboard] Re: BBB Setting up the Interrupt Vector Table

2021-03-08 Thread Graham Stott
You could look at the TI starterware code for examples of setting up the interrupt table and the code at the tables. Graham From: 'Mark Lazarewicz' via BeagleBoard [mailto:beagleboard@googlegroups.com] Sent: Sunday, March 07, 2021 12:30 PM To: beagleboard@googlegroups.com Subject: Re:

RE: [beagleboard] Strange behavior of value returned from PRU with RPMSG

2021-04-20 Thread Graham Stott
Try changing the %n in the print statement to print out a 32 bit value. I think you will see that it is an address in the PRU address space. Graham From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Walter Cromer Sent: Tuesday, April 20, 2021 10:34 AM