Jump to content

Search the Community

Showing results for tags 'mios8'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Top
    • Latest News
    • Bulk Orders
  • Construction
    • MIDIbox NG
    • MIDIbox HUIs
    • MIDIbox SEQ
    • MIDIbox SID
    • MIDIbox FM
    • MIDIbox BLM
    • MIDIbox User Projects
    • MIDIfication
    • Design Concepts
    • Parts Questions
    • Testing/Troubleshooting
    • Tips & Tricks
    • MIDIbox Documentation Project
  • Software
    • MIDIbox Tools & MIOS Studio
    • MIOS programming (C)
    • MIOS programming (Assembler)
    • MIOS toy of the week
  • Miscellaneous
    • Fleamarket
    • Sale Requests
    • Miscellaneous
    • Songs & Sounds
  • Archive
    • Parts Archive
    • MIDIbox of the Week
  • Multilingual
    • Nordisk
    • Nederlands
    • Deutsch
    • Français
    • Italiano
    • Español
    • Português
    • Greek
    • Russian
    • Others

Blogs

  • Twin-X's Blog
  • j00lz - MB-6582 Build Log
  • Project "Desire MC1"
  • MIDIbox Live
  • protofuse's Blog
  • Joeri's Blog
  • Phil's MBSEQv4
  • taximan's home base
  • Kyo's Blog
  • Snoozr's Notes on Building an MB-6582
  • Amplification
  • dawidbass' Blog
  • SLP's Blog
  • MidiSax's Blog
  • blog_latenights
  • Non usare un modulo Lcd
  • Duggle's Blog
  • Rics' 4Decks
  • aaa135139's Blog
  • bilderbuchi's Blog
  • Alain6870's Blog
  • MidiMaigre 37
  • Digineural's Blog
  • Sylwester's Blog
  • olga42's Blog
  • MB9090 Blog
  • Zossen's Blog
  • stilz&Rumpel's Blog
  • Antichambre's Blog
  • MB TWINsid Blog
  • massenvernichtungswaffe.de
  • gslug's Blog
  • albpower2seq4sid's Blog
  • TB's MIDIBox Adventures
  • kHz-tone's Blog
  • Blatboy's Blog
  • geth's-building-stuff-Blog
  • Excursions in DIY land
  • Ralex's Blog
  • huanyupcb's Blog
  • Vicentiu Mincior's Blog
  • A journey through midibox LC construction
  • TheAncientOne's Blog
  • nebula's Blog
  • Sasha's Blog
  • Tales from the kit mill
  • novski's
  • nicolas' Blog
  • Gelpearl
  • Johan's Blog
  • midibox.org Blog
  • Wisefire build logs
  • ColleenMorris' Blog
  • brucefu's Blog
  • atribunella's Blog
  • Building my Seq
  • A Seqv4 kind of thing
  • ModulBox
  • ArumBlack
  • mongrol
  • Watch!!- Mission: Impossible – Fallout (HD) Movie Online.Full 4k
  • Watch!!- Hotel Transylvania 3 Summer Vacation (HD) Movie Online.Full 4k
  • Silver eagles sign football gamer Adam Zaruba since restricted stop
  • Watch!!- The Meg (HD) Movie Online.Full 4k
  • Steelkiwi Blog
  • Words1234
  • SSP
  • How to Solve the Excavator Hydraulic System Running Slowly
  • Eight Ways to Maintain Excavator Parts
  • Five Common Problems and Fault Analysis of Komatsu Excavator
  • Ficher Chem Co. Ltd: Buy Research Chemicals Online
  • Zazenergyli
  • Top Mobile App Development Company in USA
  • belkin range extender
  • wrong post

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. Hi, I think that Midibox is a great project (is the one that get me started on pic16 programming) and it deserves to grow/transform more as more affordable and capable boards are getting available. In particular the esp32 seems to be a good platform for doing some cool usb/bluetooth experimentation, and the stm32 is also promising. But the licensing of the project doesn't allow easily for other people to contribute and create new projects, and I think this has "stopped" the project a bit. Also contributing on a platform like github, maybe implementing automatic builds pipeline, would make everything easier. @TK. would you be open to move the project to a more open source model, with a license such as MIT/Apache or LGPL that will allows also commercial/other derivatives? Would you be open to move the development to some platform like Github? I can volunteer some times to make the transition happen. Thanks, Nick
  2. After I solderd all of the components I got this reslut... No Device id
  3. Hello all, have been troubleshooting this for hours, and need your help. Scenario: running PIC18460 Core V3 with 16x2 lcd display, running mios 1.9h -works- uploading of apps -works- midibox_sid_v1_7303e with 24LC512 bank stick -works- connected SID module -works- tested SIO (Serial Input Output) with "srio_interconnection_test_v2a" -works- activated CS in setup file "setup_8580.asm" build DINX1 on verobaord checked pulldown of all DIN-Pins with multimeter -works- checked serial clock witch oscilloscope -works- uploaded "midio128_v2_2c" pressing connected buttons for sending midi-notes -doesnt work- X connecting serial clock to serial out on DINX1 module (for faking input) gives note and cc messages -works- tested 74HC165 in another device (not MIDIbox) -works- swapped PIC18460 -doesn't work- X checked RC-line (i.e. load pin of 74HC165 = pin1) with oscilloscope in 250ns resolution: line is always 5V -???? X checked for shorts, every permutation -none found- I've checked the connections on the DINx1 dozens of times. It seems to be all good. Question: for a control surface A (4 buttons + 1 encoder, with button, DINX1) with 16x2 lcd, is there anything specific I have to do in the code? It still could be the veroboard build of the dinx1, but i doubt that. See attached pics. Any help is very appreciated. SB
  4. Hi all, I just stopped by to check if my experiences are right... 1 In my mios c program (user_tick function) i used a modulo division like counter%divider and divider was a unsigned, non zero value, which caused the program to crash and the pic to start over. Using a number did't. I could think of workarounds, but I am curious to hear yours 2 the same happened with 3 nested ifs, again I am working on a workaround, but I am equally happy to hear yours. Is there a list of Mios8 don't in C programming?
  5. Hi *, I wanted to setup the tool chain for MIOS8 development. I downloaded Eclipse 3.1 but I cannot find a CDT version for it anymore. The nightly builds page of CDT only provides CDT 3.2.1 (http://archive.eclipse.org/tools/cdt/builds/3.1.2/index.html) which builds against Eclipse 3.2 Could anyone share a link? Or is there a newer toolchain? Best Regards, Ck
×
×
  • Create New...