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 - kristofferis

Pages: [1] 2 3 ... 20
1
Hello. That sounds like a good idea.
What temperature sensor do you use now? I guess you want to connect the same sensors that you have now.

2
mc-Innovations / Re: mcModules goes cold
« on: May 25, 2018, 06:50:21 am »
I have not made any proper case for this.
But I think it would be great to make a case for this module and with this battery.

3
mc-Innovations / Re: mcModules goes cold
« on: January 02, 2018, 08:53:24 am »
Yes, that is true, and remember that they send temperature update every minute  :)
So this is very impressive.

4
mc-Innovations / Re: mcModules goes cold
« on: December 19, 2017, 11:43:48 am »
I think it is time to make a new post so that all could see how fantastic the battery is and also the mcModules that just keeps going :)

[ Guests cannot view attachments ]

5
mc-Module / Re: Problem with mcModule case working with magnets
« on: May 03, 2017, 01:28:52 am »
Hello.
Yes, I have the exact same problem.

But when I installed them on my doors then I installed a magnet (one of the two from the case) inside the wooden frame instead and that turned out nice.

6
mc-Studio / Re: Device.Uid
« on: April 12, 2017, 02:58:50 pm »
No problem.
Just let us know if you need any more help.

7
mc-Studio / Re: Device.Uid
« on: April 12, 2017, 04:49:04 am »
Its good that it works now for you but you do not have to do it like that, and no need to use x instead of X.

Here is a working solution from one of my projects:

Code: [Select]
Dim deviceUid As String = Device.mcUID().ToString("X8")

8
mc-Studio / Re: Device.Uid
« on: April 07, 2017, 12:23:29 am »
Did you put that in your Float?

Code: [Select]
Dim test As String
test = Device.mcUID().ToString("X8")

9
mc-Studio / Re: Device.Uid
« on: April 06, 2017, 12:07:42 am »
Hello.
I think this is what you are looking for.
Code: [Select]
Device.mcUID().ToString("X8")

10
mc-Module / Re: Max Sensor Power Consumption
« on: February 22, 2017, 02:34:56 pm »
Thanks for the reply, this is not something that I immediately need but definitely a good feature and it is great that it will be added.

11
mc-Module / Re: Max Sensor Power Consumption
« on: February 22, 2017, 09:04:07 am »
Is it the same recommendation for mcModule 120?

12
mc-Studio / Re: ListOfInteger and debug
« on: February 15, 2017, 11:40:38 am »
Aha okey, I do not have any 120 to test with. I have placed an order for some 120 so I could test when they have arrived.

13
mc-Studio / Re: ListOfInteger and debug
« on: February 15, 2017, 03:01:55 am »
Yes, please do.
You could just copy and debug the code from my first post.

14
mc-Studio / Re: ListOfInteger and debug
« on: February 14, 2017, 10:29:21 am »
Hello.
Iam not sure what you mean by VirtualMachine in this case maybe you mean the Virtual Device? and yes I have tested that but I also attached the error message in my first post what happens when i debug on a mcModule 110 (real device)

15
mc-Studio / Re: ListOfInteger and debug
« on: February 14, 2017, 10:05:21 am »
Ahh okey, then the error message is correct and easy to change.
But what is going on with the ListOfInteger error message?

Pages: [1] 2 3 ... 20