André

Results 10 comments of André

Hey, have you fixed the problem? We´ve ported this sdk to a native swift implementation for iOS but also have problems with the bluetooth connection. It seems, if direct commands...

Hi, i never tested the the ability to read sensor values and since i don´t own a Mac or EV3 anymore, i´m not able to test it. What you can...

Hi, you just need to obtain the EAAccessory and then it should work like the following: ``` private func connect(accessory: EAAccessory){ connection = Ev3Connection(accessory: accessory) brick = Ev3Brick(connection: connection!) connection?.open()...

Hi, its been a while since i have worked with the EV3 and iOS. There is a [Ev3Connection](https://github.com/andiikaa/ev3ios/blob/master/EV3IOS/Ev3Connection.swift) class, which handles the communication. If you are able to get the...

Ah ok. On the `open()` method in [Ev3Connection](https://github.com/andiikaa/ev3ios/blob/master/EV3IOS/Ev3Connection.swift) class, i obtain the in- and output streams from the EASession. So instead getting the streams from the EASession, you could get...

What does not work? Could you write to the socket?

You could make an interface for the connection class, which contains the important public methods. And then have two connection implementation. Bluetooth (which already exists) and a Wifi connection class....

Hi, i think the problem is, that the current implementation of the switch subdevice doesn't fetch the current switch state, when it is enabled (binding state is `UNDEF`) As mentioned...

I think i had a similar issue, when using maps with more complex types other than strings. The generator was generating invalid `MarshalJSON` methods. I tried to marshal `AdditionalProperties` values...

@torbensky did you find a workaround for that issue? I'm having the same issue on another spec.