Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
15 results for tags Arduino x
  • ARDUINO UNO as a USB to GPIB controller - version 6.1
    Found on http://www.aaronsplace.co.uk/blog/2018-04-03-gpib-arduino.html
    Sun Apr 9 01:16:49 2023 - permalink -
    - https://egirland.blogspot.com/2014/03/arduino-uno-as-usb-to-gpib-controller.html
    Arduino electronics GPIB hardware software
  • Spresence - Arduino-compatible board with Sony's 6-core ARM micro-controller.
    Spresense consists of a Arduino compatible board with Sony’s high performance CXD5602 micro-controller. The CXD5602 has built-in GNSS and high-resolution audio capabilities.
    Wed Aug 31 19:07:27 2022 - permalink -
    - https://developer.sony.com/develop/spresense/docs/introduction_en.html
    Arduino ARM electronics hardware satellite-navigation
  • Building a USB adapter for SUN Type 5 keyboards (thp.io)
    Just what it says, links to https://github.com/benr/SunType5_ArduinoAdapter
    and
    https://github.com/xelalexv/suniversal
    Wed Mar 23 13:12:09 2022 - permalink -
    - https://thp.io/2019/suniversal-adapter.html
    Arduino keyboard software Sun
  • Audio Bootloader for Attiny85 Microcontrollers
    You can simply program an Attiny85 via the audio output of a PC, Smartphone or audio-player.

    Only a low-part count circuit is needed.

    The bootloader presented here has the following features:
       low memory footprint: ~1KB
       [full Arduino IDE integration] (https://github.com/8BitMixtape/8Bit-Mixtape-NEO/wiki/3_3-IDE-integration)
       automatic Baudrate detection and callibration
       very simple circuit: two 10 k resistors and a 100 nF capacitor are needed to connect the microcontroller to the audio output of the PC or audio player
       one pin for data transmission is needed
       an optional led indicator, needs an extra pin, for the state of the boot loader
       as hex/binary to wav converter, programmed in java, is also available. It works on win and linux
    Thu Dec 19 16:44:54 2019 - permalink -
    - https://github.com/ChrisMicro/TinyAudioBoot
    Arduino electronics hack hardware software
  • ArDSKYlite | Hackaday.io
    A very lightweight representation of the venerable Apollo DSKY. Uses a Touch LCD to bypass all the hardware complexity.
    Thu Dec 19 16:25:35 2019 - permalink -
    - https://hackaday.io/project/168930-ardskylite
    AGC Arduino DSKY electronics hardware TODO
  • Arduino HP-IB Adapter
    The Arduino HP-IB Adapter is a device that implements the HP-IB protocol in software. The device consists of an Arduino Mega board, a prototype Shield and an Ethernet Shield for connection to the LAN. It offers the means to provide support for HP-IB even when dedicated controllers such as the TMS9914A are no longer available.
    Tue Jun 5 13:19:22 2018 - permalink -
    - http://www.series80.org/Arduino-HPIB/
    Arduino electronics hardware HP-IB
  • Microsoft Word - HP-IR Receiver with Arduino.doc - HP-IR Receiver with Arduino.pdf
    A Hewlett Packard Infrared Signal Decoder
    Martin Hepperle
    June 2015
    Several Hewlett Packard pocket calculators are able to send printer output via Infra-Red (IR) signals to a small portable printer. They use an HP-specific transmission protocol which is also called “Red Eye”. This protocol is different from the better known IrDA protocol. This document gives a brief overview of the format and describes hard- and software to build a decoder system for this protocol.
    This system allows receiving the “Red Eye” signals with a computer via a serial or an USB interface.
    Thu Feb 15 11:07:58 2018 - permalink -
    - http://www.mh-aerotools.de/hp/red-eye/HP-IR%20Receiver%20with%20Arduino.pdf
    Arduino electronics hardware Hewlett Packard TODO
  • TAPR TICC Timestamping/Time Interval Counter
    The TAPR TICC is a two-channel timestamping counter with better than 60 picosecond resolution and less than 100 picosecond typical jitter. It has an Allan Deviation noise floor below 1x10-10 for a one second measurement.
    Thu Jan 18 14:31:06 2018 - permalink -
    - http://tapr.org/kits_ticc.html
    Arduino electronics hardware time
  • CosmicWatch::catch yourself a muon
    Another muon detector, or rather instructions to build one. I learned on 2024-04-12 that the detector is sold by the UK Radio Astronomy Association:
    https://www.ukraa.com/store/categories/cosmic-rays/assembled-muon-detector (£188),
    https://www.ukraa.com/store/categories/cosmic-rays/muon-detector-assembled-with-enclosure (£216)

    See also http://cosmicpi.org/
    Wed Nov 29 16:42:36 2017 - permalink -
    - http://cosmicwatch.lns.mit.edu/
    Arduino cosmic electronics hardware physics radiation
  • Arduino Enigma I, M3, M4 Machine Simulator w/ Case from ArduinoEnigma on Tindie
    Uses a touch screen.
    Sun Sep 25 22:20:04 2016 - permalink -
    - https://www.tindie.com/products/ArduinoEnigma/arduino-enigma-i-m3-m4-machine-simulator-w-case/
    Arduino cryptography hardware history
  • FlashForth
    FlashForth is a Forth stamp system implemented on the Microchip 8-bit PIC18F and 16-bit PIC24, 30, 33 and the Atmel Atmega microcontroller families.

    FlashForth also works on the popular Arduino UNO and MEGA boards.

    FF (FlashForth) allows you to write and debug complex real-time applications. The complete system including the compiler is executing on the microcontroller.

    A Forth interpreter, compiler, assembler, multitasker and user definable interrupts are provided.

    A computer with a terminal emulator is used for communicating with FF via a serial or USB link.
    Thu Sep 15 12:33:41 2016 - permalink -
    - http://flashforth.com/
    Arduino Forth GPL
  • uLisp - Lisp for the Arduino
    Requirements
     RAM: 2 Kbytes to 32 Kbytes.
     Program memory: At least 32 Kbytes (the program currently uses about 22 Kbytes of program memory).
     EEPROM memory: Used for saving and loading the uLisp workspace.

    Recommended platforms
     Arduino Uno or other ATmega328-based cards.
    Thu Sep 15 12:31:23 2016 - permalink -
    - http://www.ulisp.com/
    Arduino lisp software
  • Arduino UNO and MEGA2560 USB firmware for HID devices
    Arduino UNO and MEGA2560 USB drivers

    This is a collection of USB firmware for the Atmega8U2 and Atmega16U2 processors on the UNO and MEGA2560 boards.

    By loading the appropriate firmware onto the 8U2 or 16U2 the Arduino can be turned into a native USB device.

    The following drivers are currently available here.

       USB Mouse
       USB Keyboard
       USB Joystick
       USB MIDI device

    All drivers are based on examples from Dean Camera's LUFA project.
    Found on https://hackaday.io/HarlequinTech
    Thu Aug 25 16:41:00 2016 - permalink -
    - https://github.com/harlequin-tech/arduino-usb
    Arduino software USB
  • Gammon Forum : Electronics : Microprocessors
    Information about programming microprocessors, particularly the Arduino.
    Tue Mar 22 15:10:24 2016 - permalink -
    - http://gammon.com.au/forum/bbshowpost.php?bbtopic_id=123
    Arduino electronics hardware reading software
  • Arduino Playground - PS2Keyboard
    Software to read PS2Keyboard on an Arduino.
    Tue Mar 22 13:48:10 2016 - permalink -
    - http://playground.arduino.cc/Main/PS2Keyboard
    Arduino software
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.