Close
0%
0%

WiSer

Bringing wireless convenience to serial connectivity

Similar projects worth following
WiSer allows you to establish a wireless, peer-to-peer serial connection between two devices. Debug code, log data, update firmware, or transfer files without the need for cumbersome USB cables, sketchy Wi-Fi routers, or Bluetooth configurations that never quite work right. Designed for simplicity and efficiency, WiSer requires no software, no drivers, and no setup. As far as your devices are concerned, it’s just a cable. Plug the USB module into your computer, connect the TTL module to your target device, open your favorite serial monitor, and enjoy being able to move around while you work!

  • Based on ESP32-S2 Wi-Fi SoC
  • No driver installation required
  • Provides virtual serial port on host 
  • Targeted for modern devices with USB Type-C ports 
  • Compatible with Windows, Linux, Mac, and Android
  • Peer-to-peer wireless communication over 2.4 GHz
  • Data protection using AES-CCMP encryption
  • Supported baud rates: all standard and custom rates up to 921,600 baud
  • Supported data bits: 6-bit, 7-bit, 8-bit 
  • Supported parity types: NONE, ODD, EVEN, MARK, and SPACE
  • Supported stop bits: 1-bit, 1.5-bit, 2-bit 
  • Supported flow control: software (XON/XOFF), hardware (RTS/CTS), and None
  • Equipped with DTR control pin
  • RX, TX, and CONN indicator LEDs
  • "FIND PAIR" button to locate the paired device (useful when deploying multiple WiSer devices)
  • "BOOT" button to update ESP32-S2 firmware
  • Fully open-source 
  • Physical dimensions 
    • WiSer-USB: 37.8 x 20.4 x 8.2 mm
    • WiSer-TTL: 36.5 x 38.4 x 9.8 mm

  • Enabling Broadcast Mode on WiSer

    dhrumil03/01/2024 at 11:19 0 comments

    We're enabling Broadcast Mode on WiSer! This significant upgrade opens up a world of possibilities for users with multiple host systems and embedded devices in their environment.

    So what does it do? The Broadcast Mode in WiSer enables wireless serial communication between multiple devices without the need for physical cables, creating a cable-free network for data transmission. It’s a convenient and efficient way to establish wireless serial communication links between all the various host systems and embedded devices in your environment.

    How it Works

    • Each host system or embedded device connects to one WiSer-USB or WiSer-TTL device
    • Every host system or device now has a functional serial port, allowing them to broadcast data to all other connected devices

    In Action

    Imagine you have a total of eight host systems and embedded devices – let’s say four PCs, one Android Tab, and three embedded devices with serial interfaces. For this scenario, you’ll need five WiSer-USB devices (for the PCs and Android Tablet) and three WiSer-TTL devices (for the embedded devices).

    Connect these WiSer devices to their compatible counterparts and seamlessly start broadcasting messages between all your host systems and devices. It’s that simple!

    Enabling Broadcast Mode

    To enable Broadcast mode, you need to tweak a simple macro in the config.h file and upload the new firmware to your devices.

    #define CONFIG_ESPNOW_BROADCAST_ENABLE	1
    

    NOTE: By default, WiSer devices are equipped with firmware that includes pre-paired devices, facilitating secure point-to-point wireless serial communication with data encryption enabled. Please be aware that Broadcast mode is disabled by default.

    Choosing the Right Kit

    For the example scenario mentioned above, you can use five Host-to-Client WiSer Kits, each kit includes one WiSer-USB and one WiSer-TTL devices. You can create combination of Host-to-Client kits and Host-to-Host kits according to the number of host systems and devices available in your environment.

    Technical Considerations

    • If your application runs solely on host systems like PCs or Linux/Android devices, opt for the required number of the Host-to-Host WiSer kits.
    • Theoretically, there are no limitations on the number of devices in Broadcast mode.
    • Enabling Broadcast Mode disables internal encryption in WiSer devices. However, you can always add encryption and device filtration in your application code.

    With Broadcast Mode enabled on WiSer, there are so many possible application ideas we can think of, such as smart agriculture, home automation, industrial automation, environmental monitoring, education, or healthcare.

    Stay tuned for more insights and updates on WiSer project!

  • Wireless Serial Communication Between Two Host Systems using WiSer

    dhrumil01/12/2024 at 13:02 0 comments

    Introduction

    Welcome to the project log for WiSer WS-UU-EN, where we explore the capabilities of the WS-UU-EN variant. Unlike traditional WiSer configurations, WS-UU-EN facilitates communication between two host systems, providing a versatile solution for various applications.

    Overview

    • Variant: WiSer WS-UU-EN (comes with 2 WiSer-USB paired devices) For more information about WiSer SKU variants, please visit WiSer Product Manual.
    • Objective: Establish a wireless serial connection between two host systems.

    Step 1: Setting Up WiSer WS-UU-EN

    1. Connect WiSer-USB to Host System A
      • Plug the WiSer-USB device into the USB port of Host System A.
      • No additional drivers or software installation needed; it’s a plug-and-play setup.
    2. Connect WiSer-USB to Host System B
      • Similarly, plug another WiSer-USB device into the USB port of Host System B.

    Step 2: Initiating Communication between Two Host Systems

    1. Terminal Configuration on Host System A:
      • Configure the terminal software on Host System A to use the virtual COM port created by WiSer-USB.

    2. Terminal Configuration on Host System B:
      • Similarly, configure the terminal software on Host System B to use the virtual COM port created by the second WiSer-USB device.

    3. Begin Serial Communication between 2 Host Systems:
      • You can now initiate serial communication between Host System A and Host System B wirelessly using WiSer WS-UU-EN.

    Conclusion

    WiSer WS-UU-EN extends the flexibility of wireless serial communication to dual-host scenarios, offering a hassle-free solution for collaborative work, data transfer, and testing. Explore the possibilities of WiSer WS-UU-EN in your multi-host setups!

    Stay tuned for more insights and updates on WiSer projects!

  • Functionality of the 'Find Pair' Button on WiSer

    dhrumil12/19/2023 at 07:54 0 comments

    The 'Find Pair' button on WiSer-USB device is not just about locating your paired WiSer devices; it holds additional functionalities, such as toggling the RTS/CTS hardware flow control. Let's discover the workings of the 'Find Pair' button.

    1. Identifying Paired WiSer Devices
      WiSer provides a way to identify paired device, especially in scenarios where multiple WiSer device pairs are in use. A short press of the 'Find Pair' button initiates the identification mode. During this mode:
      • Indicator: The CONN LED on both paired WiSer devices illuminates steadily for 5 seconds.
      • Purpose: This serves as a quick and efficient means to distinguish between paired WiSer devices, ensuring you're connected to the right one, especially when dealing with multiple device pairs.
    2. Enabling RTS/CTS Hardware Flow Control
      For reliable data transmission, RTS/CTS hardware flow control is often employed. the 'Find Pair' button takes on an additional role to provide control to enable/disable RTS/CTS Hardware flow control. A long press (more than 2 seconds) triggers the toggling of the RTS/CTS hardware flow control. Here's how it unfolds:
      • Indicator: Both paired devices respond by flashing the CONN LED rapidly for 5 seconds.
      • Purpose: This signifies that the RTS/CTS hardware flow control is now enabled. This feature is invaluable in scenarios where reliable data transmission is paramount, such as in industrial applications or complex embedded systems. 
    3. Disabling RTS/CTS Hardware Flow Control

      The 'Find Pair' button also offers an option to deactivate the RTS/CTS hardware flow control. This can be achieved through a long press (of more than 2 seconds) again:

      • Indicator: Both paired devices flash the CONN LED at a slower pace for 5 seconds.
      • Purpose: This indicates that the RTS/CTS hardware flow control is now disabled, offering users the freedom to adapt their WiSer devices where RTS/CTS hardware flow control is not needed. 

    Note: RTS/CTS hardware flow control is disabled by default on power-up. RTS signal can be controlled using USB requests from host system when RTS/CTS Hardware flow control is disabled. DTR signal can be controlled using USB requests from the host system in both modes.

    Reason for providing RTS/CTS hardware flow control was due to the limitation on the USB CDC class specification. There isn't any event notification when the flow control setting is changed from the USB host. To overcome this issue, WiSer-USB is equipped with functionality to enable/disable hardware flow control manually. The flow control setting is directly applied to WiSer-TTL, which is equipped with true hardware flow control pins, ensuring reliable data transmission.


    For more details, please visit WiSer product page or refer to the WiSer Product Manual.

    In Summary, WiSer allows users with the capability to toggle between modes and locate paired devices using the 'Find Pair' button. Additionally, it provides clear visual feedback using the CONN LED, to help users identify the paired WiSer device and understand WiSer's different operational modes.

  • Programming ESP32 Dev Board wirelessly using WiSer

    dhrumil12/09/2023 at 13:09 0 comments

    In embedded systems, any ESP32 development board is a formidable platform for developers and enthusiasts alike. But what if we told you there's a way to enhance the programming experience, eliminating the need for cumbersome cables and providing the freedom to move around while you work? WiSer allows you to program any ESP32 Development Board wirelessly over a serial interface. In this comprehensive guide, we'll walk you through the steps, showcasing the programming ESP32-S2 DevKit-M1 wirelessly using WiSer devices.

    Personally, it proved beneficial when your embedded board (in this case, the ESP32S2 DevKit-M1 board) is placed in a lab with a hazardous environment, and you want to debug the dev board from your work desk wirelessly without any issues.

    Additionally, wireless debugging implies complete electrical isolation from the board, ensuring the protection of your host system while debugging the board.

    Understanding the Components

    Before we begin on the programming journey, let's familiarize ourselves with the key components:

    1. ESP32-S2 DevKit-M1: A powerful and versatile development board based on the ESP32-S2 chip.
    2. WiSer Devices (SKU variant WS-UT-BM or WS-UT-EN): Consisting of WiSer-USB and WiSer-TTL, these wireless serial devices will serve as your programming bridge to the ESP32-S2 DevKit-M1. For more information about WiSer SKU variants, please visit WiSer Product Manual.

    Prerequisites

    1. Get the ESP32-S2 DevKit-M1 development board.
    2. Ensure you have a sample example firmware for ESP32-S2 DevKit-M1. We are going use Blink example firmware in Arduino.
    3. Arduino IDE on Windows 10 PC or Mac with the added support of ESP32S2 Dev Module from Board Manager. Here, we are going to use Mac PC.
    4. Acquire a pair of WiSer devices. The WiSer-USB connects to your PC, while the WiSer-TTL interfaces with the ESP32-S2 DevKit-M1.

    Step-by-Step Programming Guide

    Step 1: Connect WiSer Devices

    • Plug the WiSer-USB into an available USB port on your PC.
    • Connect the WiSer-TTL to the ESP32-S2 DevKit-M1 as shown in the image. If you opt for an assembled WiSer-TTL variant, use jumper cables for a hassle-free connection.

    Step 2: Power Up the Devices

    • Power up the ESP32-S2 DevKit-M1 using a suitable power source. 
    • Ensure the WiSer devices are powered on. We are providing power to WiSer-TTL device through Type-C USB connector.
    • In this case, we are providing power to the ESP32-S2 Devkit-M1 from WiSer-TTL by connecting VCC line of WiSer-TTL to 5V input line of the dev kit.

    Step 3: Identify Paired WiSer Devices

    • If you don't have multiple WiSer devices or you already know the paired WiSer-TTL device, then you can skip this step. To ensure our WiSer-USB and WiSer-TTL devices are paired with each other, short press the 'Find Pair' button on the WiSer-USB. The CONN LEDs on both paired devices will illuminate steadily for 5 seconds.
    • This step helps you confirm the pairing between WiSer-USB and WiSer-TTL, especially useful when managing multiple WiSer pairs.

    Step 4: Put ESP32-S2 DevKit-M1 into Bootloader Mode

    Arduino IDE uses the RTS and DTR to reset and hold GPIO0 in order to put the esp32S2 Dev Board into bootloader mode. 

    • Verify the connection of required lines to program the board as shown in the table below.
    WiSer-TTLESP32S2 DevKit-M1
    RXDTX (J3 - Pin 6)
    TXDRX (J3 - Pin 5)
    RTSRST (J3 - Pin 2)
    DTR
    0 (J1 - Pin 2)
    GNDG (J1 - Pin 21)
    VCC5V (J1 - Pin 20)
    • Ensure the RTS/CTS hardware flow control is disabled on WiSer devices. To do so, long press the 'Find Pair' button on the WiSer-USB for more than 2 seconds. The CONN LEDs will flash slowly, indicating that RTS/CTS hardware flow control is disabled. For more information about 'Find Pair' button go through the overview of WiSer devices.

    Note: In the case of other MCUs that are not using RTS and DTR lines to switch into the Bootloader mode, you don't need to connect these lines. Please refer specific MCU's manual for serial interface connections.

    Step 5: Flashing Firmware...

    Read more »

  • Connecting to Raspberry Pi's Serial Console using WiSer

    Jaydeep12/09/2023 at 12:11 0 comments

    While numerous development boards exist in the market, the Raspberry Pi stands as the go-to device for hobbyists and tinkerers. And why not? It's remarkably straightforward to connect a Raspberry Pi to an HDMI display, attach a keyboard and mouse, and voilà! You have a functional setup. When lacking a display, keyboard, and mouse, you can still remotely access the Raspberry Pi via SSH by connecting it over Ethernet or Wi-Fi. But what if you lack both Ethernet and Wi-Fi connections, rendering SSH inaccessible?

    Fear not, for there is an alternative method to access the Raspberry Pi — the Serial Console. Utilizing the serial console also offers a way for users to view boot logs, providing insight into the boot-up process should users wish to tweak it. The serial console of the Raspberry Pi is accessible on the GPIO header, as depicted in the image below.

    SETUP REQUIREMENTS

    • PC running Windows 10 (or later)
    • Raspberry Pi 3B+ (or later)
    • WiSer WS-UT-EN or WS-UT-BM SKU variant (For more info about SKU variants, please refer this link)

    STEPS

    • On the Raspberry Pi, the serial port is not enabled by default. Thus, a few configuration files need editing. Insert the SD card of the Raspberry Pi into the SD card reader and connect it to the PC. Locate the config.txt file within the boot partition and add enable_uart=1 at the end of the file, as illustrated in the image below.
    • By default, boot logs are suppressed due to settings in the cmdline.txt file within the boot partition. To view boot logs, remove quiet and plymouth.ignore-serial-consoles from the cmdline.txt file. It should resemble the example shown in the image below.
    • The next step involves connecting the WiSer-TTL device to Raspberry Pi's UART pins, as outlined in the table below.
    WiSer-TTLRaspberry Pi
    GNDGround (Pin 6)
    RXDTXD (Pin 8)
    TXDRXD (Pin 10)
    • To access the Serial Console, you'll need TeraTerm or a similar serial port tool. Connect the WiSer-USB device to the PC and open TeraTerm. Navigate to Setup->Serial port..., select the port corresponding to your PC's COM port name, set the speed to 115200, and click on the New Open button.
    • Power up the Raspberry Pi, and the boot logs should now appear in TeraTerm.
    • Having successfully accessed the Serial Console on a Windows PC using TeraTerm, for Linux distributions, GTKTerm could be employed, while Mac users may opt for SerialTools. Android phones/tablets can utilize UsbTerminal app to access the Serial Console, as depicted in the image below.

  • Real World RF Range Testing

    Jaydeep11/29/2023 at 15:49 0 comments

    We have been testing WiSer in various scenarios. One such important test is the actual RF range of WiSer devices. The purpose of the test was to determine the physical distance from which WiSer devices can reliably communicate with each other.

    HOW TO TEST?

    One of the most common questions that arise for any wireless device is: How far can it transmit/receive? The range of a wireless device is determined by various factors such as transmit power, receive sensitivity, supply voltage, ambient environment, etc.

    While factors like transmit power or sensitivity can be controlled by the user, the ambient environment cannot often be controlled by the user, thus playing a crucial role in defining the actual range. Recognizing this, RF testing can be conducted in both indoor and outdoor environments. Although the device will likely be used indoors, each indoor environment differs. Factors such as building structure, construction materials, room size, floors, pathways, and even furniture vary. Testing a wireless device in one indoor environment and providing an RF range may not be replicable in another indoor setting. Due to these limitations, testing the RF range of the wireless device in an indoor setup becomes meaningless.

    The most effective way to determine the RF range is to test the wireless device in an outdoor, line-of-sight environment. This setup offers a means to test the RF range in optimal conditions with reproducible test conditions and similar test results.

    THE SETUP

    The outdoor test took place in an open ground using a pair of WiSer devices, WiSer-USB and WiSer-TTL. The WiSer-USB device was connected to a laptop's USB port, while the WiSer-TTL was connected to the UART pins of a Raspberry Pi. Both devices were positioned about 3 feet above the ground with their antennas facing each other. The initial distance between the WiSer-USB and WiSer-TTL devices was set at 20 feet.

    To assess data transmission between the laptop and Raspberry Pi using WiSer devices, a Python script was developed. The script opens serial port with a configuration of 921600 baud, 8 data bits, no parity, and 1 stop bit. It writes a specified size of dummy data to the serial port without delay between chunks, simultaneously reading incoming data. At the end, it prints the amount of data sent and received.

    The script was executed simultaneously on both the laptop and Raspberry Pi, sending a specified data size of 1 MB. At a distance of 20 feet, we successfully received 1 MB of data on both devices. We then increased the distance between the WiSer devices and repeated the test until we no longer received 1 MB of data on either side.

    FINAL RESULT

    The maximum RF range we achieved was 65 feet. Thus, with a line-of-sight distance of 60 feet between WiSer devices in an open ground, the setup remained operational at the maximum supported baud rate of 921600 baud. Of course, it is possible to increase the RF range further by adjusting test conditions, such as lowering the baud rate or sending data at a slower speed by adding delays between data chunks or even allowing 5% data loss, for example. However, for this test, we specifically wanted to measure the RF range at the maximum baud rate possible, ensuring functionality with zero data loss under optimal conditions.

  • WiSer: Wireless Serial Port Connectivity

    Jaydeep11/21/2023 at 11:58 0 comments

    BACKGROUND

    While physical serial ports are becoming increasingly rare on modern PCs, the serial port has persisted thanks to virtual serial port adaptors like FT232 or CP2102-based USB to UART converters. These converters play crucial roles in embedded systems, handling tasks such as data logging, code debugging, and firmware uploading to MCUs.

    In a recent project, we employed a 6 DOF robotic arm for pick-and-place movements. To perform sensing and control, we placed an MCU at the top end of the robotic arm. During the firmware development phase, monitoring the serial logs from the MCU for debugging became essential. Initially, we experimented with a CP2102-based USB to TTL converter connected to the MCU and host system through a USB cable. However, we faced an issue where the USB cable connected to the host system obstructed certain movements of the robotic arm. To overcome this obstacle, we considered implementing a wireless serial connection between the MCU and the host system.

    At first, we searched for available solutions in the market. There are certain Wi-Fi to Serial modules available, like this one. However, most of them serve as a bridge between Wi-Fi and the serial port. This means the user needs to connect to module via TCP from the host system or use com0com or similar tools on the host system to translate TCP data to Serial and vice versa. While, for some use cases, this might be perfectly acceptable, there isn't any ready-to-use hardware solution available to address this issue. 

    This realization led us to explore the concept of creating a wireless-to-serial bridge hardware. This gave birth to the WiSer project, an acronym for Wireless Serial. Our initial goal was to meet data logging needs, but we soon recognized its potential in remote control and monitoring, remote firmware upgrades, debugging, etc.


    THOUGHT PROCESS

    Initially, we considered designing a wireless device that could be connected to the embedded target device using physical serial pins. For the host system, our plan was to develop a device driver that would connect to this wireless device using the host system's Wi-Fi adaptor. The device driver would be responsible for creating a virtual serial port on the host system and transmitting/receiving data between the virtual serial port and the wireless device using the Wi-Fi protocol. Although this was a good idea, we had concerns about the process of certifying the device driver for various operating systems and potential installation/compatibility issues. Additionally, this approach was making it mandatory for users to have a Wi-Fi adaptor on the host system.

    We decided to skip this idea and opted for a two-device solution, as illustrated in the image below.

    This approach eliminates the main problem of requiring a custom device driver on the host system. Since most modern operating systems already have a built-in virtual serial port driver, we decided to leverage that advantage. So, the host-side device will act as a USB device with CDC class support. The target-side device will have serial pin connections (TX, RX, RTS, CTS, etc.) tied to to target's serial pins. Both of these devices will communicate wirelessly to exchange data.

    For wireless communication, we explored a few options like BLE, Wi-Fi, and Sub-GHz. Although Sub-GHz can provide a longer coverage range compared to BLE or Wi-Fi, as the operating frequency for Sub-GHz varies based on country/region, we ruled out that option. Wanting to support the maximum data speed with these devices prompted us to choose Wi-Fi, as it can provide a higher data throughput rate compared to BLE.

    For Wi-Fi, there are ready-to-use Wi-Fi modules available that can be soldered onto the PCB, but we wanted to make the devices as compact as possible, and a Wi-Fi module may hinder this requirement. So, we decided to use Wi-Fi SoC directly instead of a Wi-Fi module/SoM. 

    The next step was...

    Read more »

View all 7 project logs

Enjoy this project?

Share

Discussions

Dan Julio wrote 11/29/2023 at 17:47 point

Seems like a well thought-through project.  ESP32-S2 is good choice w/ built-in USB support. and ESP-NOW    Looking forward to the campaign.  Curious about two things.

1. What all went into the design and verification of your RF section?  Always seems that this is difficult part for small and [probably] boot-strapped teams.

2. Have you used your board to remotely program another ESP32 using RTS# and DTR# to automatically enter boot mode of the remote device via the typical 2-NPN transistor circuit for EN and IO0)?  I ask since the timing of those signals is important in this case.

  Are you sure? yes | no

Jaydeep wrote 12/02/2023 at 10:59 point

Thank you, @Dan Julio  and sorry for the late response. We appreciate your feedback on the project.

Regarding the questions you asked:
1. I agree that designing the RF stuff is not easy, especially for smaller teams. Just like any other RF design, we have taken care regarding RF trace width/spacing to achieve the required impedance and manufactured the PCB with an impedance-controlled stack-up. Additionally, we've followed the RF related recommendations provided by Espressif in the ESP32-S2 hardware design guidelines document. In the end, we fine-tuned the impedance using a Pi matching network on the PCB. To tune and measure the antenna's performance, we utilized the NanoVNA V2 Plus4. Lastly, we have past experience in tuning antennas for Bluetooth devices. This prior knowledge inspired us to design our own PCB with an integrated antenna rather than using on the ESP32-S2 module.

2. Yes, we have tested WiSer for ESP32 programming. We had used ESP32-S2-DevkitM-1 board as target device to program it using WiSer from Adruino IDE. It's able to switch to boot mode, program the firware and reset the board.

  Are you sure? yes | no

Dan Julio wrote 12/02/2023 at 16:09 point

Great @Jaydeep,  thank you.  Good luck with your campaign.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates