Search found 141 matches

by kersing
Thu Mar 11, 2021 9:36 pm
Forum: General
Topic: Delays and interrupts
Replies: 2
Views: 2186

Re: Delays and interrupts

Delay executes a number of ‘no operation’ instructions, an instruction that tells the controller to just wait a for small amount of time. To get the delay correct flowcode calculates the number of these instructions to execute and constructs a loop to call the right number of them. If an interrupt o...
by kersing
Tue Feb 09, 2021 9:22 pm
Forum: General
Topic: NINA-W102 on FC9?
Replies: 4
Views: 2709

Re: NINA-W102 on FC9?

You can download and use V9 for some time for free to test yourself.
by kersing
Sun Feb 07, 2021 6:34 pm
Forum: General
Topic: ADC MCP320x Component
Replies: 23
Views: 11206

Re: ADC MCP320x Component

For simulation I would expect/use an event to trigger when simulation starts to set the properly. There should be such an event available, don’t have a computer with flowcode close so I can’t check right now.
by kersing
Fri Jan 22, 2021 9:37 pm
Forum: General
Topic: Help with XC compiler problem
Replies: 9
Views: 4685

Re: Help with XC compiler problem

Take a look at your C code icons. If you need help it would be best to post the code from them as code block on the forum in stead of having us try to distil th8ngs from the compiler errors.
by kersing
Wed Jan 13, 2021 8:02 am
Forum: General
Topic: 8 big pic ssd1306 error not compile.
Replies: 1
Views: 1792

Re: 8 big pic ssd1306 error not compile.

Please don’t hijack a thread dealing with a totally different controller.

Your issue is a lack of ram in your target controller. Check this post on the FC7 forum for details.
by kersing
Thu Jan 07, 2021 4:31 pm
Forum: App Developer
Topic: Electrical Test Projects
Replies: 9
Views: 5689

Re: Electrical Test Projects

Hi Ben,

Could you include measuring coils as well?
by kersing
Mon Jan 04, 2021 6:00 pm
Forum: Bug Reports
Topic: Calculation order
Replies: 4
Views: 2741

Re: Calculation order

Sounds like perfect order in which the operands should be applied to me.
Division has higher priority and is performed first. If you want to make sure things are done in the order you expect always use parenthesis.
by kersing
Sun Dec 27, 2020 6:55 pm
Forum: Bug Reports
Topic: Esp 32 wroom not compiling ssd1306 i2c oled 128x32
Replies: 1
Views: 1715

Re: Esp 32 wroom not compiling ssd1306 i2c oled 128x32

Please do not post about the same issue multiple times. Just reporting it once works.
by kersing
Fri Dec 18, 2020 10:58 am
Forum: Feature Requests
Topic: Display with new command for Arduino or similar micro.
Replies: 4
Views: 3412

Re: Display with new command for Arduino or similar micro.

Perhaps read messages by other forum users and the responses? It looks like this message might contain the solution or a way forward.
by kersing
Fri Dec 18, 2020 10:49 am
Forum: Feature Requests
Topic: ESP 32 WITH DISPLAY ON BOARD
Replies: 6
Views: 4423

Re: ESP 32 WITH DISPLAY ON BOARD

Please do not post the same message multiple times in different parts of the forum. It only results in more work for staff and moderators as we will merge the two...