PB2

Results 120 comments of PB2
trafficstars

> So I believe it to be that my HC-05 is connected. I'm trying to reconnect it but my AT+LINK keeps failing. Then it is not connected. Did you follow...

In that case, you'll need to use a software serial port using SoftwareSerial.h and replace Serial2. There are plenty of good examples and tutorials online if you need help.

> nice library! Thanks very much - it will save me much work compared with PacketSerial. Thanks! I'm glad you find it useful! > I would think you should make...

The best user solution is to not use strings at all. Otherwise, it would be best to use the packet ID field to flag the receiver that the payload is...

Sorry for the delay, I'm pretty busy on weekdays. > In my ideal world, I'd have you add pktLen to your packet, and expose it to RX clients on each...

> Are you open to pull requests to fix the examples so they work on both Uno & esp32? I would test any such changes on both. Absolutely! I'm always...

It'll take me a while to figure out what is going on Python side. I'm guessing you didn't post your whole program and just the pieces that pertain to the...

Thanks - the Python looks much better! Here is what's most likely causing the issue: ```Python # Send the second packet with a packet_id of 1 link.send(second_trialArray_size, packet_id=1) print("Second Half...

Thanks man, always glad to help! > One last thing for the error checking part, would it be acceptable to have a different function evaluate whether packets are transmitted correctly...

I'll take a look at all this once I get the chance - either tomorrow or this weekend