Discussion Title | Created date |
---|---|
Portable x86 device with MS-DOS This is not for me, but for a friend of mine. He'd like to have something little like a pocket x86 PC that runs MS-DOS and maybe Windows 95. I wonder if such thing is already made... |
Wednesday, 13 January 2016 - 21:44 |
License issue The ASF license says that ASF can only be used for an Atmel microcontroller product. If I use ASF in my game console project (bootloader and games), I was thinking that I... |
Saturday, 9 January 2016 - 00:59 |
Is there a ST7735 library for ASF? I tried copying some code online to make my I2C ST7735 display work. I thought it was SPI because it worked with SPI on Arduino. It's I2C so it's behaving weird with my USART_MSPI... |
Saturday, 2 January 2016 - 01:30 |
Solved: Where is delay_ms()? I've tried including delay.h, using ASF Wizard, but the function delay_ms() just won't show up in blue as a used function. How can I get it? I need it for LCD initialization. |
Tuesday, 29 December 2015 - 22:44 |
What's the name of the LCD cable of XMEGA A1U Xplained Pro? I have Atmel XMEGA A1U Xplained Pro. I've discovered that it uses External Bus Interface pins for the LCD extension port. This is how I've decided to make a PCB adapter for this... |
Sunday, 27 December 2015 - 22:04 |
Can a ST7775 have a changed frame rate? I'm wondering if, if my projects will cause too much lag, I can change the frame rate of the ST7775 screen to just 10FPS. I'd like it to refresh its liquid crystal pixels every 10... |
Monday, 14 December 2015 - 17:25 |
VS1053 breakout with 3.3V I'm looking for a VS1053 breakout board that has all the pins available, compatible with 3.3V, has all analog passive components already soldered on it (filtering, stabilization,... |
Wednesday, 9 December 2015 - 17:43 |
Trying to find an ATXMEGA128A1U dev board with cheap shipping Hello, I saw good news about the EBI of XMEGA AU MCUs ( https://www.avrfreaks.net/forum/x... ) and I want to buy one. However, the problem is that there are no cheap dev... |
Tuesday, 3 November 2015 - 16:41 |
Monochrome e-paper touch display compatible with Arduino Mega I'm looking for the most simple monochrome e-paper touch display that's compatible with Arduino Mega. Minimal resolution is 160x128. It can be any aspect ratio, but I prefer it... |
Monday, 5 October 2015 - 21:38 |
Which board has an ARM microcontroller with MMU? I found Arduino Due with AT91SAM3X8E. I wasn't sure if it has MMU so I opened the datasheet, Ctrl+F'd, typed "MMU" or "Memory Management" and I don't get positive results. Is... |
Saturday, 5 September 2015 - 20:08 |
ST7735 with a parallel port I'm using a ST7735 SPI display with an Arduino board. I'm using the code from the Adafruit library and it's too slow to render video game graphics at a framerate at least 50fps.... |
Thursday, 9 July 2015 - 19:01 |
How to combine USART (as virtual COM port) and USB of XMEGA into one USB device? I would like to have Arduino bootloader code in my XMEGA that uses USART as a virtual COM port which Arduino recognizes while the rest of the code is used for file management of... |
Saturday, 27 June 2015 - 15:23 |