Trying to send the picure data through ZigBee

  1. Where did you get the camera module(s)?
    Akizuki(秋月)

  2. Model number of the product(s)?
    OV2640 Arducam Mini 2MP Plus

  3. What hardware/platform were you working on?
    Raspberry Pi Pico

  4. Instructions you have followed. (link/manual/etc.)
    GitHub - ArduCAM/PICO_SPI_CAM
    The C example code worked very well!

  5. What help do you need?
    Hello from Japan. My Goal is to send a single capture data via UART (ZigBee).
    I want to know were the single capture data get stored, so that I can send the data simply with the uart_puts command and visualize the picture with the HostApp.
    Is it even possible?