time_t is almost always the number of seconds (not counting leap seconds) since 00:00, Jan 1 1970 UTC (although is it not formally specified as such)
All posts by
Using Strings-Parsing
Parse String Line By Line Parse String Splitting By Delimiter Character
Florence Touchscreen Keyboard
Florence is an attractive keyboard, much more attractive than matchbox. Not perfect though, seems to be many reports of issues using it Install matchbox-keyboard
Matchbox Touchscreen Keyboard
So, on screen keyboards seem to be particularly non perfect. The most popular seems to be matchbox-keyboard, but it looks pretty dated and doesn’t seem to have been updated in a long time. We had a go using matchbox with our application but ended up dumping it because it wouldn’t sit on top our our […]
Text View
Create New Text View
rapidxml
http://rapidxml.sourceforge.net/
Approved Hardware
Approved Win IoT Processor Boards https://docs.microsoft.com/en-us/windows/iot-core/tutorials/quickstarter/prototypeboards Approved Win IoT accessories https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/hardwarecompatlist
Clock Stretching
I2C devices that use clock stretching Whilst the Raspberry Pi hardware will support clock stretching, it seems the software drivers do not currently. A possible hack is to slow down the I2C clock rate to give the slave devices more time so they don’t need to clock stretch, needs a search for suitable ways to […]
RPi4 Model B Hardware General Specifications
Official Raspberry Pi Page https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ Key Differences To The Raspberry Pi 3 Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz 1GB, 2GB or 4GB LPDDR4-2400 SDRAM (depending on model) 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless, Bluetooth 5.0, BLE Gigabit Ethernet 2 USB 3.0 ports; 2 USB 2.0 ports. 2 × micro-HDMI […]
Reading Raw Keyboard Input
Functions like getchar() let you capture keyboard input, but in limited ways and without being able to detect various special keys such as ALT, CTRL, etc. It also doesn’t allow you to detect Key Down and Key up events. Using a GUI library GUI libraries like GTK give you raw access to the keyboard keypresses […]