{"id":27958062,"url":"https://github.com/ericsson/ardesco-sdk","last_synced_at":"2025-07-21T13:32:23.868Z","repository":{"id":70058936,"uuid":"309944863","full_name":"Ericsson/Ardesco-SDK","owner":"Ericsson","description":"Ardesco software development kit","archived":false,"fork":false,"pushed_at":"2022-02-09T22:35:06.000Z","size":474,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-30T15:50:58.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ericsson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-04T08:46:10.000Z","updated_at":"2022-02-09T22:35:11.000Z","dependencies_parsed_at":"2023-07-16T23:06:57.562Z","dependency_job_id":null,"html_url":"https://github.com/Ericsson/Ardesco-SDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ericsson/Ardesco-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2FArdesco-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2FArdesco-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2FArdesco-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2FArdesco-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/Ardesco-SDK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2FArdesco-SDK/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266311611,"owners_count":23909660,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-05-07T18:16:09.743Z","updated_at":"2025-07-21T13:32:23.812Z","avatar_url":"https://github.com/Ericsson.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Release Notes\n\nUsage\n\tUnzip the ardesco_sdk .zip file into a directory on your hard drive.\n\t\n\tDownload the Nordic Connect for Desktop tool from the Nordic website\n\n\tUse the Toolchain manager to download the Nordic SDK into the Ardesco\n\tdirectory.\n\n\tModify the NCSDIR file in the Ardesco directory to select the proper\n\tNCS SDK verison. (Default is v1.8.0.)\n\n\tOpen a command line build prompt using the ardcmdprompt.cmd command\n\tfile in the ardesco directory.\n\n\tFor detailed instructions, refer to \"Getting Started with the Ardesco SDK\"\n\tavailable on the Ardesco Teams page.\n\n\tNote: while the Ardesco libraries are written to be backward compatible,\n\tthe examples in the 'apps' folder are written to the latest supported \n\tNordic Connect SDK.\n\nChangelog\n\nRelease 1.9\n\tAdded support for Nordic SDK 1.6.1, 1.7.0 and 1.8.0\n\n\tAdded button_lib and buzzer_lib for additional UI support\n\n\tUpdated usb_uart_52lib and sensor_lib related to v1.7.0 and v1.8.0 compatibilty.\n\n\tModified Hello_52840 example to be compatible with v1.8.0\n\n\tModified LTE_connect example given rename of BSD_LIB to NRF_MODEM_LIB\n\n\tUpdated Bluetooth applications to be compatible with v1.8.0\n\n\tSet target NCS version to v1.8.0\n\n\nRelease 1.8\n\tAdded support for Nordic SDK 1.5 and 1.5.1\n\n\tAdded example LTE_connect to demonstrate connecting with LTE\n\n\tAdded example bluetooth_beacon_scan for the 9160 and bluetooth_52app on the 52840 \n\tto demonstrate using 52840 bluetooth functionality from the 9160.\n\n\tFixed bugs in serial_52 lib and usb_uart_52lib related to v1.4.0 compatibilty.\n\n\nRelease 1.7\n\tFixed bug in board directories that would cause compile to fail if CONFIG_SPI=n\n\n\tFixed bug in board directories that prevented antenna from being configured correctly.\n\n\tFixed bug in board directories that prevented SPI and Grove select from being configured correctly.\n\n\tFixed bug in LED library that caused build failures.\n\n\tUpdated ADP536 driver for v1.4.0 compatibility.\n\n\nRelease 1.6\n\tAdded board directories compatible to Nordic SDK 1.4. Set the target\n\tNCS version to v1.4.0, while remaining backward compatible with v1.3.\n\n\tAdded sensor_lib library to provide simple API to read environment and\n\taccelerometer sensors.\n\n\tAdded support on 52840 for LED and \"boot\" button in board directories \n\tfor Combi and Combi Dev.\n\n\tAdded using_sensors example to demonstrate using the sensor library.\n\n\tAdded grove_i2c example to demonstrate using I2C across Grove connector.\n\n\tAdded grove_console example to demonstrate redirecting the console out the Grove connector\n\n\tRemoved support for Ardesco Mini for v1.4.0\n\n\tFixed bugs in Combi board directory that prevented successful compile.\n\nRelease 1.5\n\tAdded missing file ard_led.h.\n\n\tAdded precompiled .hex files for at_client and usb_uart_bridge samples.\n\n\tAdded this readme file.\n\nRelease 1.4\n\tAdded support for Nordic Connect SDK 1.3.x. \n\n\tUpdated build system to support multiple versions of the Nordic\n\tConnect SDK.\n\n\tAdded Ard_LED library to simplify access to the 3-color LED.\n\n\tAdded serial_52lib library to coordinate using the 52840 UARTs\n\tacross mulitple libraries.\n\n\tRewrote usb_uart_52lib (formerly usb_uart_lib) to support \n\tserial_52lib.\n\n\tAdded interprocessor communication library that uses a UART\n\tto communicate between the 9160 and 52840.\n\n\tAdded 91ipc_simple and 52ipc_simple applications to demonstrate\n\tusing the IPC library.\n\n\tUpdated the Ardeso board directories to eliminate the predefined\n\tUART1 for both the 9160 and 52840 CPUs.\n\n\tUpdated SDK to support both NCS 1.2.x and 1.3.x.\n\n\tAdded ardcmdprompot.cmd file to open a console build window.\n\n\tAdded Ardesco\\Samples directory that contain the very useful \n\texamples at_client (for 9160) and usb_uart_bridge (for 52840).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fardesco-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericsson%2Fardesco-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fardesco-sdk/lists"}