Skip to main content

Python wrapper for coinesAPI

Project description

COINESPY: Interface for Bosch Sensortec's Engineering Boards.

COINESPY provides a python interface for interacting with the Bosch Sensortec's Engineering boards.

The library offers the following range of functionalities:

  • Control VDD and VDDIO of sensor
  • Configure SPI and I2C bus parameters
  • Read and write into registers of sensors from Bosch Sensortec via SPI and I2C
  • Read and write digital pins of the Engineering Board.

Engineering Board driver installation

To install the driver for the Engineering Board, follow these steps:

  • Navigate to the USB driver location: <path_to_python_site_packages>\coinespy\driver.
  • Run the USB driver.

Firmware update

Prerequisites

Before proceeding, ensure that the selected Engineering Board is flashed with either Coines bridge or DD firmware.

Steps to update firmware

To update the Coines bridge firmware to the Engineering Board, follow these steps:

  • Open the firmware folder located at <path_to_python_site_packages>\coinespy\.
  • Select the appropriate subfolder that corresponds to your specific board type.
  • Run the provided .bat/.sh file within the selected subfolder to initiate the firmware update process.

Configuration for BLE communication

Windows

To enable Bluetooth Low Energy (BLE) communication with coinespy Python library on a Windows machine, users need to modify their environment variables after installing the package. Based on the PC's architecture, add one of the following paths to your environment variables.

  • 64-bit: <path_to_python_site_packages>\coinespy\bin\x64
  • 32-bit: <path_to_python_site_packages>\coinespy\bin\x86

Linux/MacOS

For BLE communication in Linux and MacOS, no additional configuration is necessary.

Note

To determine the installation directory of coinespy, use pip show coinespy. Replace <path_to_python_site_packages> with your Python site packages directory.

Code example

Here’s a script to verify the installation by fetching the COINESPY version, and the hardware and software versions of the connected board.

	import coinespy as cpy
	from coinespy import ErrorCodes
	
	COM_INTF = cpy.CommInterface.USB
	
	if __name__ == "__main__":
		board = cpy.CoinesBoard()
		print('COINESPY version - %s' % cpy.__version__)
		board.open_comm_interface(COM_INTF)
		if board.error_code != ErrorCodes.COINES_SUCCESS:
			print(f'Could not connect to board: {board.error_code}')
		else:
			b_info = board.get_board_info()
			print('BoardInfo')
        	print(f'Software ID: v{(b_info.SoftwareId >> 12) & 0xF}.{(b_info.SoftwareId >> 6) & 0x3F}.{b_info.SoftwareId & 0x3F}')
        	print(f'Type of Board: {hex(b_info.Board)}')
			board.close_comm_interface()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coinespy-1.0.8.tar.gz (6.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coinespy-1.0.8-py3-none-any.whl (7.5 MB view details)

Uploaded Python 3

File details

Details for the file coinespy-1.0.8.tar.gz.

File metadata

  • Download URL: coinespy-1.0.8.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for coinespy-1.0.8.tar.gz
Algorithm Hash digest
SHA256 095e4ec0383f1804d4ff5a155d5c1ca75f4cdd69268b0eb638255bbf4046a1fc
MD5 f04b9a948e27266a36474c80f0493917
BLAKE2b-256 01c484fc49712287ef68a3810fae24021e5cb74d634a43a2b57542d5e2a204bf

See more details on using hashes here.

File details

Details for the file coinespy-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: coinespy-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for coinespy-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a608f7021d4b48aaec87d03c656d7c6a541f304494dfda88724931e73a9a3d77
MD5 c4068cfa9695e1daafc1e7316f50d391
BLAKE2b-256 7cdf4a6b26d4dd76813fa59e0fa8c8422672c0accb8c27aeaf5d363eb00a95fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page