PINE64
Schematics of Wifi/BT module - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32)
+---- Forum: Wifi/BT Module (https://forum.pine64.org/forumdisplay.php?fid=33)
+---- Thread: Schematics of Wifi/BT module (/showthread.php?tid=5609)



Schematics of Wifi/BT module - gamelaster - 01-21-2018

Hello,

Is there available the schematics of Wifi/BT module?

Thank you


RE: Schematics of Wifi/BT module - xalius - 01-22-2018

There is no schematic of the module, just the pinout on the regular Pine64 schematics, it is just a carrier board for the Realtek module... what info do you need?


RE: Schematics of Wifi/BT module - gamelaster - 09-06-2018

I just want to implement into my board with SOPINE the RTD8723BS chip, and I want to make it working with default driver in SOPINE linux images (dunno if it's using modified version or it's used the module which is in the kernel). Also, it would be possible to use AP6359SA in SOPINE (i think this shouldn't be a problem), and also provide schematics from the board? RTD8723BS is very unstable on Linux and I would be glad to use something more stable and reliable :-)

Thanks


RE: Schematics of Wifi/BT module - tllim - 09-07-2018

(09-06-2018, 02:11 AM)gamelaster Wrote: I just want to implement into my board with SOPINE the RTD8723BS chip, and I want to make it working with default driver in SOPINE linux images (dunno if it's using modified version or it's used the module which is in the kernel). Also, it would be possible to use AP6359SA in SOPINE (i think this shouldn't be a problem), and also provide schematics from the board? RTD8723BS is very unstable on Linux and I would be glad to use something more stable and reliable :-)

Thanks

For hardware point of view, possible to use AP6359A but somebody needs to develop the driver.


RE: Schematics of Wifi/BT module - gamelaster - 09-07-2018

(09-07-2018, 12:01 AM)tllim Wrote:
(09-06-2018, 02:11 AM)gamelaster Wrote: I just want to implement into my board with SOPINE the RTD8723BS chip, and I want to make it working with default driver in SOPINE linux images (dunno if it's using modified version or it's used the module which is in the kernel). Also, it would be possible to use AP6359SA in SOPINE (i think this shouldn't be a problem), and also provide schematics from the board? RTD8723BS is very unstable on Linux and I would be glad to use something more stable and reliable :-)

Thanks

For hardware point of view, possible to use AP6359A but somebody needs to develop the driver.

BRCMFMAC driver contains a support for AP6358SA, there is a driver for it which have config for AP6358SA:
https://github.com/kszaq/brcmfmac_sdio-firmware-aml
I could try to implement for SOPINE, just I need schematics of module for Rock64Pro, since there is almost no documentation for this chip so I can't make my own board. It will be possible to publish it?
Thanks


RE: Schematics of Wifi/BT module - tllim - 09-09-2018

(09-07-2018, 03:11 AM)gamelaster Wrote:
(09-07-2018, 12:01 AM)tllim Wrote:
(09-06-2018, 02:11 AM)gamelaster Wrote: I just want to implement into my board with SOPINE the RTD8723BS chip, and I want to make it working with default driver in SOPINE linux images (dunno if it's using modified version or it's used the module which is in the kernel). Also, it would be possible to use AP6359SA in SOPINE (i think this shouldn't be a problem), and also provide schematics from the board? RTD8723BS is very unstable on Linux and I would be glad to use something more stable and reliable :-)

Thanks

For hardware point of view, possible to use AP6359A but somebody needs to develop the driver.

BRCMFMAC driver contains a support for AP6358SA, there is a driver for it which have config for AP6358SA:
https://github.com/kszaq/brcmfmac_sdio-firmware-aml
I could try to implement for SOPINE, just I need schematics of module for Rock64Pro, since there is almost no documentation for this chip so I can't make my own board. It will be possible to publish it?
Thanks

Should able to publish Lets me request and may takes few days for the release.


RE: Schematics of Wifi/BT module - tllim - 09-10-2018

Here is the ROCKpro64 Wifi/BT schematic, http://files.pine64.org/doc/rockpro64/rockpro64_wifi_ap6359SA.pdf

Note that this module can plug into the PINE A64 board but no driver available yet.


RE: Schematics of Wifi/BT module - gamelaster - 09-11-2018

Thank you tllim, I highly appreciate that. I will try to make it working on SOPINE, I will tell the results later