Search found 1062 matches

by chipfryer27
Sat Mar 23, 2024 8:14 pm
Forum: Projects - Embedded
Topic: RS485 example
Replies: 41
Views: 3114

Re: RS485 example

I already carried out my first experience sending only numerical data and I was able to verify that the transceiver sends the data (numeric) correctly and that the receiver also receives it correctly. Now I would like to send a frame of 3-4 bytes consecutively so that the receiving pic receives the...
by chipfryer27
Sat Mar 23, 2024 7:43 am
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 1035

Re: Visual-Only Flowcharter

Hi Use the Browse button to navigate /select your usual flowcode file (.fcfx) and Upload button to view it. It's a tool Ben kindly created and shared independent to Flowcode / Matrix TSL that displays your Flowcharts / variables etc. Below is an extract from the viewer and the target file used. View...
by chipfryer27
Wed Mar 20, 2024 7:17 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 49
Views: 100686

Re: Suggestions for new microcontroller support

Hi With regards to controlling via an android app this is doable, to an extent. You can create an interactive environment using Web Developer which creates a HTML page that runs in most browsers including those found on android phones.The page allows you to send instructions and receive results etc....
by chipfryer27
Mon Mar 18, 2024 7:16 pm
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 486

Re: Web Developer browsers

Hi Further info. Firefox 115 on a W8.1 machine doesn't work due to CORS restrictions. Microsoft Edge and Google Chrome do work. Firefox 123 on W10 / 11 does work as do Microsoft Edge and Google Chrome. On a Samsung running android 13, Firefox, Chrome and DuckDuckGo do work, however default app Web V...
by chipfryer27
Mon Mar 18, 2024 2:51 pm
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 486

Re: Web Developer browsers

Hi

I tried disabling all extensions, didn't work, then compared my 115 settings to 123 and all my FF instances are set the same.

It's not going to be much of a issue for me, as Edge works. I might try with some other browsers just to see which if any are troublesome..

Regards
by chipfryer27
Mon Mar 18, 2024 11:48 am
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 486

Re: Web Developer browsers

Hi Steve

Exactly that. On my W8.1 FF throws a CORS wobbly but Edge is fine.

On my android, not found a way to get FF to "see" the file yet, but Chrome does work.

Regards
by chipfryer27
Mon Mar 18, 2024 3:31 am
Forum: General
Topic: Math help wanted: Zeller congruence
Replies: 4
Views: 376

Re: Math help wanted: Zeller congruence

Hi Sorry to be brief, it's stupid O' clock and I'm heading out soon. Very interesting little project. I would break the calculation down into individual steps containing one action (calculation) and then step through your chart checking each result is as expected. This would hopefully allow you to s...
by chipfryer27
Mon Mar 18, 2024 3:09 am
Forum: General
Topic: Burst Sine Pulse
Replies: 1
Views: 128

Re: Burst Sine Pulse

Hi

You could possibly try Components > DSP > Waveform Generator. The Wiki has examples and explains how it works.

Regards
by chipfryer27
Sun Mar 17, 2024 6:08 pm
Forum: Feature Requests
Topic: Few sugestions :D
Replies: 1
Views: 316

Re: Few sugestions :D

I know, these aren't the most sexy things to ask but...
I'm a sucker for a nice colourful pair......
by chipfryer27
Sun Mar 17, 2024 8:11 am
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 486

Re: Web Developer browsers

Hi Firefox v115 is the latest version that runs on W8.1 and v123 is the latest running on W10 / 11. All instances of FF are identical in terms of settings / add-on etc. The issue in using the Example in FF v115 relates to CORS, but although going through the help files I've not yet found out why (pr...