Tom Lafleur

Results 27 issues of Tom Lafleur

I have been doing some testing to determine when I'm no longer connected to a gateway... The goal is to determine when I need to try a rejoin?? I start...

For debugging, it would be nice to have the options for LED for Tx, Rx, Error, Connect or other state?? Rx and Tx could be added in the Radio driver...

Adafruit just release a Feather M4 CAN board with transceiver, curious if a SAMD51 driver is available for this processor. thanks

when will we see full support for ESP32-S3 thank you

If I send data to the device from TTN and I ask for a confirmation that the data was received using the LiMC stack, how do I send the ACK...

question

The package now only supports USB serial (Serial) on Feather M0 devices... Would like to reassign to another serial port as needed at compile or run time...

enhancement

You might want to consider making some of the declaration in this file using "__attribute__((weak))" so that it can be overwritten in the main program... Example... ~~~ /*! * User...

would love to see support for the Teensy 4.0 processor

~~~ /* WiFiTelnetToSerial - Example Transparent UART to Telnet Server for ESP32 Copyright (c) 2017 Hristo Gochkov. All rights reserved. This file is part of the ESP32 WiFi library for...

Any work being done to add support for the SAMD51??