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 - mc-T2

Pages: 1 ... 15 16 [17]
241
mc-Things General Discussion / Re: AWS IoT and Losant
« on: June 17, 2016, 04:32:27 pm »
@Millennial - We've had a chat with Losant and are working through the requirements to allow data from the modules to get into their fantastic application! We'll have more news next week as we finalize the requirements and make the necessary changes

242
mc-Module / Re: Accelerometer Events
« on: June 15, 2016, 02:23:02 pm »
@chippyrich - We have created an alpha version project for monitoring when a garage door is open or closed and relaying that information via IFTTT. See attached zipped file.

This project also includes an alpha version of an accelerometer library within the project. This might help you out as you can modify this project to suit your use-case alongside the information that mc-John mentioned above (please be sure to check out the mc-Script Guide and the mc-Mod110 technical specification sheet available on our website)

Let us know if this helps!

243
mc-Innovations / Re: mcModules goes touch
« on: June 15, 2016, 12:47:18 pm »
Very cool Kristofferis! That is awesome and a good showcase of some of the ways that mc-Modules and the mc-Things platform can be used! Please keep us updated as you progress with your projects, we are excited to see more of your use-cases!!

244
mc-Dongle / Re: No mc-dongle bootloader found
« on: June 14, 2016, 04:21:00 pm »
Hey Truger44 - thanks for bringing this to our attention. We are working on a potential fix here but we'll need some help from you. We are wondering if your USB port is being commandeered by another application. I have sent you an email to your user sign-in as i have a couple steps that i will ask if you can complete on your computer to help us out. If you don't see that email for some reason, please send me a private message on the forum.
thanks for your patience!

245
mc-Things General Discussion / Re: AWS IoT and Losant
« on: June 13, 2016, 03:45:56 pm »
@ TheReddest - I am sending you a private message to discuss, thank you!

@ Millennial - Seems like we can set this up according to the Reddest. We'll advise you after we discuss!

246
mc-Gateway / Re: Gateway Host FW question
« on: June 12, 2016, 04:31:26 pm »
@flookdigital: Do you have any USB2 sticks at all to try? We have found that sometimes the gateway isn't happy to accept an input from a USB stick that may draw more than 100mA. We are addressing this issue with our engineers. If you could try again with an 'older' USB stick and let us know.

According to your screenshot, the GW version is incorrect. You are running V06.352 and it should be V06.355.


247
mc-Innovations / Re: MQTT Implementation - Reed Switch Example
« on: June 12, 2016, 02:39:09 pm »
MQTT Reed Switch Details:

CloudMQTT Broker: www.cloudmqtt.com

mc-Studio Code used in the video:

Class ProductionRoom/YOURPROJECTNAMEHERE
    Shared Event ReedSwitchChanged()
       
        Dim payload As ListOfByte = New ListOfByte
        Dim payString As String = ""
       
        If ReedSwitch = True Then
            LedRed = True
            payString = "Open"
        Else
            LedRed = False
            payString = "Closed"
        End If
        payload.Add(payString)
        Lplan.Publish("mcThings/ProductionRoomDoor/YOURTOPICNAMEHERE", payload)
        Thread.Sleep(10000)
        Thread.ClearHardwareEvent()
        Dim uptime As Integer = Device.Uptime()
       
       
    End Event
   
    Shared Event CheckVoltage() RaiseEvent Every 2 Days
        Dim BattVolt As Short = Device.BatteryVoltage
        If BattVolt < 2200 Then
            Lplan.IFTTT("YOURIFTTTKETHERE", "ProductionRoomBattery/YOURTOPICHERE")
        Else
           
        End If
       
    End Event


MQTT Dashboard Android App: https://play.google.com/store/apps/details?id=com.thn.iotmqttdashboard&hl=en

The app is quite easy to setup! When you have signed up a for a broker, you only need to input your details into the app to have the information relayed from the modules to your phone! See attached pictures




[ Guests cannot view attachments ]

[ Guests cannot view attachments ]

[ Guests cannot view attachments ]

248
mc-Platform General / Re: What if you have a Mac
« on: June 08, 2016, 09:22:14 am »
Hi Rich!
Our software is not setup for Macs however, you can run windows on a virtual machine on a Mac and connect to mc-Studio and your modules. One of our engineers actually uses a Mac and runs a virtual machine. He uses Virtual Box: www.virtualbox.org and its just a matter of getting Windows so you can use the devices.

249
mc-Studio / Re: Libraries
« on: June 07, 2016, 02:37:40 pm »
Hi there! We will be publishing more libraries as they become available. We are working very hard to get these out so everyone has full access to the versatility of the mc-Things platform

250
Hey Jeff.
Can you try updating the module again (using the mc-OTA process) and ensure that you are updating it with 07.356 version for the modules. We have seen some folks accidentally update their module with the mc-Gateway firmware instead of the module firmware and if that is the case, you wouldn't be able to see that module in mc-Studio. Try that and let us know if you can see the other module
Thanks!

251
New Version Releases / NEW mc-Studio version available! V0.7-891
« on: June 07, 2016, 09:52:36 am »
There is a new version(V0.7-891) of mc-Studio available for download as of June 7th, 2016. Please ensure to download the new version!

252
mc-Product General / Re-post: Enclosures
« on: June 02, 2016, 04:20:51 pm »
kristofferis: Is it possible to get the CAD files for the enclosures or maybe you already have them exported to .stl so that I could load it to my 3d-printer and print some enclosures.
Or will the enclosures not be open source? So that I need to create my own?


mc-T2
mc-T2Admin
Hi! We can certainly release that file after our last modifications and improvements have been made. If you haven't seen it posted on our website, please check in again with us about it in a couple of weeks to a month.
That being said, the enclosure has some designs that would make it very tricky to print at home (unless you happen to own a very fancy 3D printer!). The file may help you to design your own enclosure that you can modify to create with your own printer.
Finally, we will be providing enclosures to all our kickstarter and Indiegogo clients as soon as they are available, alongside anyone who ordered an mc-Plug. We will announce when those shipments are going to be taking place
If, in the meantime, you come up with a nice design and print some enclosures, feel free to share your files for other users on the forum )

Pages: 1 ... 15 16 [17]