Hello,
I am trying to prototype a custom sensor using the Zigbee SoC Board V2 (ZTU) board. I am having couple setup issues that I just do not get.
I am trying to use the Wind IDE extension for VS code to write my code that I do want to get onto the device. As far as I found it should be possible to use just this board and not rely on Arduino or similar external board to process the data from the sensor(it sends that through serial TX/RX pins and it does require couple lines of code to get and validate the data from the sensor).
Is my assumption correct that I can upload a program onto the board itself or should I just give up on that idea and use it as just a wireless module?
If that is the case does anyone have experience/guide with doing that?(I can manage the Arduino part, my issue is with having the sensor data recognized on my network i.e. how do I make the device send the correct data, it is just a simple ultrasound depth sensor, so just one value to send)
There is a device for flashing firmware onto the device that I see on the Platform, is that something I will need? My original understanding is that the serial connection over USB should be enough but I am having tough time to connect to that as well.
Anyone has any experience with the board at all?
I am essentially trying to recreate this (https://www.youtube.com/watch?v=jriRW4rGQp4) water level sensor but using Zigbee as that is my network of choice.