Recent content by sierra_uniform

  1. S

    Create a PPM Signal with PICAXE?

    I am flying RC-models as well as CL-models. For CL flying I already realized some PICAXE projects such as a timer with an active rpm control for electric powered models. In the scale category of CL flying in addition to the control lines RC transmitters are allowed to handle special functions...
  2. S

    Serial communication between two picaxe via serrxd and sertxd

    I am using serrxd and sertxd to communicate between a picaxe (08m2) and a pc program to change some parameters of the picaxe program, which are strored in the eeprom of the pic. The picaxe subprogram for the communication is called only one time at the very beginning of the program. To open the...
  3. S

    JETI telemetry communication protocol & PICAXE

    Hi, JETI model has published its telemetry communication protocol for the DUPLEX RC components. http://www.jetimodel.de/data_downloads/117/jeti_telem_protocol_en.pdf It is using a serial communication with 9 (!) data bits and 2 stop bits and odd parity. My question: Is there a way to use such...
  4. S

    Wrong presentation of memory values during simulation

    I have a program using eeprom to put values into the picaxe memory. When I start the simulation memory values are shown as you can see in the attached jpg file. The program downloaded to the PICAXE works very well. All values in the memory are o.k. I can check this via serial communication to...
  5. S

    Problems with picaxe 08m2

    I changed an older program for a 08m to use it on a 08m2 by changing the notation of the used pins. Old version was: symbol led = 1 symbol taster = pin3 button 3,1,0,0,b3,1,<address> New version is: symbol led = C.1 symbol taster = pinC.3 button C.3,1,0,0,b3,1,<address> Downloading the new...
  6. S

    err. messsage when downloading programs for picaxe m types to picaxe m2 types

    A short time ago I published a picaxe 14m project for position- landing- and anticollision-lights in an airplane model construction magazine . Some people who build that module told me, that the program which I made available for download would not work. The problem was, that my program was...
  7. S

    different results using program editor and picaxe08m compiler when downloading the sa

    hello you guys, I have a picaxe08m project with some #define and #ifdef statements in order to generate various coding. When I download the program to the picaxe08m with the program editor I get a different result to download with picaxe08m.exe. With the program editor the program size is 234...
  8. S

    PICAXE 18X and serin

    Hi all, whats the correct serin command ro read serial data with picaxe 18x via pin nr. 15 (Input 6 / keybord clock)? serin 6,n9600_8,b0, ..... ??? To read the status of that pin i can use if input6 = 1 then ....... But if i use serin input6,n9600_8, b0, .... i get a compiler error. Thank...
  9. S

    problems with program download with windows 7

    Hi all, i have the problem, that the program download to a picaxe 08m does not work in windows 7. I am using a Profilic USB-to-Serial Bridge with latest driver and get the error message "Error - memory verification failed (Byte nnn)", where nnn are variabel values. When i take the same usb...
Top