Re: Bluetooth Bleuart and Windows 10
by liquidsquid793 on Mon Mar 08, 2021 9:12 pm
Thanks,
I got confirmation from my software coworkers that getting a UART over BT working on a Windows 10 box to emulate as a UART device would require a fair amount of effort. I would be better off using a 2nd external BT radio as a BT to UART/USB bridge dongle. Far easier to deal with, and cheaper. This is to get a fairly complex dial/charting application I already have written in C# to receive data from this project. It has all of the groundwork laid.
I may give that a look and see about Python. I haven't yet dabbled in Python, so I am a little cautious of taking up yet another language. I am comfortable in C and C#, just not C++ object oriented for extending the graphics classes. I have a ton of graphics related stuff I put together in C# over the years for grins, so it may port over fairly well, not including things that need gradients and filled polys. Maybe I will concentrate on the basic stuff first before seeing if I can bring over some old libraries. Just excited to get my hands on a board like this to what can be done for so little money and share the work that otherwise goes unused.
I am finally getting a grip on Arduino, especially when I use the External editor setting and use Visual Studio Code. Once I figured out the include paths that Arduino shields me from until I turn on verbatim, the Code editor's navigation kicks in, and that is a huge help/step to exposing the public interfaces for easy use and learning. I still cannot get Code to perform the actual builds and debugging as there is some strange trickery in Arduino I haven't figured out yet. For now the combo of the two tools is working.
//Unrelated background info:
Attached is a chart from one of my home projects using a DSC processor and a combination of magnetic/electrical field antennas to direction-find lightning strikes. I used a simple USB/Serial converter to log to the PC and create these charts. I haven't run it in a while since the database grew to 4GB and bogged down my machine. It detects lightning around the entire world so over the coarse of running it 8 years... it recorded a lot of data. Red = cloud-to-cloud, blue is cloud-ground. Diameter is related to distance/strength. The very small dots are storms in the Florida area recorded from WNY. Curved groups are individual storms passing by relatively closely.
I stopped developing it after 2008 since the antenna ferrite cores required me purchasing an entire ammo can of them for a few $K to initially produce when the economy tanked. It only needs someone to host a database so triangulation can be performed server-side and regurgitated for mapping. I am not a server/DB guy.
Would love to finally get it on the market some day, let me know if Adafruit is interested. Converting it to wireless and having enough memory on-board to let it accumulate data without requiring a PC to be on, would be nice. The DSC was fast, but had a puny memory map.
Thanks again for help. My moisture sensors still have not arrived (from Digikey), but I have most of the plumbing together.
- Attachments
-

- Lightning_Detector.png (910 KiB) Viewed 216 times