My cursor freezes after flashing the one wire library to my spark core.
I’m using the DS18B20 temperature sensor - red connected to 3.3v, black to ground, yellow to D0 - power coming from USB.
This is my basic setup - I’m still using the same resistor as pictured below:
mdma
2
There’s a issue with Windows, USB and the mouse which has a registry fix here:
from this thread:
4 Likes
@mdma Your solution worked for me. Thanks for that!
Summary of Solution
-
From the Windows “Search” bar (run command prompt on older versions of Windows), search for Regedit.
-
Find this directory in your registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SerMouse
-
Change the value “Start” from 3 (load on demand) to 4 (disabled)
Credit to @Dave for the solution posted here.
2 Likes