Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Ioannis; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    What I read from that thread is that you do not have to worry about stealing your idea from pcb perspective.

    And I never cared about that. Maybe because I use most of the cases, MCU on board and...
  2. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    And I guess the higher infill the slowest process. Added to the more plastic usage, right?

    Ioannis
  3. Replies
    8
    Views
    222

    Re: Creality, worst customer support

    Just saw this https://eu.store.bambulab.com/en-gr/products/a1

    Although it has smaller printing area than Anycubic, it can color print and also has a nice feature for fuzzy printing, getting rid of...
  4. Replies
    11
    Views
    352

    Re: Serout2 question

    Glad you got it working!

    Beer accepted!

    Ioannis
  5. Replies
    8
    Views
    222

    Re: Creality, worst customer support

    Wow, this is speedy!

    Happy printing!

    Ioannis
  6. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    10% infill means that the compact pieces are not really compact inside?

    Sorry, but I am at zero, regarding 3D printers.

    Ioannis
  7. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    Well, you do not have to tell them what you are doing. And after all, having a plastic thing printed there, what really means to them? They cannot figure what you are doing, right?

    The $87.45 is...
  8. Replies
    3
    Views
    118

    Re: Looking for HDMI drawing

    Maybe here:

    https://hdmi.org/requestform/clickrequestasync?docId=16

    But you have to register in order to be allowed access.

    Ioannis
  9. Replies
    11
    Views
    352

    Re: Serout2 question

    Are you sure the settings of the internal registers are the same on all you modules?

    Can you check/verify that?

    Also, power supply should be capable to withstand the peak currents of the...
  10. Replies
    11
    Views
    352

    Re: Serout2 question

    Either one character or million of characters, the RS-232 sends each character alone. It has start bit, stop bit, maybe a parity bit too and the data itself. So, if between characters, there is small...
  11. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    Well, OK with the self 3D printing for one or two pcs. But is it cost effective for small production?

    What about using JLCPCB 3d capabilities? https://jlc3dp.com/?source=JLCPCB-top-productbar...
  12. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    Never thought of that, printing to an angle so it can fit in the area!

    I like this thread more and more!

    Ioannis
  13. Replies
    11
    Views
    352

    Re: Serout2 question

    The command send all at once. No commas are inserted if you do not explicitly define so.

    The command will send the text string and immediately after that will send the MyValue not as one binary...
  14. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    Thanks for the info.

    Ioannis
  15. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    With resin you need a mold I guess.

    But with laser cut acrylic sheet, the pipe may not be cylindrical, or is it?

    Ioannis
  16. Replies
    4
    Views
    170

    Re: Timer 0 not accurate

    One second in the ISR is counted as 16.384*62=1.015808

    Every minute is 60*1.015808=60.94848 so it is indeed about 50-56 seconds faster.

    Why not use the TMR0 as 16 bit timer, no prescaler. After...
  17. Replies
    11
    Views
    352

    Re: Serout2 question

    The command serout2 PORTB.1, 84, ["This is my value:", dec MyValue, 13,10] is valid and you can use it.

    Also same goes for Hserin too.

    I may have not understood your problem.

    Ioannis
  18. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    It is really amazing what you can do with a relatively cheap machine these days! Endless possibilities.

    I suppose the LED is between 4th and 5th button, right? Can you 3D print transparent...
  19. Re: I2C Communication between PIC18F4550 and AS5600

    Well, from the datasheet I could not understand much about how to read data from the chip.

    What are the $0F and $0E after $36 in your commands?

    Also, are you sure you have connected correctly...
  20. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    Whatever you choose for the prototype, it needs a lot of time.

    At least with 3D you have freedom to do anything you like.

    Keep on!

    Ioannis
  21. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    At this size, maybe wood is an option for the prototype?

    I saw Smooth-On silicon which is very exciting! But for an enclosure too much of work I guess.

    Ioannis
  22. Replies
    148
    Views
    22,677

    Re: New project - MSFS C++ USB interface

    That is great! Nice choice.

    What enclosure are thinking to make?

    Ioannis
  23. Replies
    4
    Views
    181

    Re: Resetting a slave from master mcu

    The base of the transistor is grounded through R6. The other end of R6 is Vss, meaning ground.

    To Reset the system you have to feed high to the transistor in this circuit.

    I am a bit worry...
  24. Replies
    27
    Views
    528

    Re: Who sees my stupid mistake?

    Indeed Henrik. You are absolutely right!

    Now I recall I had the same issue once and instead of loose my time trying to find the strange error, i went off to a state machine logic and kept my...
  25. Replies
    27
    Views
    528

    Re: Who sees my stupid mistake?

    Henrik, I think this does not explain why code in post #4 also does not work as the RuudNL says.

    Ioannis
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4