• Avocaudio (Modular) 4_04 Start - MCU Placement

    Avocaudio (Modular) 4_04 Start - MCU Placement

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    hasofu

    &

    hasofukirsch

    1 Star


  • Sendtra-0ne-B1

    Sendtra-0ne-B1

    Basic project template for RP2040 MCU from Raspberry Pi Pico Development board #RaspberryPi #Raspberry #Pi #RPi #Pico #template #project #project-template

    anmolkingk

    1 Star


  • AvocAudio 02_02_Start

    AvocAudio 02_02_Start

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • AvocAudio: A tinyML community board v2 Modules

    AvocAudio: A tinyML community board v2 Modules

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #raspberryPi #rp2040 #lorawan #iot #solar

    nico

    1 Star


  • RP2040 - Newsletter1

    RP2040 - Newsletter1

    I designed a Raspberry Pi pico-like board using only AI

    nico

    1 Star


  • PiStrument

    PiStrument

    Raspberrypi Pico-based sampler, sequencer + drum machine w/ an embedded speaker, Adafruit I2S amplifier and momentary step switches, evoking the tr808 synthesizer ⁠

    oozliuoo

    &

    josephine-scarlet-darth-maul974237
    carlos-velasco

    1 Star


  • Due Indigo Pip boy

    Due Indigo Pip boy

    Welcome to your new project. Imagine what you can build here.

    trantrungthuy

    77 Comments

    1 Star


  • Ordinary Amethyst Pip boy

    Ordinary Amethyst Pip boy

    Welcome to your new project. Imagine what you can build here.

    bar22

    &

    fal-man-93
    home24

    41 Comments

    1 Star


  • Bored Emerald Pip boy

    Bored Emerald Pip boy

    Welcome to your new project. Imagine what you can build here.

    hilham

    1 Comment

    1 Star


  • Particular Bronze Pip boy

    Particular Bronze Pip boy

    Welcome to your new project. Imagine what you can build here.

    h40mario

    1 Comment

    1 Star


  • Variable Coral Pip boy

    Variable Coral Pip boy

    Welcome to your new project. Imagine what you can build here.

    franfran

    1 Comment

    1 Star


  • Honest Maroon Pip boy

    Honest Maroon Pip boy

    Welcome to your new project. Imagine what you can build here.

    kungu

    1 Comment

    1 Star


  • Frantic Plum Pip boy

    Frantic Plum Pip boy

    como puedo corregir este codigo para que funcione en flux.io import time import random import matplotlib.pyplot as plt import io import base64 from fluxio import Flow flow = Flow() @flow.task def linear_search(arr, target): for i in range(len(arr)): if arr[i] == target: return i return -1 @flow.task def binary_search(arr, target): low = 0 high = len(arr) - 1 while low <= high: mid = (low + high) // 2 if arr[mid] == target: return mid elif arr[mid] < target: low = mid + 1 else: high = mid - 1 return -1 @flow.task def measure_time(func, arr, target): start_time = time.time() func(arr, target) end_time = time.time() return end_time - start_time @flow.task def generate_data_and_measure(): sizes = [100, 1000, 5000, 10000, 50000, 100000] linear_times = [] binary_times = [] for size in sizes: arr = random.sample(range(size * 2), size) target = random.choice(arr) sorted_arr = sorted(arr) linear_time = measure_time(linear_search, arr, target) binary_time = measure_time(binary_search, sorted_arr, target) linear_times.append(linear_time) binary_times.append(binary_time) return sizes, linear_times, binary_times @flow.task def plot_results(sizes, linear_times, binary_times): plt.plot(sizes, linear_times, label='Búsqueda Lineal') plt.plot(sizes, binary_times, label='Búsqueda Binaria') plt.xlabel('Tamaño del Array') plt.ylabel('Tiempo de Ejecución (segundos)') plt.title('Análisis de Complejidad Temporal') plt.legend() plt.grid(True) buf = io.BytesIO() plt.savefig(buf, format='png') buf.seek(0) img_str = base64.b64encode(buf.read()).decode('utf-8') plt.close() return img_str @flow.task def main(): sizes, linear_times, binary_times = generate_data_and_measure() img_str = plot_results(sizes, linear_times, binary_times) return img_str if __name__ == "__main__": flow.run(main)

    gadpvrrr

    1 Comment

    1 Star


  • PiStrument 407f

    PiStrument 407f

    Welcome to your new project. Imagine what you can build here.

    giulioz

    &

    jharwinbarrozo
    bryan
    hubiss

    1 Comment

    1 Star


  • Hushed Maroon Pip boy

    Hushed Maroon Pip boy

    TelePacks v2.1 - Routed, Part-Assigned, All Checks Passed

    davidprokop

    1 Star


  • Cooperative Harlequin Pip boy

    Cooperative Harlequin Pip boy

    Welcome to your new project. Imagine what you can build here.

    978245862166

    &

    prafulwandhare12

    1 Star


  • Democratic Plum Pip boy

    Democratic Plum Pip boy

    Welcome to your new project. Imagine what you can build here.

    jkguyftrdes

    1 Star


  • Fancy Chocolate Pip boy

    Fancy Chocolate Pip boy

    Welcome to your new project. Imagine what you can build here.

    valeriah

    &

    dayanaq

    1 Star




  • Delighted Aquamarine Pip boy

    Delighted Aquamarine Pip boy

    Welcome to your new project. Imagine what you can build here.

    rf-user332177247

    1 Star


  • Forthcoming Beige Pip boy

    Forthcoming Beige Pip boy

    Welcome to your new project. Imagine what you can build here.

    rf-user201212549

    1 Star


  • Sensible Peach Pip boy

    Sensible Peach Pip boy

    Welcome to your new project. Imagine what you can build here.

    rf-user229138595

    1 Star


  • Delicate Fuchsia Pip boy

    Delicate Fuchsia Pip boy

    Welcome to your new project. Imagine what you can build here.

    rf-user124285966

    1 Star


  • Surrounding Red Pip boy

    Surrounding Red Pip boy

    Welcome to your new project. Imagine what you can build here.

    rf-user133596123

    1 Star