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

Pages: 1 2
1
General Discussion / TincyCircuits used in Viacom #seeher campaign
« on: September 30, 2018, 02:43:55 PM »
https://www.broadcastingcable.com/news/viacom-launches-campaign-backing-seeher-initiative-171480

I was watching the commercial and noticed that was TinyCircuits microcontroller. I'm not sure how it saved the mainframe, but that's what imagination is for :)

2
New Product Ideas / Re: FRAM Memory TinyShield?
« on: January 06, 2018, 12:18:17 PM »
Hi Mike- missed this. We've had the SRAM/FRAM/FLASH boards built up since the EEPROM board was released, but have not had time to release those- we're hoping to do so early in the year after we increase our staff a bit. The 1Mbit FRAM will definitely be more expensive than the EEPROM unfortunately! The part cost is roughly 3x at low volume. I think the SRAM(1Mbit) and FLASH(8Mbit) can be the same relatively low cost as the EEPROM.

I’d be interested in an SRAM board. 2K is so tiny! A virtual memory layer such as https://github.com/rhelmus/virtmem would make working with it trivial, albeit a bit slower.

3
New Product Ideas / Re: Stackable Modular case
« on: July 13, 2017, 01:22:47 PM »
make rectangular case that fits between or individual tinydurino shields for a more finished look and keep dirt out.  Could be designed to replace screws by snapping together.  Might consider a bottom and top caps.  caps could be the mechanical interface for other devices like camera hotshoe or GPS antenna domes

A little late, but this sounds like an interesting project. I have access to laser-cutters, and I don't see any modular cases for tinyduino. The easiest would be to cut U-shape stackable sheets, so that one side is open for USB, switches, etc. Only problem is the exact height of each module. I'm not sure I can find acrylic to match exactly so they stack perfectly.

4
New Product Ideas / FRAM Memory TinyShield?
« on: December 16, 2016, 03:05:17 AM »
Only EEPROM is available on the memory tinyshield. When will FRAM become an option?  FRAM supports many, many more writes and is faster than EEPROM.  It is more expensive, of course.

5
I see links to games to put on the SD card, but how do you make games for the Tiny Arcade?  There's a link to setting up the TinyScreen+, but that would just wipe out the game loader.

6
New Product Ideas / Re: TinyMegaDuino
« on: June 25, 2015, 07:26:05 PM »
For those of us who need more IO, and especially more hardware UARTS, how about a processor board based on the ATmega1280?

I would love more memory for sure!  I'm raising this thread from the dead :)

7
TinyDuino Processors & TinyShields / Re: TinyScreen screenshotting?
« on: April 12, 2015, 02:43:52 AM »
What would be your preferred way to make screenshots of the content of the tinyscreen?

Is that question directed to end users of the library, or the library developers (TinyCircuits)?  What would be nice is an API to specify a window and a pointer to memory to grab.  Something like:

readScreen(&array, x, y, width, height, bitDepth)

But maybe another thing to bring up is what you'd use it for.

8
General Discussion / hackster.io TinyScreen projects broken
« on: March 27, 2015, 06:50:11 PM »
https://www.hackster.io/tbatey_tiny-circuits/tinyscreen-assembly

"Ooops
Something that shouldn't have happened did happen. We got notified though and are probably already working on fixing it!"

9
The Wire library has unnecessary overhead, but we want to cause as few software conflicts as possible

Thanks for the response.  It does make sense to limit the number of pins used, and like you said I can make the I2C buffer very small.  It's always nice to understand the choices made, to have a little deeper knowledge.

10
TinyDuino Processors & TinyShields / Re: TinyScreen.cpp
« on: March 06, 2015, 02:41:01 PM »

11
TinyDuino Processors & TinyShields / Re: TinyScreen.cpp
« on: March 03, 2015, 01:46:59 PM »
My real reason for posting was that I was just wondering if there was an official place to always get the latest version of TineScreen.cpp and h as a library.

Ahh, I got mine by clicking "Download" from the embedded TinyScreen_Demo app.  It seems to be the official one, which is listed on the second page on codebender.  It's unfortunate there isn't a better naming system - it can get confusing if all the projects have the same name!

I've been playing around with it a bit more.. created a custom mono-spaced 3x5 font (uppercase-only).. not sure what I want to do yet :)  What about you?

Mike

12
TinyDuino Processors & TinyShields / Re: TinyScreen.cpp
« on: March 01, 2015, 05:12:28 PM »
You should be able to create a TinyScreen folder in Documents/Arduino/libraries and put TinyScreen.h and .cpp in in it.  Sure, it would be nice if it came that way, and with lots of other demos.  I assume some day they'll do that.

I haven't played with lines much yet, just a bunch of squares :)  Can you give a snippet of code and I can try it also.  It looks like it uses the same conversion from single byte to r:b:b as drawRect - is the color wrong even in the r g b version of the function?

So far I find the API is simple.. but could use some drawing circles and polygons.  Antialiased lines would be super cool, too.  I've implemented them before, but they're very slow if done in the client drawing each pixel (SPI byte per byte).

13
New Product Ideas / Re: TinyDuino BLE Shield with the CC2541 chip
« on: February 27, 2015, 07:07:57 PM »
I'd also be interested in a less expensive, smaller package that fits the TinyDuino's size.  The smaller the better!

14
TinyDuino Processors & TinyShields / TinyScreen uses both Wire and SPI?
« on: February 27, 2015, 04:56:44 AM »
Just curious why both?  SPI is fast and used for data, while it looks like Wire is used for commands?  Wire has multiple 32 byte buffers that are not even used and take precious memory, while SPI hardly uses any.

Any reason for using both protocols?  I can change the buffer sizes if need be, at least :)

Mike

15
TinyDuino Processors & TinyShields / Re: Memory Question
« on: February 27, 2015, 04:43:42 AM »
We are working on a SRAM TinyShield which will hopefully be out in early to mid January.

This would be awesome!  2K is so tight when you use WiFi, I2C and other libraries combined!  With C++, it would be possible to create wrappers/proxies to interface seamlessly with it.

Pages: 1 2
SMF spam blocked by CleanTalk