Maestro Servo Controller icon Maestro Servo Controller USB control for Pololu Maestro (6/12/18/24) via ARC Vx ports. Maps Vx to Maestro channels; supports position, speed, acceleration, release. Try it →
Asked — Edited
Resolved Resolved by DJ Sures!

Say Ezb

When I use the mobile Ez builder app and use Blocky , I get and Error message when I try to use the Say Ezb command.

Example: SayEZB "Hello World"

Code SayEZB("Hello World")

I get the error message >Error on line 1: Attempt to invoke virtual method 'java.lang.Objectjava.util.HashMap.get(java.lang.Object)' on a null object reference

When I use this in the PC version of Ez Builder it works fine.

Is this a bug in the mobile version? Not yet implented yet?

Thanks,

Eric


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#9  

Got it - there's a deprecated xamarin bind to the android native function which is expired. I guess some devices still support it and others don't. I'm checking for the API version and using the new function, respectively.

It's uploaded now and will be online in a few hours or by tomorrow at the latest. Android updates pretty quick

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#11  

Does the update work for your devices?

#12  

Thanks Dj,

The Update worked and Say EZB works fine now.

Eric

;)