Search results

  1. G

    Combining signals generated by pulsout

    Thanks Hippy, I'll give it a shot :)
  2. G

    Combining signals generated by pulsout

    Hi folks, bit of thread necromancy here. I’d got this working via the external AND gate quite successfully, but still want to look at getting it to work on the single pin. Question is, and I’ve probably read it several times without it twigg8ng what it is, but how would you disconnect the...
  3. G

    Yet another Serin issue [SOLVED]

    Hi folks, Thanks for the help. In the end, it only needed a tiny change - taken from Hippy's first post: add a brief pause after the serout nd it works fine... for b0 = 0 to 63 ; start a loop read b0,b1 ; read value into b1 serout B.4,N2400_4,(b1) ; transmit value...
  4. G

    Yet another Serin issue [SOLVED]

    Evening all... I find myself having a bit of a head scratcher with Serout/Serin between a 14M2 and an 08M2 The initial idea involves an IR transmitter /receiver and I thoguht I was having problems with that. So, I stripped everything back to what i sbasically a slightly modified version of...
  5. G

    DFplayer mini module problems

    Afternoon all. I've spent the weekend wrestling with this so far and all I've got is frustrated. I've got a number of the DFplayer mini boards - all have been checked on the SPE035 module and all happily play like good little audio modules. Taking them off the module and trying to get the...
  6. G

    pulseout duty cycle

    Hi all, I'm giving this a last shot before giving up on the 08M2 and seeing if I can shoehorn the 14M2 into the available space :) Ive got code that is generating two frequencies - 1 x 57.6kHz 'carrier' and 1 x 1800hz 'hit' frequency for an IR based ranged combat system for Live Roleplay...
  7. G

    Combining signals generated by pulsout

    Hi all, This is more of a can-it-be-done than anything else. At present, I've a circuit that generates two pwm signals (one carrier, one signal) and combines them via an external transistor. Is there a method I could use to combine the signal internally before sending it to the output pin? I...
  8. G

    None Micro SD audio playback

    Evening everyone. I'm working on a project that essentially replicates a PPG Pistol from Babylon 5 for a costume. The only thing I'm currently scratching my head over is the sound playback 0 I;ve got a version working using SD audio player, but what I'd like is a chip that can record two sound...
  9. G

    Modulating signal help

    Hi all, I'm after a bit of help. I'm working on a circuit that generates a pwm signal that feeds into a transistorised AND gate to an emmitter. I also need it doing a couple of other tings at the same time when a button is pressed (increment a counter, trigger two pins high/low and generate a...
  10. G

    kiCad libraries for picaxe

    Hi all, as it says in the title, I'm looking at starting to learn KiCad instead of eagle, but I caan't find picaxe libraries anywhere for them. Does anyone have a handy link I can get both the component and footprint libraries? thanks in advance
  11. G

    AxePad crashing when try to open/save a file

    Morning all. I'm running Axepad on Linux Mint 17 with LinAxepad 1.5.1 I can code and program ok, but if I try to save, or open a file Axepad just crashes out on me. Fortunately, I can copy and paste code into it so I can at least work for now... But it's a bit of a pita. Anyone else had the...
Top