Hi, I think it might work if you remove the F("...."). Just put the string in "....".
Cheers
Phil
Search found 359 matches
- Wed Mar 24, 2021 8:24 am
- Forum: General Discussion
- Topic: Basic On/Off visualisation
- Replies: 4
- Views: 552
- Thu Mar 11, 2021 6:15 am
- Forum: General Discussion
- Topic: Displaying IMU data
- Replies: 2
- Views: 1602
Re: Displaying IMU data
Hi Pnaybour, not that I'm aware of. Do you want to be able to switch between MegunoLink and Python?
- Thu Mar 11, 2021 6:13 am
- Forum: MegunoLink
- Topic: Multiple values with same time stamp in time plot
- Replies: 4
- Views: 523
Re: Multiple values with same time stamp in time plot
Nice, great work!
- Sat Mar 06, 2021 11:21 pm
- Forum: MegunoLink
- Topic: Uninstall Megunolink
- Replies: 4
- Views: 552
Re: Uninstall Megunolink
The file renamed AVRDude(MLP) is the original one supplied with the arduino ide. We rename it to this and copy in our one so that when you trigger programming MegunoLink is signaled so it can close the COM port automatically. To answer your questions 1 - MegunoLink is pretty flexible. It doesnt chec...
- Fri Mar 05, 2021 10:30 pm
- Forum: MegunoLink
- Topic: Uninstall Megunolink
- Replies: 4
- Views: 552
Re: Uninstall Megunolink
As a side note its unlikely this is the problem. We simply forward and messages on to the original avrdude.exe file so it seems more likely you are having COM port issues.
Cheers
Phil
Cheers
Phil
- Fri Mar 05, 2021 10:29 pm
- Forum: MegunoLink
- Topic: Uninstall Megunolink
- Replies: 4
- Views: 552
Re: Uninstall Megunolink
Hi Steve, sorry for the inconvience. You can remove the wrapper by going to the hardware\tools\avr\bin folder, deleting the avrdude.exe we add and renaming the original back to avrdude.exe. See the picture below. Delete the file with the red cross and rename the highlighted one back to "avrdude.exe"...
- Fri Feb 26, 2021 6:02 am
- Forum: MegunoLink
- Topic: Multiple values with same time stamp in time plot
- Replies: 4
- Views: 523
Re: Multiple values with same time stamp in time plot
The issue is one of processing jitter. Windows computers are typically allocates slices in time to process data. Because you are sending data at full speed multiple messages are arriving at the computer and are being processed in quick succession. Because the timestamp is being generated in the comp...
- Fri Feb 26, 2021 5:59 am
- Forum: Builder
- Topic: License Name change
- Replies: 1
- Views: 598
Re: License Name change
Hi, yes just get in touch here
https://www.megunolink.com/contact-us/l ... d-billing/
https://www.megunolink.com/contact-us/l ... d-billing/
- Fri Feb 26, 2021 5:55 am
- Forum: General Discussion
- Topic: Store value in MegunoLink
- Replies: 1
- Views: 353
Re: Store value in MegunoLink
Hi, there isnt strictly a way to store values. The best way is probably to store it on the arduino using the eeprom. We have an example on this https://www.megunolink.com/documentation/arduino-libraries/eepromstore/ Then when megunolink starts you could grab the values from the micro if you wanted t...
- Fri Feb 26, 2021 5:53 am
- Forum: MegunoLink
- Topic: Saving custom names for Record Table
- Replies: 1
- Views: 289
Re: Saving custom names for Record Table
Hi, this is a bug and will be fixed in the next update. Sorry about the inconvenience.