wifi module
#3
If you connect a UART device, there is not really any autodetection for that in Linux. You can open the corresponding /dev/ttySx with minicom or some other terminal program for example and see if you get any communication back and forth. This only requires that you know what UART settings for speed, stop bits, parity etc your ESP module needs (e.g. 115200 8N1).

As for setting the GPIO levels, on the low level side you would have to reconfigure them in the devicetree if you need them set during boot up. There is also the default setting the pins have by the hardware (which is input with pull-up enabled if I remember correctly, check the user manual here...). After the pins are configured as UART pins, the UART hardware controls the levels and you can't really influence that behavior....
Come have a chat in the Pine IRC channel >>
  Reply


Messages In This Thread
wifi module - by zehks - 12-16-2017, 08:38 AM
RE: wifi module - by zehks - 12-16-2017, 02:14 PM
RE: wifi module - by xalius - 12-16-2017, 05:15 PM
RE: wifi module - by zehks - 12-17-2017, 12:59 PM
RE: wifi module - by zehks - 12-18-2017, 10:54 AM
RE: wifi module - by zehks - 12-19-2017, 11:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  get wifi mt7601u mediatek usb dongle to work Johannes 0 2,425 11-17-2020, 09:48 AM
Last Post: Johannes
Information Rock64 RTL8188EU Wifi Adapter from Pine Store Tested Well MarkHaysHarris777 7 11,185 05-13-2020, 06:00 PM
Last Post: Leon Rembowski
  RTL8192EU WIFI elik745i 12 24,699 05-13-2020, 05:03 PM
Last Post: Leon Rembowski
  low speed wifi pas059 4 5,195 05-13-2019, 12:09 PM
Last Post: pas059
  emmc module help default_user8 1 2,856 04-05-2019, 07:19 PM
Last Post: SirRyanTheGeek
  Using ESP32 as WiFi and Bluetooth Module shripal17 2 3,871 03-08-2019, 02:44 AM
Last Post: shripal17
  50 kb with RTL8188eu WIFI adapter Juice4 2 3,527 11-09-2018, 12:56 PM
Last Post: Juice4
  WIFI driver compilation wsk 1 2,837 11-01-2018, 12:21 AM
Last Post: wsk
  Wifi; how to? scalextrix 12 16,880 05-30-2018, 12:20 AM
Last Post: scalextrix
  Very disappointed with ROCK64 USB WIFI 802.11B/G/N Danielsan 0 2,302 04-23-2018, 09:51 AM
Last Post: Danielsan

Forum Jump:


Users browsing this thread: 1 Guest(s)