Search results

  1. J

    08m2 how to generate 2 different continuous clock frequency

    Hi everyone, I have a simple project consisting of one 08M2, and I have to generate 2 different continuous clock frequency on pin c.4,c.0 while pin c.1, c.2 are use for led. the main problem I've got is using a do,loop with toggle work, but the 2 different frequency have to run shifted, eg...
  2. J

    Picaxe Pin use as In and Out ..

    Hello, I know the title lead to some questions but let me explain. I currently use Picaxe 08M2, and I'm looking to interface a single pin to be use as input and output by the same internal program. Maybe some of the users here had some experience with this, mostly in the electronic circuit...
  3. J

    Mini Simon Says code for 08M2, 2 Led, 2 Buttons

    Hello After reading about " Simon Says " projects here in this forum. I wonder if I can write some codes with a minimal hardware in mind as 08M2 chip and 2 led, and 2 buttons I know the original game from Hasbro, and Milton & Bradley with 4 buttons, and most the users projects were about this...
  4. J

    Format Variables

    Bonjour à tous, présentement j'ai un petit problème avec l'addition et formatage de variables : le but est prendre b0="1" avec b1="F" = 1F en hex pour un total b10 de 31 en décimal Merci à tous
  5. J

    From serin to hexadecimal

    Hello to all, I've a simple question ( learning everyday ), about assigning variables to different format. I'm receiving data from the serin c.3,t9600_32,b0,b1 command, example: ( b0=1 b1=F ) I'm looking to transfer b0 and b1 to b10 as one hex value with the "$" sign as show...
  6. J

    Module RFID 125Khz série TTL (Calcul du Numéro de la Carte)

    Bonjour à tous, Présentement je travail sur un module RFID mode série (voir photos ci-dessous) et je parviens à recevoir les codes Data en format "Hex" et ASCII sur l'écran moniteur de Picaxe. Voila tout est bien comme ça, mais, pour calculer à partir du data "Hex" ou ASCII le code "gravé" du...
  7. J

    RFID 125Khz serial TTL- 232 Level Module (Engraved Tag Number Calculation)

    Hello to All, I'm confused about ASCII or hex calculations, after trying to get some info's from David Lincoln book "Picaxe" second edition, and from reading post at this forum. Does anyone had any experiences about Tag number calculation ? I'm currently using the windows calculator to...
  8. J

    Countdown Timer coding

    Hello everybody, By reading multiples articles on this forum, I've just wrote some test code for a Countdown Timer, to run on a 08m2+, It's working fine, I'm concern about, if there's a way to simplify the codes, making it shorter or faster. Thank's to all for the good work...
  9. J

    Picaxe 08m2+ et le Module RF HC-12

    Bonjour, Je suis nouveau dans la programmation de Picaxe, et mon projet actuel est d'envoyer la commande "AT" à un module RF HC-12 et d'obtenir une réponse de la commande "serin" jusqu'à présent, je suis en mesure d'envoyer des commandes avec "serout C.4, T9600_8, (" AT ")" avec succès, mais la...
  10. J

    Picaxe 08m2+ and HC-12 rf module serin command

    Hello, I'm new in the Picaxe programming, and my current project is to send "AT" command to a HC-12 RF module and get a response from the "serin" command so far I'm able to send commands with "serout C.4,T9600_8,("AT")" successfully , but the answer from the serin does not work. I'd like to...
Top