Hello Everyone,
I am using a Thingy52 to take environmental readings, which are used to programmatically respond to changes. I have noticed that the blue bluetooth led flashes every time I read the environmental data. I have also noticed using the NodeJS examples, that if I wait for an extended period of time, then query the Thingy52, it does not wake up without me shaking it awake.
I am coming from a C# and JavaScript background so I'm in a little over my head. I was going to approach learning to make changes to the firmware with 2 goals.
1) DIsable all LEDS completely in some way such that the device can be set up to NEVER emit any light whatsoever.
2) Either:
A) Disable the deep sleep mode that seems to stop the NodeJS examples from working unless I manually shake the device to wake it up.It will be plugged in to a continuous power source.
or
B) Learn how to use NodeJS and the examples to wake the device from sleep.
I was curious to know if any/all of these modifications are possible, or if the Bluetooth led flash is something controlled by hardware that I cannot modify?
If anyone can confirm that I can achieve my goals, and possibly give me a foothold of where to begin or what to look for, it would be much appreciated.
If it matters, I do not have a dev kit, so likely must flash using OTA.
Thank you for any advice, or help you can provide.
Steve
