{"id":31811092,"url":"https://github.com/rbuj/explorer16","last_synced_at":"2025-10-11T06:21:32.541Z","repository":{"id":197324727,"uuid":"116818073","full_name":"rbuj/explorer16","owner":"rbuj","description":"Examples for Explorer 16 Development Board of Microchip","archived":false,"fork":false,"pushed_at":"2023-04-23T08:30:22.000Z","size":555,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-09-30T04:01:37.310Z","etag":null,"topics":["microchip","microcontroller","mplabx","xc16"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbuj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-01-09T13:14:37.000Z","updated_at":"2023-09-30T04:01:50.249Z","dependencies_parsed_at":null,"dependency_job_id":"ea950f96-00a8-44e3-8e3a-d95a4c7d43a5","html_url":"https://github.com/rbuj/explorer16","commit_stats":null,"previous_names":["rbuj/explorer16"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/rbuj/explorer16","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbuj%2Fexplorer16","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbuj%2Fexplorer16/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbuj%2Fexplorer16/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbuj%2Fexplorer16/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbuj","download_url":"https://codeload.github.com/rbuj/explorer16/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbuj%2Fexplorer16/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006444,"owners_count":26084107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["microchip","microcontroller","mplabx","xc16"],"created_at":"2025-10-11T06:21:25.719Z","updated_at":"2025-10-11T06:21:32.533Z","avatar_url":"https://github.com/rbuj.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Explorer 16 Development Board\nSome simple examples for Explorer 16 Development Board of Microchip.\n\n###### Project List\n| Project Name     | Short description | [1] | [2] |\n| ---------------- | ----------------- | :-: | :-: |\n| [ChronometerTimer1SOSC](ChronometerTimer1SOSC/) | Display a chronometer in LCD by using Timer1 Interrupt and SOSC as clock source, change notification interrupt on S3 to start/reset the chronometer. Precision 1/32s. | x | x |\n| [ClockTimer1SOSC](ClockTimer1SOSC.X/) | Display a Clock in LCD by using Timer1 Interrupt and SOSC as clock source, change notification interrupt on S3 to start/reset the clock. | x | x |\n| [D10OnOffS3](D10OnOffS3.X/) | Switch on D10 LED by pressing and holding S3 switch button, LED is switched off when it's not pressed. | x | x |\n| [D10ToggleTimer1](D10ToggleTimer1.X/) | Toggle switch on/off the D10 LED @ 1 Hz using Timer1 Interrupt and SOSC as clock source. | x | x |\n| [D10FlashDelay](D10FlashDelay.X/) | Flash LED D10 using __delay_ms(d) macro. | x | x |\n| [LCDHelloWorld4MIPS](LCDHelloWorld4MIPS.X/) | Print a message in the LCD Display @ 4 MIPS. | x | x |\n| [LCDHelloWorld8MIPS](LCDHelloWorld8MIPS.X/) | Print a message in the LCD Display @ 8 MIPS. | x | x |\n| [LCDHelloWorld16MIPS](LCDHelloWorld16MIPS.X/) | Print a message in the LCD Display @ 16 MIPS. | x | x |\n| [LEDsOnOffS3](LEDsOnOffS3.X/) | Switch on D3:D10 LEDs by pressing and holding S3 switch button, LED is switched off when it's not pressed. | x | x |\n| [LEDsToggleTimer1](LEDsToggleTimer1.X/) | Toggle switch on/off the D3:D10 LEDs @ 1 Hz using Timer1 Interrupt and SOSC as clock source. | x | x |\n| [ToggleD9D10CNIS3](ToggleD9D10CNIS3.X/) | Toggle switch on/off the D9/D10 LEDs using the Change Notification Interrupt on S3 switch button. | x | x |\n\n[1] PIC24FJ128GA010, [2] dsPIC33FJ256GP710A\n\n###### Module List\n\n| Module Name      | Project Name | [1] | [2] |\n| ---------------- | ------------ | :-: | :-: |\n| Write to output pin / D10 | [D10FlashDelay](D10FlashDelay.X/) | x | x |\n| Use delay macro | [D10FlashDelay](D10FlashDelay.X/) | x | x |\n| Read from input pin / S3 | [D10OnOffS3](D10OnOffS3.X/) | x | x |\n| Write to LCD using Parallel Master Port (PMP) | [LCDHelloWorld4MIPS](LCDHelloWorld4MIPS.X/) | x |  |\n| Write to LCD (w/ PMP) | [LCDHelloWorld](LCDHelloWorld.X/) | x | x |\n| Parallel write to output pins / D3:10 | [LEDsOnOffS3](LEDsOnOffS3.X/) | x | x |\n| Change Notification Interrupt / S3 | [ToggleD9D10CNIS3](ToggleD9D10CNIS3.X/) | x | x |\n| Low-Power Secondary Oscillator (SOSC) / Timer 1 | [D10ToggleTimer1](D10ToggleTimer1.X/) | x | x |\n\n[1] PIC24FJ128GA010, [2] dsPIC33FJ256GP710A\n\n###### Ascending Order of Difficulty\n| # | Project Name     | Modules       |\n| - | ---------------- | ------------- |\n| 1 | [D10FlashDelay](D10FlashDelay.X/) | Write to output pin / D10; Use delay macro; |\n| 2 | [D10OnOffS3](D10OnOffS3.X/) | Write to output pin / D10; Read from input pin / S3; |\n| 3 | [LCDHelloWorld4MIPS](LCDHelloWorld4MIPS.X/) | Write to LCD @ 4 MIPS (Busy flag check) |\n| 4 | [LCDHelloWorld8MIPS](LCDHelloWorld8MIPS.X/) | Write to LCD @ 8 MIPS (Busy flag check) |\n| 5 | [LCDHelloWorld16MIPS](LCDHelloWorld16MIPS.X/) | Write to LCD @ 16 MIPS (Busy flag check) |\n| 6 | [LEDsOnOffS3](LEDsOnOffS3.X/) | Parallel write to output pins / D3:10; Read from input pin / S3; Write to LCD; |\n| 7 | [ToggleD9D10CNIS3](ToggleD9D10CNIS3.X/) | Change Notification Interrupt / S3; Write to output pin / D10; Write to LCD; |\n| 8 | [D10ToggleTimer1](D10ToggleTimer1.X/) | Low-Power Secondary Oscillator (SOSC) / Timer 1; Write to output pin / D10; Write to LCD; |\n| 9 | [LEDsToggleTimer1](LEDsToggleTimer1.X/) | Low-Power Secondary Oscillator (SOSC) / Timer 1; Write to output pins / D3:10; Write to LCD; |\n| 10 | [ClockTimer1SOSC](ClockTimer1SOSC.X/) | Low-Power Secondary Oscillator (SOSC) / Timer 1; Change Notification Interrupt / S3; Write to LCD; |\n| 11 | [ChronometerTimer1SOSC](ChronometerTimer1SOSC.X/) | Low-Power Secondary Oscillator (SOSC) / Timer 1; Change Notification Interrupt / S3; Write to LCD; |\n\n## Requirements\n\n###### Software\n- [MPLAB X IDE](http://www.microchip.com/mplab/mplab-x-ide) is a software program that runs on a PC (Windows®, Mac OS®, Linux®), supports project management, code editing, debugging and programming of Microchip microcontrollers.\n- [MPLAB XC16](http://www.microchip.com/mplab/compilers) is a C compiler for 16-bit PIC devices.\n\n###### Hardware\n- Explorer 16 Development Board with ICD3 Bundle, [Part Number: DV164037](http://www.microchip.com/developmenttools/ProductDetails.aspx?PartNO=DV164037)\n\n\u003cimg src=\"images/948-dv164037.jpg\" width=\"640\"\u003e\n\nor\n\n- Development Board:\n    - Explorer 16 Development Board with 100-pin PIM, [Part Number: DM240001](http://www.microchip.com/Developmenttools/ProductDetails.aspx?PartNO=DM240001) or\n    - Explorer 16/32 Development Board, [Part Number: DM240001-2](http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=DM240001-2)\n- Supported Processor Plug-In Modules (PIMs):\n    - dsPIC33FJ256GP710A Plug-In-Module [Part Number: MA330011](http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=MA330011)\n    - PIC24FJ128GA010 Plug-In-Module [Part Number: MA240011](http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=MA240011)\n- 9V power supply, Part Number: AC162039, AC002014\n- Hardware debugger/programmer: MPLAB REAL ICE, MPLAB ICD or PICkit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbuj%2Fexplorer16","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbuj%2Fexplorer16","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbuj%2Fexplorer16/lists"}