Search results

  1. B

    Syntax and Program Functions Not Working in PE6

    I have a student running Win10. He has PE6 installed. He can successfully connect to a picaxe 08m2 via an axe027 cable. But he can't check the syntax or program the 08m2 as both the icons are grayed out. It doesn't work from the Picaxe menu list either. Restarting the program makes no...
  2. B

    Reprogram Axe027 to 6001 PID

    I normally use the "double install" method for the axe027 cable. I delete the windows drivers (from Device Manager) and then manually find the driver from a folder on my pc. After a successful driver install it comes up with AXE027 PICAXE USB COMx under Ports in Windows Device Manager. It works...
  3. B

    Blockly Simulator

    This code is produced from the Blockly Cloud Programmer. I'm using Blockly to demonstrate picaxe to a group using a mixture of windows and mac machines. I want to demonstrate the use of a digital input to control program flow. main: do while pinC.4 = 1 high C.0 pause 5000...
  4. B

    PicAxe Teaching System

    There are a number of threads on this forum regarding development systems. This is a teaching system. Its for teaching basic circuits and Picaxe programming not developing a project or application. Its offered simply as a starting point for teachers. To give context its aimed at students who...
  5. B

    Increase Outputs with Second Picaxe

    Hi, I'd like to control two small motors with a MX1508 motor controller connected in turn, to a 08m2. To have enough inputs and outputs I was going to use a second 08m2 (as I have them) and connect them via a serial connection. The code on the master 08m2 (copied/modified from the manual1, page...
  6. B

    Set Duty Cycle with PWMDuty

    I've built another ebike based on this design: https://www.instructables.com/Friction-drive-build-for-bikes/ However I've used a pair of brushless motors recycled from electric drills. I am also reusing the control electronics. The speed of the motors is controlled by a 0 to 5V signal from the...
  7. B

    Ebike problems

    Hi, I'm building an ebike. The motor for the bike is a 24V, 250Watt brushed DC motor running off a 24V lithium battery. I'm controlling the motor with the circuit attached. The circuit has been cobbled together from snippets found on the net. Probably not good design practice. However, it seems...
  8. B

    Puppy Linux and Picaxe

    It appears that in later versions of Linux (ie using kernels later than 3.12) the way that parameters for the ftdi_sio module are passed to the kernel have changed making the instructions included in the Linaxepad download inaccurate. This has been reported in the post by bpowell at...
  9. B

    Win8.1 Unhandled Exception with Winaxepad

    Hi, I've been using linaxepad successfully with puppy linux. My class now uses a mixture of machines including win8 and win 8.1 machines. I'm running win8.1 and puppy linux at home. All the win8 and 8.1 pc's display an unhandled exception error when view then options is clicked. Can anybody...
Top