Nick Thomas

Results 14 issues of Nick Thomas

Using Ubuntu 20.04, I get this error when doing "make demo_echo_client" :+1: Scanning dependencies of target tiny_websockets_lib [ 8%] Building CXX object tiny_websockets_lib/CMakeFiles/tiny_websockets_lib.dir/src/crypto.cpp.o [ 16%] Building CXX object tiny_websockets_lib/CMakeFiles/tiny_websockets_lib.dir/src/linux_tcp.cpp.o [...

Hang in lws_service( context, /* timeout_ms = */ 250 ); After a few loops I see that it hangs in that call in main() in the client.c example.

Trying to build the echo_server example in the examples directory. There are no instructions. I'm assuming that "cmake ." will do the trick. But, there are errors: No cmake_minimum_required command...

Hi, I'm debugging the Hanshow Nebular 350R-N. I know that this model isn't currently supported with the current firmware - but the firmware does load and run, it just doesn't...

Hi, Sometimes my Hanshow Nebular 350R-N will go in to a special screen flashing sequence which last about 20 seconds. The whole screen will flash from black to white. The...

I think the Hanshow Nebular has different pinouts for the GPIO lines. I notice that the SPI comms are not working for the LUT tests. So, in main.h I see:...

Hi, I've getting a battery temperature value of 1162 from the get_temperature_c() function. What does that 1162 equate to? How can I convert that to something human, like degrees celsius...

Hi, the web interface for programming is great, but is there a C code to do the same - so that I can flash my Hanshow device using a Linux...

Hi, I notice that Firmware/components/application/print/u_printf.c has an implementation of sprintf(...) that call an internal "print" function. The side effect of this is that whatever is being formatted doesn't just go...

Hi, What does it mean when gpio_read(..) returns 2? Specifically, gpio_read(EPD_BUSY); The source code comments implies that it can only return values 0 or 1.