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 ... 13 14 15 16 17 ... 30
211
General Discussion / Re: Delivery
« on: September 29, 2021, 05:10:36 PM »
Yes, we sure can! Did you have any issues trying to check out on our site? https://tinycircuits.com/

212
Which YouTube video are you referencing?

213
TinyDuino Processors & TinyShields / Re: Serial String Input
« on: September 16, 2021, 06:10:30 PM »
Bullwinkle,

I am glad you were able to solve the problem! Sorry for missing the update!

214
TinyDuino Processors & TinyShields / Re: Serial String Input
« on: September 16, 2021, 01:09:54 PM »
Hello Bullwinkle,

Could you attach your program's file? Should be faster to help you debug that way!

Did you try Serial.readString before trying the Until version? https://www.arduino.cc/reference/en/language/functions/communication/serial/readstring/

My last quick tip is to check that your baud rate in the code matches your baud rate in the serial monitor. Let me know if that helps!

Best,
Réna

215
General Discussion / Re: How to expand program storage space?
« on: August 12, 2021, 07:03:57 PM »
Bertie,

Would you mind posting or direct messaging the program you're using? Or at least the error log?

It will help me help you debug if I can see what you're seeing. What hardware are you using?

Best,
Réna

216
General Discussion / Re: How many Shields can you install?
« on: August 12, 2021, 06:59:03 PM »
Hello,

There shouldn't be an issue as long as all the shields don't have any conflicting pins. You can check this with the compatibility matrix: https://learn.tinycircuits.com/TinyDuino_Overview/#tinyshield-compatibility

Physically, if you're going to be moving this stack around at all it might help to have a mounting kit between some of the boards: https://tinycircuits.com/collections/components/products/tinyduino-mounting-kit
You could use one mounting kit and space out the components as I have poorly portrayed in the attached image.

Additionally, depending on what boards you plan on using and project goals, it might help to use the Wireling board format instead of TinyShield: https://tinycircuits.com/collections/wirelings

If you want to share more on what boards you want for your project or what the end goal is, I would be happy to recommend any hardware setups that might work better / be cheaper.

Let me know if you run into any questions on compatibility.

Thanks,
Laveréna

217
General Discussion / Re: How to expand program storage space?
« on: August 11, 2021, 02:49:09 PM »
Hello,

Yes, we have a few options for expanding memory space using TinyShields: https://tinycircuits.com/collections/memory

We have MicroSD, FRAM, Flash, SRAM, and EEPROM options so you can go with whatever works best for your project.

Thanks,
Réna

218
TinyTV & Tiny Video Player / Re: More storage for tiny video player
« on: August 03, 2021, 04:26:48 PM »
Hello,

Yes, you can definitely load more videos on a larger SD Card, but you will then be limited by the battery inside the TV on how long you can continuously play videos.

The SD Card should be formatted to FAT32, you can accomplish this by using an SD Card Formatting Utility (https://www.sdcard.org/downloads/formatter_4/). Make sure any important files on the SD Card are moved before starting this process - all files will be deleted during formatting.

I hope that helps!

Thanks,
Réna

219
TinyTV & Tiny Video Player / Re: Tiny TV Arcades
« on: July 28, 2021, 01:57:10 PM »
So! I sort of have an update on that front, but not a great one. We haven't been able to get the screens we were planning on using for the new touchscreen processor, or the processors.

The part shortage is stalling everything for us currently. We even have a few customers buying our boards with more sought-after sensors on them just to take the sensor off and use it in their own products. The soonest we could have the touchscreen processor as a product would be winter if everything goes right and we are able to buy the components.

I wish I had better news for you, but for now, we just have to be patient as all of the supply chains get caught up with everything. Hopefully, I will have a positive update on this front in the coming months! We're definitely keeping our fingers crossed here.


220
Hello,

Yes, you can absolutely remove the black bar. We have a Settings menu built into the program, so I believe you would just need to turn on "Auto-Play" in the settings and the black bar would disappear. You may want to play around with some of the settings to get the right functionality for your project: https://learn.tinycircuits.com/Kits/TinyTV-Tutorial/

It is possible to solder wires onto the switch and I can find a diagram that would help with this, but I would recommend not doing this unless you are skilled with soldering in small spaces or if you trust yourself! This would involve soldering wires onto the pads of the existing switch which is close to other hardware that could be easily damaged if not being careful.

Another way to extend the power switch is to leave the hardware switch "ON" without a lithium battery and control the power using a Micro USB cable plugged into the top of the TinyScreen+ and plugged into a more easily controllable power source (like a wall outlet).

Let me know if you have any other questions, thanks!

Réna

221
Withane,

If you're looking to create these applications on the Tiny Arcade or Pocket Arcade, we do have a (quite long) tutorial about developing a game for these platforms that may help you get started with these ideas: https://learn.tinycircuits.com/Help/Developing-a-Game-For-Tiny-Arcade_Tutorial/

There are also other programs for different games available on the forum, like the game Color Monsters that works similar to Pokémon - http://forum.tinycircuits.com/index.php?topic=1919.msg3770#msg3770

A dice roller program would be a great place to start. You would need to use a random component and a display visual component for this. So using the Arduino Random library would help: https://www.arduino.cc/reference/en/language/functions/random-numbers/random/ and it may help to look at other dice roller Arduino projects and programs to get comfortable with the programming style: https://create.arduino.cc/projecthub/projects/tags/dice

I hope that helps. Let me know if you need help along the way or have any questions!

Best,
Réna

222
General Discussion / Re: Sequential filenames on the SD Card
« on: July 19, 2021, 03:02:34 PM »
Hello,

This tutorial that includes some code on writing to a file on an SD Card should start you off in the right direction: https://www.circuitbasics.com/writing-data-to-files-on-an-sd-card-on-arduino/

I found it by googling/searching "arduino write csv to sd card"

Best of luck,
Laveréna

223
General Discussion / Re: newer Nordic BLE module
« on: July 13, 2021, 12:50:03 PM »
John,

Our plans for a new BLE processor would likely include the Nordic NRF52832: https://www.u-blox.com/sites/default/files/BMD-350_DataSheet_UBX-19033354.pdf

That being said, the national chip shortage has put a wrench in our plans for new products for the foreseeable future with a lead time on this chip currently at 26 weeks. It is difficult to say when the supply chain issues will be over and when we would be able to produce any new products with this processor.

Thanks,
Réna

224
TinyTV & Tiny Video Player / Re: Tiny TV Arcades
« on: July 13, 2021, 11:56:29 AM »
Thank you for the video. The sound effects really make you feel like you're standing in an arcade!

I added the video to the TinyTV blog: https://tinycircuits.com/blogs/news/tinytv-hall-of-fame
Let me know if there is a social media account you want me to credit with it.

Thank you for letting us share!

Best,
Réna

225
General Discussion / Re: Dual Motor TinyShield Repair
« on: July 09, 2021, 05:09:38 PM »
John,

That is possible and you could replace it with a jumper cable, but I would recommend just changing your program to accept the changed address of the motor board.

Changing: MotorDriver motor(NO_R_REMOVED);

To: MotorDriver motor2(R1_REMOVED);

I believe that should do the trick.

Best,
Réna

Pages: 1 ... 13 14 15 16 17 ... 30
SMF spam blocked by CleanTalk