Search found 10 matches

by shields
Wed Jan 30, 2019 7:29 am
Forum: MegunoLink
Topic: Using Megunolink Check Box with ShieldBuddy
Replies: 3
Views: 7241

Re: Using Megunolink Check Box with ShieldBuddy

Hi Phil, Yeah it is a pretty awesome processor. It has all sorts of peripherals designed for automotive applications that I haven't even explored. I took a look at the SetParameters example to see if I could get that to work. Turns our that I can use: CommandHandler<> SerialCommandHandler(SerialASC)...
by shields
Sat Jan 05, 2019 7:05 am
Forum: MegunoLink
Topic: Using Megunolink Check Box with ShieldBuddy
Replies: 3
Views: 7241

Using Megunolink Check Box with ShieldBuddy

Hi Phil, I'm trying to use Megunolink with a multicore processor called the Hitex ShieldBuddy. This Arduino board uses the three core Infineon processor running at 200 Mhz. I made a simple sketch and *.mlx file to study how to transfer commands and data between the cores. I use core0 to handle the s...
by shields
Tue Nov 06, 2018 5:18 am
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Re: Table Errors

Hi Phil,

FYI this worked …

TimePlot MyPlot("Test Time Plot",SerialASC);

but not this …

TimePlot MyPlot("Test Time Plot",&SerialASC);

Didn't seem to like the address operator.

-Joel
by shields
Mon Nov 05, 2018 12:18 am
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Re: Table Errors

How do I make the execution of the #define dependent on the board I select? The board I'm using shows up as a ShieldBuddy_TC275_Dx within the Tools>Board menu. Sorry not very familiar with the Arduino IDE environment.

-Joel
by shields
Sun Nov 04, 2018 4:40 am
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Re: Table Errors

Hi Phil,

Had some success using

# define Serial SerialASC

inside TimePlot.h. I am now seeing a message

{TIMEPLOT:Test Time Plot|DATA|My Sensor|T|4.7000}

in the Monitor stream. Not sure if this is the whole solution though.

-Joel
by shields
Fri Nov 02, 2018 6:12 am
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Re: Table Errors

Hi Phil, Your library compiles on my Arduino Due but I've now moved to trying it with a shieldbuddy which is a three core 200 Mhz processor. The code compiles but I tried plotting a constant value using a TimePlot and I didn't see any messages in the serial monitor. One thing is that this processor ...
by shields
Thu Nov 01, 2018 4:23 pm
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Re: Table Errors

Hi Phil,

Seems to have worked. Thx,

-Joel
by shields
Wed Oct 31, 2018 6:21 am
Forum: MegunoLink
Topic: Table Errors
Replies: 8
Views: 11272

Table Errors

Hi Phil, I'm getting some compile errors using the Arduino IDE. I am using the latest version of Megunolink 1.24.18261.918 with Arduino 1.8.5. I get these errors whether I'm compiling for the Arduino DUE or the ShieldBuddyTC275 which is a multicore processor. What's curious is that I have compiled M...
by shields
Sun Jan 07, 2018 5:25 am
Forum: MegunoLink
Topic: Due Support
Replies: 7
Views: 10683

Re: Due Support

Phil,

Yes things seem to be working again. Thx for the help.

-Joel
by shields
Sat Jan 06, 2018 7:16 pm
Forum: MegunoLink
Topic: Due Support
Replies: 7
Views: 10683

Re: Due Support

I've been having similar problems with Megunolink using the Due. Sent an email to support@megunolink.com a few days ago but no reply yet. Been trying to compile the blink2 example as well as my own sketch. I think the problem is related to an update of either the Megunolink library or an update I di...