Removed redundant function calls and old comments. Didn't have a lot of time today.
Link: github.com/dj1ch/HomeNet
Started working on some method to automatically fill in some blanks for structs in case I run into stack exceptions. Development is overall going well but I hate having to go through a file that's a thousand lines long to find a specific variable, function call, etc. It's getting less complicated, and debugging everything isn't too arduous of a task.
Link: github.com/dj1ch/HomeNet
Did some more debugging today, but I've mostly just been resting. I think I can get this done by the end of the month hopefully.
Link: github.com/dj1ch/HomeNet
Mostly debugging my code and fixing issues at the moment. Also working on LED control just because
Link: github.com/dj1ch/HomeNet
Messed around with variable names, added a couple of better/more readable variable names, etc. Honestly it makes the code look so much more clean. I also made sure we used an external nvs handle so we don't keep reopening it. Along with that I modified the sdkconfig so that the partitioning allows for more space.
Link: github.com/dj1ch/HomeNet
Cleaned up some code, this time I'm removing some redundancy. For the most part everything should be good to go until I get that ESP32C6 shipped.
Link: github.com/dj1ch/HomeNet
Fixed a handful of errors that resulted in stack exceptions. Should work for the most part now. Now I have to deal with debugging it and stuff, but it shouldn't be too much of a problem.
Link: github.com/dj1ch/HomeNet
Did a bit of cleanup. Probably going to wait on making a demo until I get another ESP32C6/ESP32C5/ESP32H2 for testing, it seems that everything should work for now.
Link: github.com/dj1ch/HomeNet
Today I've just started working on a new command for the console which starts a chat with another peer. It attempts to filter for activity, show peer messages, and allows you to send messages directly to the peer without the need for typing commands to normally send a message. It's still kind of a work in progress at the moment and I am still testing things.
Link: github.com/dj1ch/HomeNet
Got started on implementing that handshake process for the HomeNet messaging system. I'm still working on the handshake process but I did implement callbacks for receiving messages and verification codes. Hopefully I will get this done soon.
Github link: github.com/dj1ch/HomeNet
Didn't have much time to do this, but I did work on implementing a message sending command for HomeNet which sends messages directly over OpenThread (I believe this is UDP). I also did a little code cleanup and all I need to do is work on the chatting system, the connection/handshake kind of thing, and that's about it. Though for my demo I might need another ESP32C6/C5/H2
Github Link: github.com/dj1ch/HomeNet
Today I haven't really done much but I do want to work on the chatting system a little better for HomeNet. I've also been fixing a handful of compilation issues with the project as I haven't started compiling the code until recently. ESP-IDF isn't too much of a pain compared to other things I've worked with.
Link: github.com/dj1ch/HomeNet
Today I just realized my websites are broken. The builds were successful on both vercel and github pages, but at this point I'm considering another hosting option because it seems like either way it cannot find the build files. Because of my implementation of a backend API it seems like the site just cannot be used statically. I hope to get it done by today.
Took a quick break from the HomeNet project I am building and started focusing on fixing my portfolio site. I cleaned up a lot of stuff on the site, added icons, new parts of the site, etc. Just recently implemented a communication system which allows me to see messages sent from people to me. It still needs some work. Today and tomorrow I'll probably be looking into adding my work experience + education info.
Site: dj1ch.vercel.app
Working on an ad-hoc mesh network implementation with OpenThread and an ESP32C6 (and possibly any other ESP32 supporting the IEEE 802.15.4 standard). At the moment I have roughly 10 hours in with about 5k~6k lines of code (written in embedded C) and I have created a handful of basic commands, but its functionality is not ready to be shipped with high seas. Today I'm tidying up some code and working on the actual "chatting" with clients in this (P2P kinda) network.
Link: github.com/dj1ch/HomeNet