5 Ghz Wifi module? #1880
Replies: 8 comments
-
Posted at 2021-08-25 by @gfwilliams Not that I'm aware of. You could attach an ESP32, but even those are only 2.4GHz. If Espressif does release a 5GHz WiFi module, chances are it'll have AT command firmware and will plug right in though. Realistically you're not going to be able to take advantage of the extra speed you get from 5 GHz WiFi in Espruino, but obviously if you don't actually have a 2.4GHz WiFi network it's of little consolation! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-25 by @fanoush there is long ESP32 5ghz thread here https://esp32.com/viewtopic.php?f=12&t=6162&start=30 , the first estimate was "end of 2019", still nothing released :-) looks like it can do AT commands and there is some Arduino support |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-25 by ingoiotESPruino I have also just found the RTL8720DN. this should work with I don't really need it for speed, but for the limited channels on the 2.4 GHz network. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-26 by @fanoush
Not sure how it differs from ESP8266 AT commands. The list of RTL8720DN AT commands is referenced in this post https://forum.amebaiot.com/t/resources-bw16-troubleshooting-guide/678#references-23 and looks like the AT firmware is part of official SDK so (same?) AT commands are also described here https://github.com/ambiot/ambd_sdk/tree/master/doc and the source code is https://github.com/ambiot/ambd_sdk/tree/master/component/common/api/at_cmd and https://github.com/ambiot/ambd_sdk/tree/master/component/common/example/uart_atcmd Also SeedStudio did some work here https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi to unify development using esp32 and RTL8720DN so same code can use both, however this is not using AT commands so not easily usable from Espruino. It looks interesting, ordered BW16 kit and bare module from https://www.aliexpress.com/item/1005001320366011.html just in case. Total price below $10 including VAT and shipping for both. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-26 by @gfwilliams Thanks, the RTL8720DN looks really interesting.
From the docs @fanoush linked above I think that while you'd hope it would work, the command names do seem to be different. However having said that, modifying |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-26 by @fanoush
there is also Feasycom module based on same chip On the bottom page there are two PDF links, one having list of AT commands, however they are different from those in ambd sdk, not sure why they did that, maybe to be compatible with something else(?), however it looks different from esp8266 AT commands too Anyway they sell it for $6 and looks like there are more GPIOs available on this one. And maybe support from them will be better than random aliexpress shop. The Cortex M4F + Cortex M0 + relatively big SRAM looks nice, could even run Espruino natively. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-26 by @gfwilliams Interestingly the Seeed one says BW16 which I bet is the successor to the RTL8710 BW12 http://www.ai-thinker.com/pro_view-13.html AiThinker actually seem like a pretty decent company, and I bet it's way cheaper buying from them than via Seeed edit: but yes, there seems no reason it couldn't run Espruino natively. It might be quite a good new platform to look at |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-09-23 by @fanoush Today I received the BW16 from https://www.aliexpress.com/item/1005001320366011.html both the bare module and the board (total $9.70 with VAT+shipping). It arrived flashed with AT based firmware
and AT commands from https://github.com/ambiot/ambd_sdk/blob/master/doc/AN0075%20Realtek%20Ameba-all%20at%20command%20v2.0.pdf work. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-24 by ingoiotESPruino
it there a compatible 5 ghz wifi modul?
i see only the esp8266 but its only 2,4ghz
Beta Was this translation helpful? Give feedback.
All reactions