Search results

  1. M

    Print layout (Slave) til Display OLED modul (16x2)

    Hey guys Does anyone have a print layout (circuit) to make an LCD driver (slave) for serial OLED module (16x2) as shown in the picture. I would like to try to do it myself :D Unfortunately after the UK has left the EU, it will cost me around 70 euros in shipping and tax and VAT before...
  2. M

    Help for SERIAL I2C LCD -

    Hey guys I hope someone can give me some good advice. I have made a timer program where I used an AXE033 SERIAL I2C LCD to display the hours and minutes that I select via the readadc command. in the program I have written the command: "if pinB.1 = 1 then goto INDTASTMIN" and "if pinB.2 = 1...
  3. M

    Simple program for OLED Module 16x2

    Hi everyone I just ordered a serial OLED Module 16x2 from Picaxe store. Does anyone have a simple program for my inspiration for how to communicate with the OLED module (I use picaxe18m2) Bedst regards Mejlby - Denmark
  4. M

    how to Simulate readadc

    Hello everyone how can i simulate readadc C.1,b0 in editor ver 6.1 ????? For example, I would like to enter the value >80 and see if the program goes to led2 ( I remember that in the old version 5. I could enter values and test the program ) Program: main: readadc C.1,b0...
  5. M

    HOW TO TURN ON A 12V RELAY ?

    Dear forum I have made a timer, but I need to have "out" (pin C.2) to turn on a 12V relay. How can I do it without using a 5v relay to turn on the 12v relay Hope someone can help with a suggestion and maybe a circuit Best Regards Mejlby - Denmark
  6. M

    Speed counter

    speed counts Hello everyone is there anyone who can help me with a program to count the speed of a fan. i want to use 2 pcs 7 segment to read speed. the speed will be a maximum of 50 rpm i hope someone has a good idea. see attached drawing every time the fan has turned a rotation, the hall...
  7. M

    command "tune"

    Hello everyone How recorder your own message in the command "tune" that I can insert into a program. I want to make the message that says: "remember to turn on the lights" This is an example but not the message I want ' ****** command ***** let dirsB = %10110000 ; switch pins 0 and 1 to...
  8. M

    Question: battery or power supply

    Question: battery or power supply I try to make some different projects with PICAXE 18M2, but has a lot of problems with noise when I use my profesional labaratorie power supply. nothing works as it should. If I use a 9 Vdc battery and a regulator LM7805 so I have no problems and everything...
  9. M

    Adjustable PWM Motor Controller

    hi all is there anyone who can help me with code (complete program) for a PWM motor controller where I can adjust the duty cycle from 0 to 100% with a 5K (or 10K) potentiometer. I want to make a PWM controller that can provide 1kHz with rise and fall times approximately 200 ns I would be...
  10. M

    "Touch" command - adjust the brightness on LED

    Hello all Is there anyone who can help with a program where i can use "Touch" command to turn up or turn down the brightness on LED. It should appear so: As long I touch the "touch-button" adjustable brightness slowly down to the desired level and when I touch again adjust brightness slowly...
  11. M

    hear sound on my computer

    Hi all is there anyone who can tell me how I can hear the sound on my computer if I make a program like this: main: for b0 = 1 to 120 ; start a for...next loop sound B.2,(b0,50) ; make a sound, freq from b0 next b0 ; next loop end And if anyone has codes to play "happy birthday to you" I...
  12. M

    how to avoid electrical noise?

    how to avoid electrical noise? I'll try to explain what my problems: If I program a piaxe 18m2 and user the command “ if pinc.1 = 0 then sek0 “ then activate the switch as soon as I approach with a finger - even 1 inch from the wire in the switch. but if I use the command "if pinc.1 = 1 then...
  13. M

    maybe a simpel question

    hello All Yes ... I am beginner but has since already found out a lot. is there anyone who will explain to me what "if b0> 200 then" means. what does 200? is the milliamp or voltage? (Normally I can see that it is used in connection with "readadc") #picaxe 18m2 main: touch C.0, b0 if b0 >...
  14. M

    help to make a timer

    Hi all My names are Tonny and live in Denmark. I am totally newbie within the programming of PIAXE but I think it is VERY interesting. Is there anyone who can help me with the following? I want to make a timer where I can adjust the time via a potentiometer. I would like to regulate the time...
Top