Currently using V10 and thinking of purchasing the professional license for the oscilloscope and other support.
Do I need to upgrade to V11 before purchasing the Professional license?
Search found 44 matches
- Wed Dec 03, 2025 3:32 am
- Forum: General
- Topic: professional upgrade question
- Replies: 1
- Views: 1009
- Sat Nov 22, 2025 5:17 pm
- Forum: General
- Topic: Timer or interupt?
- Replies: 19
- Views: 11431
Re: Timer or interupt?
Thank you for taking the time.
Much appreciated!
I'm new to the programming world.
You're work is levels above my pay grade.
After looking at your code and doing some research and using a little bit of AI help I am getting a much clearer insight at coding and respect for Flowcode.
Your typical ...
Much appreciated!
I'm new to the programming world.
You're work is levels above my pay grade.
After looking at your code and doing some research and using a little bit of AI help I am getting a much clearer insight at coding and respect for Flowcode.
Your typical ...
- Fri Nov 21, 2025 9:33 pm
- Forum: General
- Topic: Timer or interupt?
- Replies: 19
- Views: 11431
Re: Timer or interupt?
An interrupt is easier to use for real times tasks - doing things in a loop with delays gets much more complicated as the task gets harder - imagine flashing two (or more) LEDs at different intervals for example...
The mistake most commonly made it trying to do too much on the interrupt handler ...
- Fri Nov 21, 2025 8:16 pm
- Forum: General
- Topic: Timer or interupt?
- Replies: 19
- Views: 11431
Re: Timer or interupt?
Having a difficult time learning interupts.
Not much out there on interupts.
Any links anyone know of?
Not much out there on interupts.
Any links anyone know of?
- Fri Nov 21, 2025 8:14 pm
- Forum: General
- Topic: Timer or interupt?
- Replies: 19
- Views: 11431
Timer or interupt?
Adding a heart beat LED to an output pin to let me know if the PIC is actively running.
Using every CIP I can for my project to leave thecore to more important tasks.
I did get a flashing LED using delay but do not want any delays if I don't have to.
Asking if it's better to use an interupt to ...
Using every CIP I can for my project to leave thecore to more important tasks.
I did get a flashing LED using delay but do not want any delays if I don't have to.
Asking if it's better to use an interupt to ...
- Mon Oct 06, 2025 2:07 am
- Forum: Feature Requests
- Topic: Question building a home grown E-block2 DAC board.
- Replies: 1
- Views: 6195
Question building a home grown E-block2 DAC board.
Not sure if I'm posting in the correct area of the forum. MoD please let me know if I need to move this to the proper forum area
I've bought both the BL0011 and the BL0114 boards and learning what I need for a PIC project.
There is not a DAC Eblock2 board available and I would like to build an ...
I've bought both the BL0011 and the BL0114 boards and learning what I need for a PIC project.
There is not a DAC Eblock2 board available and I would like to build an ...
- Fri Sep 26, 2025 2:31 am
- Forum: Feature Requests
- Topic: AD9850 component
- Replies: 6
- Views: 13614
Re: AD9850 component
When would anyone know if ar equested component is available?
- Wed Sep 17, 2025 10:27 am
- Forum: General
- Topic: Idea on how to sync and then follow a frequency.
- Replies: 9
- Views: 4837
Re: Idea on how to sync and then follow a frequency.
I was thinking of using either an AD9833 or AD9851 DDS chip conected through SPI to adjust the phase to stay in sync.
I have ordered and received both the Matrix BL0011 and the BL0114 boards.
I'm a newby when it comes to programming PICs.
Went through the Matrix curriculum looking for more on ...
I have ordered and received both the Matrix BL0011 and the BL0114 boards.
I'm a newby when it comes to programming PICs.
Went through the Matrix curriculum looking for more on ...
- Wed Sep 17, 2025 5:00 am
- Forum: General
- Topic: Idea on how to sync and then follow a frequency.
- Replies: 9
- Views: 4837
Re: Idea on how to sync and then follow a frequency.
100hz signal
- Wed Sep 17, 2025 2:11 am
- Forum: General
- Topic: Idea on how to sync and then follow a frequency.
- Replies: 9
- Views: 4837
Re: Idea on how to sync and then follow a frequency.
Hi
You have asked a question that is a bit vague. What do you mean exactly for it to do?
You could mean take an incoming frequency and use that as the clock in, then the microcontroller will be syn'd to that, or something else entirely.
A bit more info would allow us to help better.
Regards ...