Search
-
Camera with 1bit interface for P2?
-
New Sparkfun power meter
I just saw a new product from Sparkfun : Sparkfun power meter-ACS37800. Since they do not show any useful code, for me anyway. I am wondering if this board could be used with the P2 Edge product. I am not even sure if Spin2 could handle this. Since I am not a Spin2 person, maybe some example code could be provided, if this… -
Removal of unused code?
-
QLOG fixed point output versus SPIN2 floating point?
-
Spin2 for P1
This is probably a very remote use case, but liking the idea of using Spin2 with P1. Just tested this basic code using FlexProp (this is probably the only option) and it works. Code just toggles two pins on and off: PUB Main() repeat pinh(26) pinl(27) _waitms(1000) pinl(26) pinh(27) _waitms(1000) Liking that Main() has… -
asm and ram hub adress
Hello everyone, I'm just starting to do some interesting things with the Propeller, so I have a silly question… I'd like to have a compiled assembly program in the RAM hub (which doesn't run) after initialization, and then have a cog load this code snippet from its memory address and execute it. This is simple with another… -
Re: P2AMP - Wav Player with FFT Spectrum analyzer
Very pretty. I wonder if the output screen could be easily ported to be run over a VGA or DVI output...? Pure doubling gives 960x544 which could fit within an XGA formatted output and look even better if resolution was correspondingly increased a bit vertically and horizontally to 512x384. Might need some changes to your… -
Re: Spin2 for P1


