Paolo Patruno

Results 102 issues of Paolo Patruno

I try to use UDP for ntp. This sample code work on lan with local ntpserver but fail using ntpserver on internet. http://sourceforge.net/p/r-map/code/HEAD/tree/trunk/arduino/ino/test_ntp/src/test_ntp.ino My PC on the same lan get...

I try to use mqtt library PubSubClient with arduino_uip https://github.com/knolleary/pubsubclient this is the ino file: ``` C /* Basic MQTT example - connects to an MQTT server - publishes "hello...

after problems with #1 and #2 I use this patch to try simulavr with arduino elf and use the "classic" serial monitor on stdin/stdout

in example/simple_serial rename .c in .c++ modify Maefile.am to compile with avr-g++ with avr-g++ I have to add -fpermissive options Make do avr-g++ -fpermissive -g -O2 -mmcu=atmega644 -DF_CPU=20000000 -Wl,--section-start=.siminfo=0x900000 -c...

cd simple_ex1 make do ../simulavr.tcl -d at90s8515 -f fred.elf \ -W 0x20,- -R 0x22,- -T exit make: **\* [do] Segmentation fault (core dumped) compiling with -g and using core file...

using this patch: https://github.com/pat1/simulavr/commit/1a918c7b3ecdbccde7b991a11813c7677cb4f971 and a standardard build for arduino uno defining a serial device working at 9600 baudrate I have to use this command to get the serial stdin/stout...

https://github.com/neu-rah/ArduinoMenu/blob/master/src/menuIo.h#L165 The use of "assert" in this library on MCU I think is problematic ... But it do not compile for wemos on platformio: xtensa-lx106-elf-g++ --version xtensa-lx106-elf-g++ (GCC) 4.8.2 ```...

help wanted

patch to compile on Linux with gcc 9.2 and relative to some warnings coming from valgrind

``` mosquitto-2.0.14 cat /etc/os-release NAME="Rocky Linux" VERSION="8.5 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="8.5" PLATFORM_ID="platform:el8" PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)" ``` command used to publish: mosquitto_pub -h host -q 1...

Type: Bug
Component: mosquitto-broker

``` pio system info -------------------------- ---------------------------------------------------- PlatformIO Core 5.1.0 Python 3.8.7-final.0 System Type linux_x86_64 Platform Linux-5.10.20-100.fc32.x86_64-x86_64-with-glibc2.2.5 File System Encoding utf-8 Locale Encoding UTF-8 PlatformIO Core Directory /home/pat1/.platformio PlatformIO Core Executable...