April 29, 2016, 20:05
itead hat mit dem sonoff Modul einen sehr günstigen ESP-8266 basierten WLAN Stromschalter im Programm. Kostet derzeit bei itead unter 5$, allerdings mit ca. 8$ Versand. Wenn man aber gleich vier davon bestellt, lohnt sich das gegenüber anderen China-Versendern, die diese Modul für ca. 10$ verkaufen.
Das Ding lässt sich wunderbar mit einer eigenen Firmware flashen, wenn man einen 4-Pin Header einlötet und einen USB-TTL Konverter mit 3.3V hat.
Continue reading ‘fhem: Lampe (220V) mit sonoff über WiFi schalten’ »
November 9, 2015, 18:57
I already posted one article about using injectDLL, one about subclassing a foreign window. This time injectDLL is used to start and stop an application when another app is started. Remember that every DLL listed inside the MULTI_SZ registry key HKLM\System\Kernel\injectDLL is loaded into every process.
I would like to add some battery and wifi indicator to a full screen Remote Desktop Mobile (RDM) session. There are two specialized applications that display a small bar graph on the right of the screen, one for the battery level and one for the WiFi RSSI.
The upper right one is for the WLAN RSSI and the lower bar shows the battery charge level.
As these apps should only add there display when RDM ist started, I added them to an injectDLL.
Continue reading ‘Mobile Development – Start apps with another using injectDLL’ »
September 17, 2014, 18:55
This is the description of my btPrint demo app to print demo files to portable bluetooth label/receipt printers. I already did the same app for android and now wanted to do the same for windows phone 8.
The app starts with the main screen where you select a bluetooth printer, connect, select a demo file and let it print.
Continue reading ‘Windows Phone 8: print demo for bluetooth label/receipt printers’ »
Tags:
bluetooth,
CodeProject,
demo,
label,
Phone 8,
print,
Programming,
receipt,
Windows Phone Category:
CodeProject,
Programming,
Uncategorized |
2 Comments
August 29, 2014, 13:54
As I needed a tool to test the maximum MTU size for a network, I needed a ping tool where I can define the packet size and the DF (Do Not Fragment-Flag). As I did not find such a tool, I wrote PingNG.
It is a simple tool but the code had to avoid some pitfalls.
Continue reading ‘Mobile Development: PingNG-the next generation ping’ »
Tags:
CodeProject,
Compact Framework,
CSharp,
DF,
do not fragment,
icmpreply,
MSS,
MTU,
ping,
Programming,
windows mobile Category:
CodeProject,
Programming,
Tools |
2 Comments