Search found 446 matches

by philr
Wed Oct 25, 2017 2:17 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11389

Re: ESP32 on 1.8.5

Nice catch!
by philr
Wed Oct 11, 2017 1:18 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11389

Re: ESP32 on 1.8.5

Hmm its a bit of a mystery. Can you turn on verbose compiler output and we can compare the compilation steps. Preferences->show verbose output during->compilation. In the attachment there is a text file with my output. Maybe you can do the same and we try to identify what's different. ESP32 Compiler...
by philr
Tue Oct 10, 2017 12:59 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11389

Re: ESP32 on 1.8.5

Yep seems fine with 1.8.5 when compiling this example https://github.com/Megunolink/MLP/blob/master/examples/InterfacePanel/SetParameters/SetParameters.ino Does that one build for you? I followed these instructions to get the ESP32 library files https://github.com/espressif/arduino-esp32/blob/master...
by philr
Tue Oct 10, 2017 12:52 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11389

Re: ESP32 on 1.8.5

Hi, I have been playing with the esp32 lately and it seems to be working for me. I am using the latest files from github and 1.8.2 of the IDE (although I dont expect it to change with 1.8.5 (ill download now and test)). How did you go about installing the esp32 library files?

Cheers
Phil
by philr
Mon Oct 09, 2017 2:12 am
Forum: MegunoLink
Topic: Multiple Tables
Replies: 3
Views: 6559

Re: Multiple Tables

Hi Comiter, our Arduino library doesn't currently support multiple tables. You can use channels to make this work but you would need to create your own functions that add a channel name to the table message. This page shows the raw plotting message information. https://www.megunolink.com/documentati...
by philr
Thu Oct 05, 2017 1:44 am
Forum: MegunoLink
Topic: Clarification of using EEPROMStore.
Replies: 5
Views: 8471

Re: Clarification of using EEPROMStore.

Haha sometimes the weirdest solutions seem to work. That shouldn't have been necessary so let us know if you have any troubles in the future.

Good luck on your project
Phil
by philr
Thu Oct 05, 2017 1:40 am
Forum: MegunoLink
Topic: InterfacePanel com port
Replies: 3
Views: 6777

Re: InterfacePanel com port

Nice one! The relevant documentation can be found here https://www.megunolink.com/documentation/sending-data-using-a-visualizer-class/ Another approach is to jump into the library code (I find github a great place to do this) and see if you can see the sort of functionality you're hunting. For examp...
by philr
Wed Oct 04, 2017 12:06 am
Forum: MegunoLink
Topic: Clarification of using EEPROMStore.
Replies: 5
Views: 8471

Re: Clarification of using EEPROMStore.

Hi Brett, hmm by double-clicking the .mlx file it should have opened Megunolink. Do you use MATLAB as well? They annoyingly started using the same extension as us about a year or two ago. You can open it from inside Megunolink by clicking on the little folder icon (second from left on main toolbar)....
by philr
Tue Oct 03, 2017 3:33 am
Forum: MegunoLink
Topic: A couple of questions from a newbie.
Replies: 1
Views: 4153

Re: A couple of questions from a newbie.

Hi Brett, just to keep the forum users up to date ill put some of our email chain here. The answer to your first question is MegunoLink itself is more of a development and debugging tool. It's not designed to be distributed for end users. We do offer an additional product called Builder which can tu...
by philr
Tue Oct 03, 2017 3:25 am
Forum: MegunoLink
Topic: Clarification of using EEPROMStore.
Replies: 5
Views: 8471

Re: Clarification of using EEPROMStore.

Hi Brett, I have created an example which uses EEPROMStore based on our original "SetParameters" example. You can see it here https://github.com/Megunolink/MLP/blob/master/examples/InterfacePanel/SetParametersWithEEPROM/SetParametersWithEEPROM.ino The blink example currently uses the AddVa...