Skip to content

New hardware and firmware for board V2#85

Open
apal6981 wants to merge 8 commits intodevfrom
newHardwareFirmware
Open

New hardware and firmware for board V2#85
apal6981 wants to merge 8 commits intodevfrom
newHardwareFirmware

Conversation

@apal6981
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@christopolise christopolise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a big PR, and almost everything is great. There are some bug fixes linked and also a request for some quick comments that will help with documenting later

Comment thread fw/v2/src/main.cpp
}
}

// void setup() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we are including this commented code? Can we delete it or is it documenting something?

Comment thread fw/v2/src/main.cpp Outdated
Comment thread fw/v2/src/sendTest.py
commandBuffer[i + 2] = 1
for i in range(10):
sock.sendto(commandSerializer.pack(*commandBuffer), ("172.0.0.3", 1883))
# for index, value in enumerate(commandBuffer[2:].reverse()):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to stay as a documenting feature or can it be removed?

Comment thread fw/v2/src/sendTest.py
import struct
import time

sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get some quick comments on this file?

Comment thread fw/v2/src/main.cpp
@@ -0,0 +1,366 @@
#include <Arduino.h>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get some comments on this file?

@christopolise christopolise mentioned this pull request Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants