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

Pages: [1]
1
mc-Things General Discussion / Sigfox Downlink Support
« on: May 15, 2017, 10:06:58 am »
Hello,

I'm wondering if there might be support for the Sigfox Downlink within McScript?

Thanks!
Sigfox-er 16.

2
mc-Demo205 / McDemo205 3.3V test pin (15 and 17)
« on: May 01, 2017, 03:49:42 pm »
Hi, It would be beneficial to have a schematic for McDemo205, however, short of that, can you say what the capability is of the 3.3 volt pins on the test connector?  (see Table 2-1 in the McDemo205 Product Spec.) 

I have connected one of them to a level shifter to change UART to RS-232.  How is this pin supported?

Thanks!
Sigfox guy.

3
Announcements / Re: NEW WEBSITE!
« on: April 10, 2017, 08:33:27 pm »
Feedback on the new website:

https://www.mcthings.com/downloads now aliases to the FAQ page.

I'm looking for items described in the below post.

http://mcthings.createaforum.com/new-version-releases/new-mcdemo205-mcmod110-mcmod120-mcgateway-(application-host-processor)-release(s/msg1720/#msg1720

Specifically the .bin to OTA the Gateway Host processor.

Thanks! 

DB-SF16

4
mc-Demo205 / Re: Uart0Receive vs UartReceive with RaiseEvent
« on: April 10, 2017, 09:36:44 am »
Thanks for the reply. 

On the McDemo205 there are 2 pins labeled TXD, and RXD.

Q: How do I use map these pins to the Physical UART?

Entering the below generates an error: TXD is not a shared member

Shared Event Boot
     ser = Uart.Create(9600, Pin.TXD, Pin.RXD)
End Event

OR 
    ser=Uart.Create(9600, TXD, RXD)


Returns "variable undeclared."  (How would RXD/TXD be declared mapped  to a pin identity?)

Thanks again, DB

5
mc-Demo205 / Uart0Receive vs UartReceive with RaiseEvent
« on: April 06, 2017, 09:12:16 am »
I'm using the UART instance on the McDemo205 to communicate with an external device.  I have managed to get this to work somewhat inspite of the FTDI connection I use with McStudio (not using the WiFi debug yet.)  My question is:  The Uart0Receive can operate as an event however I've had less success using this than creating an instance which is just a raised event.  My question is: What does Uart0Receive assume and can I use it with an external UART (e.g. Pin0, Pin1 as Rx, Tx) successfully?

Also, I was not able to figure out how to use RXD and TXD when booting in uart.create.  These pins names were not recognized.
Hoping to demystify some of the UART capabilities and features with your advice.

Thx, DB=SF16

6
mc-Demo205 / Re: Get GPS data into 12 bytes
« on: March 17, 2017, 11:17:35 am »
Hi. Bumping this for some additional insight. ;)

I would like to extract an integer value for Lat, Lon generated by the MCDEMO205 GPS.

Could you show an example of how to use the extract function and them have it applied to a Sigfox payload (sfData) ?

I am assuming ExtractFloat converts from Little Endian and IEEE Float.  I'm a Newbie OOP-er.

Thanks,
SF16

Pages: [1]