dpharris | 1 Feb 01:14
Gravatar

Re: [OT] RTOS recommendations?

Hi-

Since this is an open question, I would suggest you look into the Arduino 
platform.  It consists of an IDE based on Processing, C, and C++, which compile 
to Arduino boards.  There are many Arduino compatible boards (ATMega168, 328, 
644, etc), and many more 'shields', which are i/o specific pluggable boards 
whihc have such things as Servo, Stepper motor, Ethernet, RF, RFID, etc 
implemented.  

These would be a good basis for robotics and so on.  The IDE has a well 
developed set of libraries.  

Start at http://www.arduino.cc and explore.  

There are the beginnings of similar offerings based on PIC, ARM, etc 
microprocessors.  

David

Quoting Jake Anderson <jake <at> vapourforge.com>:

> take a look at EMC running in linux
> It'll run steppers out a parallel port at fairly insane step rates.
> 
> it can also run hobby servos as well as the real deal.
> 
> if you want more then use a mesa card to provide hardware stepping and 
> servo I/O.
> 
> you can interact with EMC through python.
(Continue reading)

ivp | 1 Feb 01:16
Picon

Re: [PIC] MPLAB Debug and Programmer

> You should be able to run two instances of 8.30 with the
> warning.

Hmmm. I'll try that seeing as 7.50 appears to be broken now

wbr
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Dario Greggio | 1 Feb 02:08
Picon

Re: [EE] UK electric plugs

Tamas Rudnai ha scritto:
> Usually I have no problem to plug CEE 7/7 and 7/16 into any UK
> connectors -- just have to open the shutters with a flat screw driver
> or any suitable stick. I know it is not the best way to do that but I
> had less problem with this than using any of the converters you can
> buy at the airports.
> 
I used to do the same :)

-- 

Ciao, Dario
--
Cyberdyne
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Dario Greggio | 1 Feb 02:15
Picon

Re: [PIC] Dim backlight

ivp ha scritto:

> Joe, this example is for the 16F877 but PWM set-up is very similar
> for the 18F4520
> 
> http://www.piclist.com/techref/microchip/16F877/pwm.htm
> [...]

definitely agreed with the recommendations. And as for contrast, I used 
to use a I2C DAC , with an op-amp to give some more "strength" to the 
DAC's output and if needed to make it negative.

-- 

Ciao, Dario
--
Cyberdyne
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

kenn | 1 Feb 04:22
Picon

Re: [PIC] Pic simulator


I use MPLAB and their C compilers, but I've also been using BoostC and the 
http://www.sourceboost.com/ SourceBoost IDE  alot. 

You can get the IDE and a limited noncommercial version of BoostC for free.
The freeIDE contains some simulation plugins, but what's really cool is the 
http://www.sourceboost.com/Products/IdePlugins/Overview.html extra plugins 
you can get for $20.

There are also a few 3rd-party plugins from some users, you can find them on
the SourceBoost forum.

-- 
View this message in context: http://old.nabble.com/Pic-simulator-tp27281817p27399264.html
Sent from the PIC - [PIC] mailing list archive at Nabble.com.

--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

PICdude | 1 Feb 04:49

Re: [OT] RTOS recommendations?

David,

I'm surprised that you'd say this.  AFAIK about the Arduino, it  
doesn't do proper video, nor a standard keyboard/mouse input.  Of  
course I can code these, but would prefer to avoid it if possible.

My other major concern is its ability to deliver stepper pulses at  
over 1MHz to each of a few steppers simultaneously at different  
speeds, cause IIRC it runs on a 16Mhz or 20Mhz microcontroller.   
Correct me if I'm wrong here.

Cheers,
-Neil.

>
> Since this is an open question, I would suggest you look into the Arduino
> platform.  It consists of an IDE based on Processing, C, and C++,   
> which compile
> to Arduino boards.  There are many Arduino compatible boards (ATMega168, 328,
> 644, etc), and many more 'shields', which are i/o specific pluggable boards
> whihc have such things as Servo, Stepper motor, Ethernet, RF, RFID, etc
> implemented.
>
> These would be a good basis for robotics and so on.  The IDE has a well
> developed set of libraries.
>
> Start at http://www.arduino.cc and explore.
>
> There are the beginnings of similar offerings based on PIC, ARM, etc
> microprocessors.
(Continue reading)

PICdude | 1 Feb 04:54

Re: [OT] RTOS recommendations?

I am quite aware of EMC, cause a few years ago I evaluated it along  
with Mach3 for running a CNC mill.  Mach3 was up and running very  
quickly, so I bought the license and stuck with that.  Which is so  
unlike me (Linux rules! :).

But I know how capable EMC is.  What I was not aware of is EMC's  
ability to be controlled by Python.  I will investigate further now,  
but you're saying that I can write a Python app that will send all the  
parameters to EMC for motor movement, while my app simultaneously  
provides information on the screen to the user?  If so, this would be  
excellent.

Cheers,
-Neil.

Quoting Jake Anderson <jake <at> vapourforge.com>:

> take a look at EMC running in linux
> It'll run steppers out a parallel port at fairly insane step rates.
>
> it can also run hobby servos as well as the real deal.
>
> if you want more then use a mesa card to provide hardware stepping and
> servo I/O.
>
> you can interact with EMC through python.

--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
(Continue reading)

dpharris | 1 Feb 05:03
Gravatar

Re: [OT] RTOS recommendations?

Oh, sorry -- I guess I misread your application.  ! MHz to steppers sounds
awfully fast.  

David

Quoting PICdude <picdude3 <at> narwani.org>:

> David,
> 
> I'm surprised that you'd say this.  AFAIK about the Arduino, it  
> doesn't do proper video, nor a standard keyboard/mouse input.  Of  
> course I can code these, but would prefer to avoid it if possible.
> 
> My other major concern is its ability to deliver stepper pulses at  
> over 1MHz to each of a few steppers simultaneously at different  
> speeds, cause IIRC it runs on a 16Mhz or 20Mhz microcontroller.   
> Correct me if I'm wrong here.
> 
> Cheers,
> -Neil.
> 
> 
> >
> > Since this is an open question, I would suggest you look into the Arduino
> > platform.  It consists of an IDE based on Processing, C, and C++,   
> > which compile
> > to Arduino boards.  There are many Arduino compatible boards (ATMega168,
> 328,
> > 644, etc), and many more 'shields', which are i/o specific pluggable
> boards
(Continue reading)

dpharris | 1 Feb 05:13
Gravatar

Re: [OT] RTOS recommendations?

PicDude --

I would agree with the previous poster that you split your applications up --
the video, keybosrd, audio etc would be a PC/laptop.  The Arduino was meant to
do the low level timing for servos and stepper motors - if they can keep up ?!.  

Otherwise, it gives you a nice IDE with usb real-time connection to the
hardware, access to Processing for PC programming. http://processing.org/

David

Quoting PICdude <picdude3 <at> narwani.org>:

> David,
> 
> I'm surprised that you'd say this.  AFAIK about the Arduino, it  
> doesn't do proper video, nor a standard keyboard/mouse input.  Of  
> course I can code these, but would prefer to avoid it if possible.
> 
> My other major concern is its ability to deliver stepper pulses at  
> over 1MHz to each of a few steppers simultaneously at different  
> speeds, cause IIRC it runs on a 16Mhz or 20Mhz microcontroller.   
> Correct me if I'm wrong here.
> 
> Cheers,
> -Neil.
> 
> 
> >
> > Since this is an open question, I would suggest you look into the Arduino
(Continue reading)

Funny NYPD | 1 Feb 05:18
Picon
Favicon

Re: [AD] Bluetooth 'industrial' serial module

I didn't see the FCC mark in the documents, but it claims "Bluetooth Qualified product". I can check with the supplier.

 Funny N.
Au Group Electronics, http://www.AuElectronics.com
http://www.AuElectronics.com/products
http://augroups.blogspot.com/

________________________________
From: Vitaliy <piclist <at> maksimov.org>
To: Microcontroller discussion list - Public. <piclist <at> mit.edu>
Sent: Sun, January 31, 2010 3:27:23 PM
Subject: Re: [AD] Bluetooth 'industrial' serial module

Funny NYPD wrote:
> There are a few BT vendor (USA and oversea) is talking with us to let us 
> carry their BT modules on our web site and online store.
[...]
>
> Class 2 is another story, it uses PCB antenna, no metal shield, 1K(minimum 
> order) price is about US$7.x, sample price is around US$10.

FCC certified?

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

      
--

-- 
(Continue reading)


Gmane