Search found 446 matches

by philr
Fri Mar 23, 2018 2:58 am
Forum: MegunoLink
Topic: Own map
Replies: 3
Views: 6915

Re: Own map

Hmm nothing that I am aware of.
by philr
Wed Mar 21, 2018 9:20 pm
Forum: MegunoLink
Topic: Own map
Replies: 3
Views: 6915

Re: Own map

Hi Pelle, unfortunately not. We use a 3rd party for our maps and its set up to simply show markers at the particular coordinates it is given.
by philr
Tue Mar 06, 2018 7:31 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13344

Re: Serial communication issue with 16 bit external ADC for arduino

All good, sometimes you just need a fresh set of eyes.
Phil
by philr
Mon Mar 05, 2018 10:29 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13344

Re: Serial communication issue with 16 bit external ADC for arduino

Nope looks like the example uses int so it must be a signed result. I did notice that they have ads.begin(); or in your case ads1115.begin(); in their setup section which i dont see in your program.

Cheers
Phil
by philr
Mon Mar 05, 2018 10:00 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13344

Re: Serial communication issue with 16 bit external ADC for arduino

Also worth checking are your types. You're using int16 which is signed so -32k to +64k. Do you expected a signed number from the adc chip? Might need to change to uint16_t. Also you might need to cast your calculation so it generates the right types.

Like
float Voltage = (float)adc0*(float)0.000188;
by philr
Mon Mar 05, 2018 9:56 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13344

Re: Serial communication issue with 16 bit external ADC for arduino

The code looks right. The only thing I can think of is a measurement problem. Maybe the adc chip needs more time between measurements or something. It sounded like you confirmed the adc numbers change when not in the automatic loop... Maybe the pwm delay isn't enough or something. You can confirm me...
by philr
Sat Mar 03, 2018 5:06 am
Forum: MegunoLink
Topic: TabControl container
Replies: 2
Views: 5413

Re: TabControl container

Hi Frank, see the screenshot attached.
by philr
Sat Mar 03, 2018 5:04 am
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13344

Re: Serial communication issue with 16 bit external ADC for arduino

Hi, when you say not working. Can you describe in what way? It builds fine for me and seems to send messages. I get {XYPLOT|SET|title=My Analog Measurement} {XYPLOT|SET|x-label=Voltage(V)} {XYPLOT|SET|y-label=Current(uA)} {XYPLOT|STYLE|Measurement:ms_2} {XYPLOT|DATA|Measurement|2.82|47.97} {XYPLOT|D...
by philr
Sat Mar 03, 2018 4:58 am
Forum: MegunoLink
Topic: ChekBox Control
Replies: 1
Views: 4067

Re: ChekBox Control

Hi Frank, yep we have a page that lists all the properties. If you use our Arduino library it will send the messages with the correct formatting. These are the relevant pages to read through https://www.megunolink.com/documentation/arduino-update-interface-panel/ https://www.megunolink.com/documenta...
by philr
Fri Mar 02, 2018 7:56 pm
Forum: MegunoLink
Topic: having trouble getting started
Replies: 4
Views: 7098

Re: having trouble getting started

We have put out a recent update and you might be in the middle of it with two machines. Try uninstalling on the non working machine and reinstalling after downloading from our website.

It should work fine of both of those systems.

Cheers
Phil