XAIO ESP32S3 & Wio_SX1262 connect by their onboard B2B connector #1361
Replies: 9 comments 8 replies
-
I don't know either of those, and I don't what you mean by B2B connector. The library doesn't care what kind of connector you use, just that you specify the correct SPI and digital pins. |
Beta Was this translation helpful? Give feedback.
-
The pinout for their board to board connector is on this page and here for the b2b version of the WIO-SX1262 |
Beta Was this translation helpful? Give feedback.
-
Thanks, Walter. I believe I now know what pins to use when I instantiate the radio object. Until now, I had conflicting information about which pins were used by the XAIO ESP32S3. A bit of hallucination by ChatGPT also threw me off course.
Again, thank you!!!
… On Dec 25, 2024, at 10:44 AM, Walter Dunckel ***@***.***> wrote:
The pinout for their board to board connector is on this page <https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/res/XIAO_ESP32S3_ExpBoard_v1.0_SCH.pdf>
—
Reply to this email directly, view it on GitHub <#1361 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABODJI4X4HMWLODGYOLGNC32HLHGPAVCNFSM6AAAAABUFPDD7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRWGQZDIOA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Any chance you can point me to the schematic for the Wio_SX1262 daughter card that plugs in via the B2B connector? I need to confirm where all the pins are for the SPI communications.
… On Dec 25, 2024, at 10:44 AM, Walter Dunckel ***@***.***> wrote:
The pinout for their board to board connector is on this page <https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/res/XIAO_ESP32S3_ExpBoard_v1.0_SCH.pdf>
—
Reply to this email directly, view it on GitHub <#1361 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABODJI4X4HMWLODGYOLGNC32HLHGPAVCNFSM6AAAAABUFPDD7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRWGQZDIOA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
That schematic is here for the b2b version of the WIO-SX1262 |
Beta Was this translation helpful? Give feedback.
-
Walter,
Again, thank you for your help! However, I’m a bit confused about which connector is which. The ESP32S3 does not show a 30 pin connector and the Wio_SX1262 does not show a 34 pin connector. Can you provide any insight about what I’m missing?
Thanks,
Tom
… On Dec 25, 2024, at 2:50 PM, Walter Dunckel ***@***.***> wrote:
That schematic is here <https://files.seeedstudio.com/products/SenseCAP/Wio_SX1262/Schematic_Diagram_Wio-SX1262_for_XIAO.pdf> for the b2b version of the WIO-SX1262
—
Reply to this email directly, view it on GitHub <#1361 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABODJI5JW4CQYQQCG64X4LT2HMEBZAVCNFSM6AAAAABUFPDD7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRWGQ4TCNA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
I’ll try that to match things up. Once again, thank you for your help. I could not find those schematics.
Tom Morrison
2186 Talmage Drive
Leland, NC 28451
724-991-2473 (cell)
***@***.*** ***@***.***>
… On Dec 25, 2024, at 6:56 PM, Walter Dunckel ***@***.***> wrote:
I'm guessing the "34" pin connector will match the other pins, if you ignore 31, 32, 33 and 34. Their numbering conventions on both connectors are different as well. They should really fix those errors to reduce customers hair pulling.
EC6D37FC-5D7F-4AB5-80E7-2171AD86D203.jpeg (view on web) <https://github.com/user-attachments/assets/74603b44-fea9-41e3-ac1d-003e7a9e356d>
B6CC0DDC-1C4E-4F89-8A6A-65FC4C9D8D0A.jpeg (view on web) <https://github.com/user-attachments/assets/3c800393-244b-4485-b632-f82914542000>
—
Reply to this email directly, view it on GitHub <#1361 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABODJI3JDVEAVIXKWEWMKJD2HNA2VAVCNFSM6AAAAABUFPDD7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRWGU2DSNY>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, Steven. I’ll need some time to absorb all of this, but at least I have some data with which to work!
Merry Christmas
… On Dec 25, 2024, at 4:25 PM, StevenCellist ***@***.***> wrote:
It's still Christmas so I'm surprised by the speed of this thread, but here's Seeed's pinmap for the OCH-firmware which seems to include a double pinmap:
https://github.com/Seeed-Studio/one_channel_hub/blob/4cc771ac02da1bd18be67509f6b52d21bb0feabd/components/smtc_ral/bsp/sx126x/seeed_xiao_esp32s3_devkit_sx1262.c#L358-L369
I assume it works, but haven't tried myself yet, so YMMV.
—
Reply to this email directly, view it on GitHub <#1361 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABODJI5R33T7FNYZSMI2ZND2HMPDZAVCNFSM6AAAAABUFPDD7CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRWGUYTINQ>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
So I'm guessing at the following definitions I need to make in my XAIO ESP32S3 Arduino program: But I still don't know how to assign pins to: |
Beta Was this translation helpful? Give feedback.
-
I can't seem to figure out how to get a simple transmit and receive Arduino application working with these two boards I recently purchased. Can anyone offer some insight? I imagine it's associated with the use of the B2B connector (I think they call it Sense), but I'm not sure. If it would work better if I not use the connector and breadboard them, please advise.
Beta Was this translation helpful? Give feedback.
All reactions