Search found 446 matches

by philr
Tue Jan 18, 2022 7:19 am
Forum: MegunoLink
Topic: Preset options
Replies: 1
Views: 2039

Re: Preset options

Hi, you can save configurations and recall them as needed.
x2scrap.png
x2scrap.png (53.15 KiB) Viewed 2022 times
by philr
Mon Dec 06, 2021 9:05 am
Forum: MegunoLink
Topic: EEprom variable problem
Replies: 1
Views: 2031

Re: EEprom variable problem

Hi, We believe the problem is the static keyword in the first code box. Remove both and it should solve the problem. My colleague also said Saving and loading may not respect the volatile definition. So he should turn off interrupts when saving/loading (assuming volatile because value is used in int...
by philr
Fri Dec 03, 2021 11:34 pm
Forum: MegunoLink
Topic: Trend over 1 year
Replies: 1
Views: 1916

Re: Trend over 1 year

I think you will need to be more specific. MegunoLink could log data over that timeframe and you could plot it in a more suitable program like matlab or excel?
by philr
Fri Dec 03, 2021 11:33 pm
Forum: MegunoLink
Topic: UDP to MeguinoLink don't give connection
Replies: 2
Views: 2148

Re: UDP to MeguinoLink don't give connection

Hi Nils, I dont know much about that hardware but did you try this example out? https://github.com/vjmuzik/NativeEthernet/blob/master/examples/UDPSendReceiveString/UDPSendReceiveString.ino It looks like you would need to then put the IP address of your teensy into megunolink and send it a message. I...
by philr
Fri Dec 03, 2021 11:25 pm
Forum: Projects
Topic: GUI for PIR sensor ???
Replies: 1
Views: 28774

Re: GUI for PIR sensor ???

Hi, what would you like the GUI to do?
by philr
Tue Nov 16, 2021 7:38 am
Forum: MegunoLink
Topic: plotting with wifi
Replies: 1
Views: 1927

Re: plotting with wifi

Hi Ed, did you have any luck? What microcontroller are you using?

Cheers
Phil
by philr
Mon Oct 11, 2021 7:04 am
Forum: MegunoLink
Topic: Calling a serial command function
Replies: 4
Views: 3287

Re: Calling a serial command function

I think you should just create a separate function that is reusable. Call it from inside the command handler function and elsewhere in your code.
by philr
Sat Oct 02, 2021 4:54 am
Forum: MegunoLink
Topic: Calling a serial command function
Replies: 4
Views: 3287

Re: Calling a serial command function

Hi John, are you planning on pulling variables out of it when you run that function or just triggering some other code?
by philr
Sun Sep 19, 2021 7:51 am
Forum: MegunoLink
Topic: Formating data for XY plots
Replies: 3
Views: 3208

Re: Formating data for XY plots

This page shows you how to hide elements in a built version of your interface https://www.megunolink.com/documentation/builder/feature-selection/ Ill add your first question to the request list. Dont think there is a way to specify currently. Sorry misunderstood your second question. This is also no...
by philr
Sun Sep 19, 2021 7:46 am
Forum: MegunoLink
Topic: Formating data for XY plots
Replies: 3
Views: 3208

Re: Formating data for XY plots

This page shows how to change the style
https://www.megunolink.com/documentatio ... es-styles/