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 - lennevia

Pages: 1 ... 26 27 28 29 30
406
No problem! Good luck with your project!

407
Hello Kyle,
 
You should be able to use a Proto Board TinyShield and apply +5V and GND in order to charge the TinyZero or TinyScreen+. The pins you'll need to solder are well documented in the reel of pictures on the product page: https://tinycircuits.com/collections/proto-boards/products/proto-board-tinyshield?variant=14984618823

Thank you,

Laveréna

408
Tacca,

The Kickstarter will start in September and we project to ship in November if that helps! If you email info@tinycircuits.com we may be able to work something out to rush a few!

Thank you,

Laveréna

409
Hello Tacca,

We are actually about to come out with a Kickstarter that would allow you to use multiple 9-Axis sensors in a smaller and cheaper format that takes care of any addressing conflicts you would run into by stacking multiple 9-Axis TinyShields. They also have different sized cables that work well with having sensors on different parts of the body.

I would recommend signing up for the TinyCircuits newsletter so that you can see when our new line of boards come out. The format of the line of Whisker sensors would work perfectly for this application!

Best regards,
Laveréna Wienclaw


410
TinyLily / Re: TinyLily documentation and upload instructions?
« on: July 09, 2019, 06:19:48 PM »
Hey there!

We took your feedback to heart and completely updated all of our TinyLily tutorials, including pinout images for all of our boards.

I hope this helps! The updated TinyLily tutorial can be found here:
https://learn.tinycircuits.com/TinyLily/Processor_TinyLily_Tutorial/

Thank you for your feedback!

411
TinyDuino Processors & TinyShields / Re: USB TinyShield and Bluetooth
« on: December 28, 2018, 03:59:35 PM »
Is the baud rate in the program .ino and the Serial Monitor the same?

412
Hello Tommy,

The Tiny Arcade is actually modeled around the hardware of the TinyScreen+, so you should be able to upload the program from the TinyScreen+ Video Player tutorial to your Tiny Arcade just fine. This tutorial includes a program that lets the Tiny Arcade simply play the videos on the microSD card when powered on, without a menu.

If you want to get your Tiny Arcade back to having the menu for games and videos, follow this tutorial: https://tinycircuits.com/blogs/learn/171319495-tiny-arcade-menu-update Then you would be able to play the games with the menu choice, as well as have an option to play videos alongside the games on the SD card.

The length/file size of videos loaded onto the SD card are limited by the size of the microSD card you have.

You don't need to use boot mode each time you upload a program, only if the board seems unresponsive to programs or the port is not showing up when you go to program it.

Thanks for the renewed interest! We hope the addition to your daughter's dollhouse looks great!

-Laveréna

413
General Discussion / Re: WiFi Shield IoT Kit
« on: December 20, 2018, 04:27:57 PM »
Hey vpete,

I'm looking through the program, and I'm trying to match what step you're stuck on. It looks like when I have the WiFi info in, but the Cayenne information filled with nothing, it stops the whole program for some reason. I tried putting a delay, but now I have the green light for connection and a blinking yellow light.

Do you have your Cayenne authentication entered? If not, I would recommend commenting out the
Code: [Select]
Cayenne.begin(username, password, clientID);
line to focus on just getting the WiFi working. It may even help to comment out
Code: [Select]
Cayenne.loop();in loop() and effectively removing all Cayenne shenanigans.

I didn't hit the endless "..." loop like you did, so I'm curious what your program looks like. If you've made some changes, it would help for you to post your code so I can see what may be going on (minus your WiFi information of course)

I'm not aware of a system check for the WiFi board at the moment, but I will look into it!

414
General Discussion / Re: WiFi Shield IoT Kit
« on: December 19, 2018, 12:34:28 PM »
Hello vpete,

It may just be that you're not getting a strong enough connection. If you are using a laptop and are able, I would advise moving closer to your Router.

It also never hurts to double check the input network information is correct at the top of the program.

415
TinyDuino Processors & TinyShields / Re: No USB connection on Sierra
« on: December 18, 2018, 03:05:04 PM »
Hello nobsy,

I have successfully been able to program a TinyDuino on MacOS Sierra for a couple of different projects, so I'm not sure what issue you may be encountering as the Port seems to show up for the Yosemite OS and not Sierra.

I'll first advise you to ensure the power switch on is toggled to 'on.'

If that's not the issue, you may want to check out the latter part of this tutorial to first see if your laptop is even recognizing the USB port: https://tinycircuits.com/blogs/learn/port-trouble-windows-and-mac-help

This will quickly show you how to identify whether your Mac is identifying the TinyDuino connected via USB or not, removing the Arduino IDE from the equation.

If you're still having issues, we will look further into this, so please let me know!

-Laveréna

416
General Discussion / Re: had to try 3 different usb cables
« on: December 18, 2018, 01:59:21 PM »
Hello littlejohn,

A common issue with micro USB cables that many hobbyists encounter is that not every cable can transmit data. Many cables only transfer power, so it may be that the first two cables you tried are charge-only and that's why you unable to program the TinyScreen+ at first.

Whatever the issue was, I'm glad you were able to resolve it!

417
General Discussion / Re: WiFi Shield Learn
« on: December 18, 2018, 01:48:20 PM »
Hello donde,

Yes, you can use your previously bought boards with anymore you purchase from us with the tan, 32-pin connector. There may be some limitations with how many you can stack together, but it sounds like you just want to reuse the boards you already own to build something else, which is possible, and we encourage!

You can definitely reuse the TinyDuino and USB Adapter board for the WiFi project, you just have to reprogram them. This tutorial includes the program and some instructions to help you out with that: https://tinycircuits.com/blogs/learn/wifi-connection-via-tinyduino-and-wifi-shield

Thanks!
-Laveréna

418
TinyDuino Processors & TinyShields / Re: Serial.read baud-rate issues...
« on: September 06, 2018, 10:25:02 AM »
To answer your question, it's possible both hardware and software can cause garbage printing issues. The common software issue, as you saw, is the mismatch of baud rates between two communicating devices. The different rates of communication essentially become foreign languages as the data is receiving and transmitting independently and there is chaos, which gives us garbage.
A common hardware issue can occur when trying to communicate with more than two serial devices on one serial bus. When two devices communicate back and forth on one line, there is some order. When there are multiple devices communicating on one line, there is chaos, all devices could be speaking at once or none at all, again producing visual garbage on the Serial Monitor.

419
TinyDuino Processors & TinyShields / Re: Dual Motor Controller Problems
« on: August 21, 2018, 11:56:41 AM »
Hello! 

Does your second comment mean that the motors are successfully running? What kind of motors are you using?

420
General Discussion / Re: From landscape to portrait
« on: August 21, 2018, 11:43:44 AM »
Looks like a pretty fun project!

How are you loading the map? Are you using bluetooth, WiFi, or GPS?

Pages: 1 ... 26 27 28 29 30
SMF spam blocked by CleanTalk