Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by jjw

  1. J

    Seeed XIAO SAMD21 to MOSFET 241028

    The threshold voltage 2-4V means that this FET starts conducting weakly at max. 4V and is fully on at ~10V gate voltage. You need a logic level FET. The resistor and led are wrongly connected. The resistor at drain should be at 5V and the led cathode at drain.
  2. J

    UART/CODE problem Oshonsoft

    With 32MHz clock I get 38461 Baud with Hseropen 38400. Error about 0.16%
  3. J

    WRITE READ SPI DATA in Oshonsoft

    Do you mean software interrupt or just disable/enable the slave SPI HW?
  4. J

    WRITE READ SPI DATA in Oshonsoft

    "The MASTER does use a C/S-SS which can interrupt the SLAVE at any time, while other things are going on in the LOOP." Is that true? I thought the only thing that SS does, is to connect the slave to the SPI bus.
  5. J

    Add GPS/PARSE to 8xSERVO-MOTOR CODE in Oshonsoft

    str = str1 + str2
  6. J

    Add GPS/PARSE to 8xSERVO-MOTOR CODE in Oshonsoft

    No, only 32bit unsigned integer.
  7. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    I and 1 is a bitwise operation, result = bit zero of I, same as I and %00000001 Yes the manual is bad, you have to test almost all statements.
  8. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    camerart, does your compiler really accept binary values starting 0b. I have older version, which accepts only % at the beginning or b at the end.
  9. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    RC2 pin is for digital I/O or CCP1 (or FLTA interrupt), not for SPI.
  10. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    In #371: CCPR1L = 0x13 CCPR2H = 0x07 Shouldn't it be CCPR1H
  11. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    If 250ms is enough for parsing a 70 byte msg , then no problem.
  12. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    This was discussed in 2018 at AAC. It is good you are finally convinced:) I made in 2018 a test in Oshonsoft simulator and servo interrupt using TIMER1 loaded with servo on time. The main program ran with 99% speed.
  13. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    Is CCPR1= 2000 valid statement or should CCPR1H and CCPR1L be used?
  14. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    Write: CCPR1H = test.HB CCPR1L = test.LB
  15. J

    Hardware ESC 8xSERVO CONTROL on PIC (Oshonsoft BASIC)

    Yes, it is the max output current from the pins, when Vs = 5V. It is less, when Vs=3.3V

Latest threads

New Articles From Microcontroller Tips

Back
Top