Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - helge

Pages: [1] 2
1
mc-Module / Re: Build Failure Message "Internal Error Instr Type*1024"
« on: August 31, 2016, 11:55:20 am »
You can give the TSL2561 library a try .... get it from: https://github.com/luetgendorf/mcScript

2
mc-Studio / How to send Debug msgs from code
« on: August 31, 2016, 10:34:00 am »
I'm trying to get debug messages from the modules, but Debug.Write only crashes mc-Studio all the time. Can you point me in the right direction, please?

Setup used: mc-dev, mc-module 110, mc-Studio connected via TestBoardGateway

3
mc-Studio / Re: mcStudio (0.7-897) Issues
« on: August 31, 2016, 10:24:07 am »
Thanks for the instant fix, I2C is working again!

4
mc-Studio / mcStudio (0.7-897) Issues
« on: August 31, 2016, 06:55:49 am »
I've upgraded to the newest version and having several issues:

1) I've created a new project but building the project fails with "Build Failed: Could not find file C:\Users\MyUser\mcThings\Blinky\Blinky.lst"
2) I2C Error 32 I2cInvalidSdaPin when using I2c.Create(I2C_HiGH_SPEED, Pin.SCL, Pin.SDA, addr)

mcMod110 0.7-368
mcGate110 0.6-362 0.7-410

5
mc-Platform General / Re: Remote mc-Product Maintenance
« on: August 29, 2016, 11:10:47 am »
@kristofferis I don't think it will be running on a local server. Just keep in mind that mcThings are completely proprietary and closed source. Maybe a windows only (no Linux) service acting as server. I'll bet mcCloud will be only available as a paid monthly subscription, too. McThings can prove me wrong, please!

6
mc-Gateway / Re: POE for gateway.
« on: August 26, 2016, 06:35:05 am »
I've used one of those kits. http://amzn.to/2bFG98z

7
mc-Studio / Debugger Display Value of Class
« on: August 25, 2016, 10:47:08 am »
Hi,

can you outline how to implement the debugger value for a class? Currently it shows an empty value in that column. Thx.

Code: [Select]
Class TSL2561Measurement
    Private broadband As Integer
    Private ir As Integer
    Public Sub New()
        broadband = Nothing
        ir = Nothing
    End Sub
    Public Function ToString() As String
        Return "broadband=" + broadband.ToString() + ", ir=" + ir.ToString()
    End Function
End Class

8
mc-Module / Re: Build Failure Message "Internal Error Instr Type*1024"
« on: August 24, 2016, 07:03:24 am »
@kristofferis sure, I'll share the code here. But it was done before the mc-Things platform was declared proprietary instead of open source. Therefor I'm considering leaving this platform and will not develop this any further. Therefor github would be inappropriate.

9
mc-Module / Re: Build Failure Message "Internal Error Instr Type*1024"
« on: August 24, 2016, 02:14:26 am »
I've done the TSL2561 already. Not 100% complete and ported from the android version.

10
mc-Product General / Re: OpenSource Hardware, Software and Firmware
« on: August 17, 2016, 01:16:26 pm »
Tom,

that's simply very unfair.

@Software:
Ok, I can live with your decision to close down the source code. I'm not really happy with that, but I accept it.
It's a pity because I wanted to add features to your platform, which you told me that wouldn't be added or are not planned at all.

@Hardware:
Now I want to make use at least of the hardware, not with your closed source because I don't want to support a proprietary solution which is completely useless for my needs. May I kindly remember you that you've also promised to make the hardware open source at the Kickstarter campaign. At the moment every sentence published there is not true anymore. The current status has nothing to do with the "reward" you've promised there.

Well, how would you feel in my situation?

Regards,
Helge

11
mc-Product General / Re: OpenSource Hardware, Software and Firmware
« on: August 16, 2016, 12:42:32 pm »
And what about the schematics for the gateway and the dongle?

12
mc-Product General / Re: OpenSource Hardware, Software and Firmware
« on: August 10, 2016, 11:59:19 am »
Hi Tom,

thanks for the clarification. Now I'm speechless, more than disappointed, upset and some other things which I won't post here.

I've thought about it for the last few days since you confirmed that software/hardware open source is not going to happen. In my opinion mc-Things does not act trustfully, you've promised too much and kept this information hidden from your supporting users until now. As mentioned within the direct messages on kickstarter it was and is a key argument for me to support this project and even more, to invest more money. I'm sure it was much more than the average. 

I do understand your decision regarding the investment, but it's your responsibility to arrange the requirements of your company and the promises made to your customers at the funding campaign. How you did that isn't truly honest.

Right now I cannot use the mc-things platform for my needs, just because you closed all doors and I cannot add the needed functionality by myself. What offends me much more is the fact that I can't even try to completely reprogram the firmware by myself, because you don't provide any schematics of the hardware in addition to the fact that I can't even get the mc-Module firmware back on those reprogrammed modules. Brilliant.

Really sad.
Helge

13
mc-Product General / Re: OpenSource Hardware, Software and Firmware
« on: August 05, 2016, 12:52:16 pm »
Can I please get an official statement regarding the Open Source status?

14
mc-Module / Re: Connection Problem
« on: August 04, 2016, 11:15:18 am »
@mc-Abe

1) no, the connection to the module is still not working. In the meantime another module is also dead. OTA updates are still possible.
2) why does my code work within the ButtonPressed Event and bricked the mc-module in the Boot Event? Doesn't make sense.
3) hex file: read my in mc-Product General section here, which is still waiting for an official response here

15
mc-Module / Re: Connection Problem
« on: July 26, 2016, 11:27:10 am »
@mc-Abe

well the lockup occurs even if the i2c device is not connected any more. the module blinks red once and thats it. no beacon is sent. It's still possible to OTA flash it with the updater. can you please pm me the hex file to re-flash the mc-Module with nrfjprog?

Pages: [1] 2