Skip to content

Releases: BeyondRobotix/Arduino-DroneCAN

V1.3.3 bug fix DNA

21 Jul 21:50
ab66123
Compare
Choose a tag to compare
  • Fixes a major bug where Dynamic Node Allocation would not complete there were some messages on the CAN bus.
  • Also adds basic servo example

1_3_3 ArduinoDroneCAN.zip

V1.3.2 - Stability fixes

26 Jun 17:08
165ecd8
Compare
Choose a tag to compare

What's Changed

  • allow .bin to be generatured during upload & move watchdog by @o-gent in #19

Full Changelog: v1.3.1...V1.3.2

Bootloader included in flashing

22 Jun 21:58
7319b47
Compare
Choose a tag to compare
  • Update examples to 1.3 API
  • Update platformio configuration to include the bootloader when flashing

V1.3 Simple DroneCAN messages

15 Jun 22:24
7ac20d6
Compare
Choose a tag to compare
  • Allow bootloaderless switching using the platformIO configuration interface
  • force node allocation in library initialisation to make sure we get CAN connection before user code has opportunity to crash
  • Fix node id bug on a new node
  • Format, restructure and add comments
  • Add simple messages support

New simple messages API: (only applies to some equipment messages)

uavcan_equipment_power_BatteryInfo pkt{};
pkt.voltage = analogRead(PA1);
pkt.current = analogRead(PA0);

sendUavcanMsg(dronecan.canard, pkt);

V1.2 Bootloader + ease of use!

07 May 10:13
950d0cb
Compare
Choose a tag to compare

Parameter in program interface

dronecan.setParameter("PARM_1", 69);
dronecan.getParameter("PARM_1")

Set Node name in init

dronecan.init(
    onTransferReceived, 
    shouldAcceptTransfer, 
    custom_parameters,
    "Beyond Robotix Node"
);

V1.1 Bootloader support!

07 May 00:27
Compare
Choose a tag to compare
  • bootloader support through our custom AP bootloader (see attached)
  • parameter interface update
  • Some addition explanations and such
  • Fix uptime timer so it doesn't overflow

v1.0

27 Mar 16:16
Compare
Choose a tag to compare

Initial release with all intended features working except for firmware upload over CAN.

Full Changelog: https://github.com/BeyondRobotix/Arduino-DroneCAN/commits/v1.0

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy