2024-07-16 11:52 PM
Hi, it seems that the STEVAL-WLC38RX uses STSW-WPSTUDIO and the STEVAL-WBC2TX50 uses STEVAL-WBC2TX50. Is it possible to program the STEVAL-WLC38RX to take external ADC measurements via the NTC pin or the GPIOs and send it to the STEVAL-WBC2TX50 using the studios?
Please provide some guidance.
Thanks!
2024-07-16 11:59 PM
Hi Min
STEVAL-WBC2TX50 uses STSW-WBC2STUDIO tools.
I do not understand your request, do you mean send RX NTC data to TX/STWBC2, use ASK packet?
If yes, we can do it, please follow bidi-communication AN.
2024-07-18 03:30 PM
Hi,
Thanks for the prompt response. Yes, I meant that I want to send send RX NTC data to TX/STWBC2. However I am curious if:
1) The STWLC38 can be programmed to autonomously measure and send RX NTC to TX/STWBC2 data at a fixed interval?
2) If the STWBC2 can respond back to the STWLC38 with a proprietary packet to wirelessly control a GPIO of the STWLC38. (So whether the STWLC38 can be programmed to toggle a GPIO when the STWBC2 sends a certain signal)?
3) If both of the above are possible, what parts are programmable from the STSW-XXXSTUDIO tools and which parts would require an external microcontroller for control?
Basically, I kind of want to see if the STWLC38 can be used kind of like a battery-free wireless sensor, and if the STWBC2 can power it and receive/record the NTC/ADC data and send some command to toggle the STWLC38 GPIO.
2024-07-18 05:15 PM
HI Min
Does Proposal 2 and 3 same?
1.You need use MCU to control WLC38, here is python script, please check "Python_FT260_ST_WLC.7z wlc38 parts
Wireless Charging solution Wiki - STMicroelectronics Community
2.Mcu need to read ntc data and use ASK PP packet and send to TX. If TX reply ACK or NACK, rx will get interrupt flag, and MCU can control gpio toggle.