What package and version are you using ?
I’m using the farm_ng Amiga Development Kit, following the instructions from the Hello Main Loop example. The specific hardware is an Adafruit Feather M4 CAN with SAM E51J19A.
Please, describe the issues you are seeing ?
I encountered the following error while running my code:
No Display: no module named ‘farm_ng.display’
node_id = 0x e
get_board_type() Adafruit Feather M4 CAN with same51j19a
Traceback (most recent call last):
File “code.py”, line 88, in
File “code.py”, line 85, in main
File “farm_ng/utils/main_loop.py”, line 335, in loop
File “farm_ng/utils/main_loop.py”, line 327, in _loop
File “farm_ng/utils/main_loop.py”, line 281, in iter
File “farm_ng/utils/main_loop.py”, line 182, in poll_can
File “farm_ng/utils/main_loop.py”, line 164, in handle_message
File “code.py”, line 49, in _handle_amiga_tpdo1
File “farm_ng/utils/packet.py”, line 289, in str
AttributeError: ‘bound_method’ object has no attribute ‘stamp’
Code done running.
I followed the steps in the “Hello Main Loop” example documentation, but I keep encountering this AttributeError related to the stamp attribute.
Actually, it is working now, these are just some warnings, not the errors. You should be able to send the commands through the keyboard as specified in the example.