Wifi SPWF04SA Leds question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-08 11:22 AM
Hi everybody!
The current datasheet (
) does not give any indication to which direction that the LEDs should be going other than the name says LED Drive: module running, LED Drive: Wi-Fi Link Up, and LED Drive: power Up. This may indicate that the pin should source the LED and the reference schematic (
) also shows that the pin is sourcing the LED but they do not blink when that is the case. The LEDs only seem active when the WiFi module is sinking from the LED. Is this the proper way?Thank for the help!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-19 5:43 AM
- module running: blinking if blink_led=1@boot, otherwise is left at reset state and can be controlled by AT+S.GPIO*
- Wi-Fi Link Up: goes low level when link is UP
- power Up: goes high level for a while when the module is started, then goes to low level; it is set to high level when python is active; it acts as MOSI when SPI console is active.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-12 11:18 AM
Any idea, please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-12 2:42 PM
Depressing level of response here, flagging this up to management, hopefully some staff responsible for this product line can provide some assistance, or direct you to an FAE with experience on it.
https://community.st.com/0D50X00009XkWv5SAF
https://community.st.com/0D50X00009XkWv4SAF
Kling.Brian
‌Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-13 10:29 AM
Hello,
the GPIOs are configured as Push/Pull when in output mode.
As a confirmation, I have connected this simple circuit to all available GPIOs: the two LED are mutually exclusive lit, showing the GPIO can drive both directions.
This apply to GPIOs driven by OS and to GPIOs configured by console commands.
If this is not your case, could you please detail it more?
Regards,
Elio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-16 7:38 AM
Thank you for the update. It's good to know either configuration will work.
However, for the three LEDs, module running, Wi-Fi Link Up, and power Up, what are their expected states?For example, Wi-Fi Link Up, does that pin go high when the link is up or does it go low?Similarly for the other pins. Power Up I imagine is high when the board has power and module running just blinks whenever 'blink_led' is 1, so it doesn't matter. Is that correct?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-19 5:43 AM
- module running: blinking if blink_led=1@boot, otherwise is left at reset state and can be controlled by AT+S.GPIO*
- Wi-Fi Link Up: goes low level when link is UP
- power Up: goes high level for a while when the module is started, then goes to low level; it is set to high level when python is active; it acts as MOSI when SPI console is active.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-19 12:21 PM
Thank you for your help!
