Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jgavlik

Pages: 1 2 3 4 5
31
General Discussion / Re: MicroSD TinyShield Problem
« on: April 28, 2021, 12:12:53 PM »
All,

After some preliminary model rocket tests, I'm dropping the SD Card in favor of your EEPROM shield.

The reason is that the SD Card can't seem to handle vibration or shock in a model rocket application, while (I assume) the EEPROM shield will (I haven't tried it yet).

While the memory size of the EEPROM is far less than the SD Card, the demanding need is for reliable data storage, which I hope the EEPROM will provide.

I'll get back to the SD Card for other applications, so thanks for all your advice and suggestions about this device!

-john

32
General Discussion / Re: MicroSD TinyShield Problem
« on: April 26, 2021, 03:40:02 PM »
Thanks All,

Yes...I'm using pin 10 for CS and, also, about the tutorial.

But it looks like I "may not" be giving it sufficient time to respond.

I'll let you know.

-john

33
General Discussion / MicroSD TinyShield Problem
« on: April 24, 2021, 07:32:57 PM »
I have a MicroSD TinyShield  along with a TinyZero Processor Board.

Do these work together?   

The reason for asking is because the MicroSD indicates pinouts for the TinyDuino Processor Board  and not the TinyZero.

Is there a compatibility issue with the Arduino built-in SPI.h as nothing seems to work in terms of reading and writing to the micro SD card.

Any help will be appreciated.

Thanks,

John

34
General Discussion / Model Rocket Locator Beacon
« on: March 02, 2021, 10:53:46 AM »
Has anyone used the 2.4GHz or 433MHz boards for locating objects in the field...like model cars, drones and, especially, model rockets? 

I'd be interested in knowing your results and whether the 2.4GHz or 433MHz board is "best" - read "able to better locate the object"

Thanks,

john

35
TinyTV & Tiny Video Player / Re: TSV Video conversion issues
« on: February 22, 2021, 04:40:35 PM »
Doppelganger,

I'm also looking forward to your experiences with this device, as some non-technical types have asked me how to upload videos to this unit.

-john

36
General Discussion / ZOE GPS TinyShield Update??
« on: February 18, 2021, 05:02:44 PM »
Any news as to when the ZOE GPS TinyShield will become available?

Any details on same would be appreciated so we can plan on implementations.

Thanks...john

37
General Discussion / Re: ZOE GPS proto board / ZOE setup with examples
« on: December 21, 2020, 05:18:24 PM »
Ben,

How can one charge the battery if the UART (USB port, I assume) is being used for this board? Let me know if I'm off base on this.

BTW, a 20mm x 20mm board would be fantastic!

Thanks,
John

38
General Discussion / Re: ZOE GPS proto board / ZOE setup with examples
« on: December 17, 2020, 11:53:14 AM »
WillemH said...

"With my model rocket application with UART only I have shown that it is not strictly necessary to have access to the I2C, ]but access to both UART and I2C will certainly increase the attractiveness of the new board"

I concur...john

39
General Discussion / Re: Plant Monitor Kit Tutorial Photo
« on: November 21, 2020, 05:22:07 PM »

40
WillemH,

Would it be possible to acquire your BMA250 accelerometer csv files from your test flights?

- acceleration (3 axes simultaneously) and temperature of BMA250 on TinyZero,

Also, what were your bandwidth and acceleration range settings at the time.

Thanks,

John

41
General Discussion / Plant Monitor Kit Tutorial Photo
« on: November 19, 2020, 08:15:45 PM »
Looks like the Plant Monitor Kit Tutorial page may need a photo at the top.
https://learn.tinycircuits.com/Wireling-Projects/Plant-Monitor_Tutorial/

-john

42
General Discussion / Re: How To Access Wireling A0 - A3 Ports
« on: October 28, 2020, 09:38:16 PM »
Please ignore the preceding question about the Wireling ....I found the answer to my coding questions in the Large Button section https://tinycircuits.com/collections/wireling-input-output/products/large-button-wireling  under Software.

It works!

Sorry for the intrusion,

John

43
General Discussion / How To Access Wireling A0 - A3 Ports
« on: October 28, 2020, 02:57:40 PM »
I have a Wireling Adapter TinyShield   ASD2022 (only one) connected to a TinyZero Processor Board      ASM2021-R-A

I am trying to access either A1, A2 or A3....A0 is used for the 0.42 OLED that seems to work fine. 

Here's part of my code....

Defining the pin
const int       apb   = A1;                   //use A1 as the altitude push button (apb)on the Wireling

Trying to access the analog value
  Wireling.selectPort(apb);                //Select Wireling port
  apb_value = analogRead(apb);             //get the value of the analog port

When opening or closing a push button on this port, I get the same analog value (15 out of 1023)

What do I need to do differently?

Thanks,
John

44
General Discussion / Re: More Dual Motor Board Software Questions
« on: October 21, 2020, 01:01:28 PM »
RĂ©na....thanks...john

45
General Discussion / More Dual Motor Board Software Questions
« on: October 20, 2020, 06:35:41 PM »
Are there a (complete) set of motor commands as hinted in the "TinyCircuits Dual Motor Driver Basic Example"

for example...
  motor.setFailsafe(1000);
    motor.setMotor(1,i);
    motor.setMotor(2,i);

Are there any more like this??

Thanks,
John

Pages: 1 2 3 4 5
SMF spam blocked by CleanTalk