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

Pages: 1 [2] 3 4 ... 7
16
mc-Demo205 / Re: Unable to Connect to the mc-Demo205
« on: June 05, 2017, 10:16:14 pm »
Now version 0.7-906 is giving me the same error message when trying to connect. This started happening right after I did a "Save to Device". I tried uninstalling and re-installing but same error message. Could it be the 205 firmware? I'm still using the newest one. should I try and revert back the firmware?

17
mc-Demo205 / Re: Unable to Connect to the mc-Demo205
« on: June 05, 2017, 09:53:01 pm »
Just FYI, I reverted back to mcStudio version 0.7-906 and now it is connecting again.

I still have the new firmware version on the 205.

18
mc-Demo205 / Re: Unable to Connect to the mc-Demo205
« on: June 05, 2017, 12:51:44 pm »
Yes. I updated both the 205 firmware and mc_studio this past weekend. I can't be sure if it started right after the upgrades or not. Is it possible to download the old versions and revert back to see it it persists?

19
mc-Demo205 / Unable to Connect to the mc-Demo205
« on: June 05, 2017, 08:58:58 am »
Beginning yesterday, I get the attached error every time I try and connect to the mc-Demo205. Any suggestions on how to resolve?

20
mc-Studio / Re: Does mc-Studio Support Trig Functions?
« on: June 01, 2017, 09:02:49 pm »
 Uh... Never mind. I see it is in radians.  ::)

21
mc-Studio / Re: Does mc-Studio Support Trig Functions?
« on: June 01, 2017, 08:53:07 pm »
So either I'm doing something wrong or there is a problem with the math functions. For instance in the below code snippet...

Dim Deg2Rad as float
Dim sinlat1 as float
.
.
.
Deg2Rad = .5863985
sinlat1 = Deg2Rad.Sin()

When I execute this in the debugger, sinlat1 is equal to 0.5533648. However, when I use the calculator to find the Sine of .5863985, I get  0.010234

22
mc-Studio / Does mc-Studio Support Trig Functions?
« on: May 31, 2017, 10:04:27 am »
Does mc-Studio support trig functions such as sine (sin), cosine (cos), tangent (tan)...etc? If so, are there any sample code showing how to use them?

23
Thanks. Following the above instruction resolved the problem.

24
I'm seeing this same odd behavior. So was there a final solution to resolve this issue?

25
mc-Demo205 / Programming the mc-Demo205
« on: May 21, 2017, 05:54:40 pm »
Do you need to erase the current mc-script on the mc-Demo205 with OTA like you do for the mc-modules before you load a new mc-script or can you just connect the usb cable and overwrite the current script with your new one?

26
mc-Demo205 / Re: Get GPS data into 12 bytes
« on: May 19, 2017, 02:29:34 pm »
What is the correct endianness for Sigfox message?

27
Is there a function or method in mcScript to determine if you are within Sigfox coverage?

28
In the sample code the GPS coordinates are encoded into msg using the AddFloat() function like this...

         msg.AddFloat(Lat)
         msg.AddFloat(Lon)

Upon receiving the data during the SigFox callback, how would I convert this back to a float value? Say like in php or javascript.

anyone have any suggestions?

29
mc-Demo205 / Re: Get GPS data into 12 bytes
« on: May 16, 2017, 07:19:20 pm »
Hello Nick,

Where you able to solve the shoehorning the gps lat and long into 24 or 32 bits, so they will fit in a SigFox payload?

If so, could you please share some example code?

30
mc-Gateway / Re: Using WPS to re-connect Mc-GW to new Wi-Fi router
« on: May 03, 2017, 09:48:00 am »
Nothing is entered in the SSID & password fields on the gateway-config form (via MC-Studio->tools->devices).

Since I only have the one WI-FI router, I have been simulating a new router by changing the SSID on the WI-Fi router and then repeating the WPS process. When I do this, the MC-GW will not connect to the router (same router just changed the SSID on it) via WPS process.

Today I will be handing off the MC-GW to someone who does have a different WI-FI router and have them try connecting via WPS. I will post the results here when I get their feedback.

Pages: 1 [2] 3 4 ... 7