Overtone Labs

Forum

Markus Gritsch

FatFs Example Project for USB Flash Drive

Started by Markus Gritsch 9 hours ago.

Mohammad Arif Hossain

USB Controlled D/C Circuit 4 Replies

Started by Mohammad Arif Hossain. Last reply by Robbert van Leeuwen 21 hours ago.

Robbert van Leeuwen

Generating StickOS basic code for CUI32

Started by Robbert van Leeuwen 22 hours ago.

Latest Activity

Markus Gritsch added a discussion
I was trying to achieve accessing an USB flash memory stick from my CUI32.  So I tried the "USB Host - Mass Storage - Simple Demo" from the "Microchip Solutions" folder, only to find out, that Microchips MDD library explicitely lacks LFN (long file…
9 hours ago
21 hours ago
From .NET you can access a CUI32 by user a SerialPort component this is emulated by the CUI32 for a USB interface. Using the SerialPort component in .NET you can sent the following to turn output an0 to on: dim out as pin an0 for digital output let…
21 hours ago
Robbert van Leeuwen added a discussion
The CUI32 can be used as a low cost PLC controller for controlling digitial I/O, analog I/O, servos etc. With the UCG code generator it is possible to generate StickOS basic code for the CUI32 and also other PIC's that support StickOS.   The UCG pro…
22 hours ago
Awesome!:) Thanks, Øyvind
on Monday
Thanks Markus - another good example of using the Microchip Application Libraries (MAL) on the CUI32! Cheers, Dan
September 3
Markus Gritsch added a blog post
Hi,I compiled the Microchip "USB Device - Audio - Speaker" example for the CUI32. The necessary code changes were straight forward to make. It took just a few minutes to get it working. The source code and the compiled .hex file for usage with the b…
September 3
Thank you Rich, great release, amazing features. Keep up the excellent work! Markus
September 2
Have faith, it will work. And in the unlikely case of bricking (I always thought that the bootloader would not overwrite itself?) you have a good reason to buy a PICkit 3 and benefit from being able to step debug your code, which is quite worth the…
September 1
Aha! Never would have thought of that. Thanks! Alright, it builds. Is there any way I can verify that I'm not about to brick my device, or do I just have to cross my fingers? :)
August 31
The mistake you made is using the mentioned linker script *exclusively*. What you should do instead is use the default linker script and drop in the mentioned linker script as *supplement*. To achiebe this, you have to remove the linker script from…
August 31
Trent, I'm finding your info helpful - although I have a long way to go. :-)
August 31
Ben Wilhelm added a discussion
I've got a CUI32 that I'm attempting to use to emulate a hardware mouse. I've been trying to get the Microchip HID demos working, and I've *mostly* made progress, but I'm a little worried about accidentally bricking my CUI32 one way or another.I too…
August 31
Rich, All of these new features are hugely beneficial for StickOS / CUI32 users! Thanks so much for all the effort! Best regards, Dan
August 30
August 30
Hi, I made another attempt at soldering a CUI32. This time, instead of trying to place a small amount of soldering paste by hand, I made a stencil :) I used an x-acto knife to cut a 0.5 mm wide slot in a 0.1 mm thick plastic foil. The result was ve…
August 29

Members

  • Markus Gritsch
  • Charles V Chandler, Jr.
  • Robbert van Leeuwen
  • Ray Bouvy
  • John Luckey
  • Dan Overholt
  • Mike Watts
  • Rich Testardi
  • Øyvind Nyborg Hauback
  • Ehsan Hosseini
  • Donald Murray
  • Pilar Bojroquez
  • akalmbach
  • Stu Smith
  • Pablo E. Covarrubias Saavedra
  • holli
 

Blog Posts

Markus Gritsch

CUI32 as USB Soundcard

Hi,

I compiled the Microchip "USB Device - Audio - Speaker" example for the CUI32. The necessary code changes were straight forward to make. It took just a few minutes to get it working. The source code and the compiled .hex file for usage with the bootloader can be downloaded here:

http://cui32.googlecode.com/files/soundcard.zip

Audio out is available on RD0. The Microchip example uses just 8 bit PWM, so e… Continue

Posted by Markus Gritsch on September 3, 2010 at 10:12am — 1 Comment

Øyvind Nyborg Hauback

ZigFlea board for CUI32

As StickOS has a great support for wireless communication I've made a ZigFlea board for the CUI32 with CpuStick as a background ( http://www.cpustick.com/cpustick.htm ). As the pictures show it is made just to put on the top of the CUI32. Then it will be possible to remotely control and program another CUI32 wireless. You could also remotely control pin variables from one CUI32 to another. Everything easily programmed in StickOS. The board will… Continue

Posted by Øyvind Nyborg Hauback on June 15, 2010 at 9:51pm — 3 Comments

Markus Gritsch

SID Player Firmware




Hi,

I managed to compile the TinySID library for the CUI32. This library can play music from the Commodore 64 by emulating its 6502 CPU and 6581 SID (Sound Interface Device). Everything is done in software -- no additional hardware is needed.

Usage: Connect a headphone or line-in to the RD0 pin. Different tunes can be selected by pressing the PROG button on the CUI32.

The firmware can be downloaded from Google Code:… Continue

Posted by Markus Gritsch on May 8, 2010 at 3:00pm — 3 Comments

Thomas Witzel

CUI 32 boards have arrived.....

The boards have arrived. I'll stuff one prototype area tomorrow with a couple of components from my peripheral board under development and will start software development...So exciting.

Posted by Thomas Witzel on April 14, 2010 at 10:03pm — 1 Comment

Dan Overholt

Filtering analog data in StickOS

The MaxMSP and Pd examples for the CUI32 have been updated to include BASIC code that filters noisy sensor data - see the example movie below, in which I'm just touching the analog input pins with my finger to purposely create a signal with lots of noise at first, and then doing the same thing with the filtering algorithm running:
CUI32daContinue

Posted by Dan Overholt on April 13, 2010 at 1:30pm

Thomas Witzel

Eagerly awaiting the first two boards......

Ordered two CUI32 from sparkfun. Should be here (Boston) by Wednesday.....

Posted by Thomas Witzel on April 13, 2010 at 7:31am

Dan Overholt

Spam Problem: New Members will need to be approved from now on...

OK, due to the huge amount of spam I have just had to delete, I have just disabled the option for new members to be able to sign up without approval from an administrator ... this should get rid of the annoying advertisements that these spam robots have been putting up on the front page, but it does of course mean that an administrator has to go through and approve anyone who is _not_ a spam robot!

As I am currently the only administrator on this site, if anyone else would be interested… Continue

Posted by Dan Overholt on April 1, 2010 at 5:17pm

Dan Overholt

CUI32 analog inputs in MaxMSP/Jitter and PureData


This is an example of how simple it is to use StickOS - after declaring variables corresp

Continue

Posted by Dan Overholt on March 14, 2010 at 2:30pm

Jonathan Richard

MAX/MSP and CUI32

Do the MAX/MSP objects that worked with the original Create USB interface work with the CUI32? I really enjoy using MAX and really don't want to use a Terminal program/serial software programming interface!


Jonathan

Posted by Jonathan Richard on March 3, 2010 at 10:39pm — 3 Comments

Rich Testardi

CUI32 is here!

Well, I just did a search for CUI32 on SparkFun, and it is here!



http://www.sparkfun.com/commerce/product_info.php?products_id=9645



Hey Dan, I also noticed on the product info page that there is a link to part 1 (of 3) on the video -- can you add links to parts 2 and 3 as well? (Somebody said the video just cut off, and I didn't realize where they were viewing it from...) Thanks!!!

Continue

Posted by Rich Testardi on March 3, 2010 at 5:36am

Photos

Videos

 
 
 

© 2010   Created by Dan Overholt.   Powered by .

Report an Issue  |  Terms of Service