Looking for beta testers for Badge WX PropBasic libraries
Bean
Posts: 8,129
I am developing a set of libraries to use PropBasic on the Parallax Badge WX (item #20300) https://www.parallax.com/product/20300
If anyone has a Badge WX and is interested in programming it in PropBasic, please reply in this thread or send me a PM.
I have already coded libraries for the following:
RGB and Status LEDs
WIFI (Telnet)
Accelerometer
Rocker and Touch buttons
Audio (Tones)
Here is an example program that receives a string from WiFi (Telnet) and displays it on the OLED.
Bean
If anyone has a Badge WX and is interested in programming it in PropBasic, please reply in this thread or send me a PM.
I have already coded libraries for the following:
RGB and Status LEDs
WIFI (Telnet)
Accelerometer
Rocker and Touch buttons
Audio (Tones)
Here is an example program that receives a string from WiFi (Telnet) and displays it on the OLED.
'------------------------------ ' PropBasic Badge WX Demo '------------------------------ DEVICE P8X32A, XTAL1, PLL16X FREQ 80_000_000 ' Libraries LOAD "Lib_BWX_OLED.pbas" ' SSD1306 128x64 pixels LOAD "Lib_BWX_WiFi.pbas" ' Telnet Ascii HUB STRING(80) PROGRAM Start LMM '{$DEFINE LMM} Start: OLED_Start WIFI_Start DO WIFI_RecvStr Ascii OLED_CLS OLED_PrintStr Ascii LOOP WIFI_Stop OLED_Stop END
Bean
Comments
I get my badge on Friday. Looks like Monday now, (I dislike the Li-Po restrictions).
I'd be happy to test.
The back of the Badge looks like it takes three AA batteries?
Ray
Yep that was my reaction. Sure there's a nice collection of bits to try out, but it was designed as a 'badge' and I fail to see the point. Now I know I don't get out much, and I am accustomed to seeing everyone consumed with their electrical toys while working, eating, sleeping???, but what do you do with this badge (I suppose its worn somewhere?) with a display too small for me to see at a distance, and buttons and knobs the wearer presumably cant see? Are people expected to come up and squint at your chest? (is it for men only?).Please someone kindly enlighten this aging old git (me) as to why I would want one.
Dave
I haven't done the SD card library yet. That one is going to be the hardest.
I am going to try to write it all in PropBasic.
Bean
Even if you don't have your badge yet, have a look and let me know what you think.
Bean