The Wemos is programmed using the Arduino programming suite so it shouldn't be too much to use the code you found on the Wemos for your project.
P
Search found 70 matches
- 11 December 2019, 4:25 AM
- Forum: ZBasic Language
- Topic: Has anyone used esp8266 to control Hue lights
- Replies: 3
- Views: 6791
- 11 December 2019, 3:57 AM
- Forum: ZBasic Language
- Topic: Has anyone used esp8266 to control Hue lights
- Replies: 3
- Views: 6791
This project used an Wemos Mini esp8266 and a python library that made the esp8266 appear to Alexa as a Hue controller. This project is probably far from what you want but it may provide a starting point for you.
https://www.instructables.com/id/Alexa- ... er-for-25/
P
https://www.instructables.com/id/Alexa- ... er-for-25/
P
- 30 March 2013, 3:54 AM
- Forum: ZBasic Language
- Topic: Has anyone interface ODB-II to zbasic
- Replies: 5
- Views: 3194
Has anyone interface ODB-II to zbasic
If the vehicle is in the US and has an OBD connector, you can go to any of the chain Auto Parts stores and ask them to do a scan. They will be able to tell you what protocol the vehicle uses. You can google the vehicle's VIN number to find it's origin. If the vehicle is an automobile or light truck,...
- 29 March 2013, 15:29 PM
- Forum: ZBasic Language
- Topic: Has anyone interface ODB-II to zbasic
- Replies: 5
- Views: 3194
Has anyone interface ODB-II to zbasic
Ah, that devil in the details. For a number of years I made a product, the DataCam2, that read operating data from the OBDII port and overlayed it on a video feed which was then recorded for later viewing. The interface is not a simple serial connection. First, the ZX24 family has a TTL interface an...
- 10 February 2011, 17:13 PM
- Forum: ZX-24
- Topic: 1mm Headers
- Replies: 12
- Views: 23203
- 10 February 2011, 16:00 PM
- Forum: ZX-24
- Topic: 1mm Headers
- Replies: 12
- Views: 23203
- 10 February 2011, 13:18 PM
- Forum: ZX-24
- Topic: 1mm Headers
- Replies: 12
- Views: 23203
I've used Wiznet's serial to ethernet boards and like them (they're inexpensive) so I ended up with one of their serial to wifi boards. The only problem I have with them is that their drawings are simply their construction drawings that lack simple things like the header pitch! I tried to measure th...
- 08 February 2011, 9:51 AM
- Forum: ZX-24
- Topic: 1mm Headers
- Replies: 12
- Views: 23203
1mm Headers
Has anyone had any experience using 1mm headers? I just got a Wiznet WIZ610wi serial to wireless board and it uses a dbl row 1mm header. I've found bare connectors at Digikey and Mouser but what I'm looking for are prewired connectors so that I don't have to crimp and insert the connectors. I make p...
- 25 January 2011, 13:26 PM
- Forum: ZX-24
- Topic: USB/Serial Converter Recommendation
- Replies: 7
- Views: 11984
First, thx to all who responded. What I found after some further research (and actually finding the correct Prolific download site) was that the problem isn't with the mobo or the adapter. The problem is with WinXP 64. Who would've thunk!!!!! I downloaded the correct driver from Prolific, ran the in...
- 25 January 2011, 6:59 AM
- Forum: ZX-24
- Topic: USB/Serial Converter Recommendation
- Replies: 7
- Views: 11984
- 25 January 2011, 6:20 AM
- Forum: ZX-24
- Topic: USB/Serial Converter Recommendation
- Replies: 7
- Views: 11984
USB/Serial Converter Recommendation
I just upgraded my mobo and found that my USB/Serial converter is a USB 1.1 device AND my new spiffy (even has USB 3.0 ports) doesn't support legacy USB 1.1. I'm currently running WQinXP64 but I'm soon to upgrade to Win7. My question: Does anyone have a recommendation for a USB/DB9 serial converter ...
- 05 January 2011, 6:18 AM
- Forum: General
- Topic: 3 axis mag (HMC5843)
- Replies: 4
- Views: 6800
3 axis mag (HMC5843)
Digi-Key has an eval board for $150!!!!!!!!! To be fair, it does have 2 smt resistors and 2 smt caps already mounted AND the connector headers. Better hurry before they sell out :roll: .
Paul
Paul
- 23 April 2010, 7:37 AM
- Forum: ZBasic Native Mode
- Topic: Where is the 2nd h/w uart on a zx24n ?
- Replies: 9
- Views: 18650
Zbasic Native Mode Com2
so does that mean that if i convert code from zx24 using a software usart that i need to invert the signals or does does this mean the h/w usart behavior is the same as the s/w usart ? I'm not sure exactly what you are asking but you cannot change the invert state on comm2. See page 70, DefineCom()...
- 23 April 2010, 6:18 AM
- Forum: ZBasic Native Mode
- Topic: Where is the 2nd h/w uart on a zx24n ?
- Replies: 9
- Views: 18650
Zbasic Native Mode Com2
Com2 pins are hardware assigned. See USART chart on page 17 of the ZBasic System Library Reference Manual.
P
P
- 21 April 2010, 12:20 PM
- Forum: ZBasic IDE
- Topic: Zload over TCP
- Replies: 3
- Views: 9911
Zload over TCP
Do I understand that the zload thought it was using a serial port? My ZX24 device uses a Wiznet RS232 - Ethernet converter to put the device on the network. I'm going to try putting another Wiznet on the box that has the zload and sure that I can get that to work. What I'm looking for, however, is m...