knewron-technologies / 1btn

1btn (one button) uses the internet to complete a task with the simple, satisfying click of a single button. It connects to the internet over Wi-Fi to trigger whatever action you have assigned to it using a simple, online interface. One click, one task. It’s that simple. Unlike many other “Internet of Things” devices, 1btn does not maintain a continuous connection to the internet. Instead, it sleeps until it is pressed, then it connects to the internet, performs the assigned task, tells you the outcome via its multi-colored LEDs, and then returns to rest.
http://www.1btn.space
MIT License
123 stars 17 forks source link

what are the required modules in nodemcu-firmware? #1

Closed moritzmetz closed 8 years ago

moritzmetz commented 8 years ago

Hi, I'm currently trying to run 1btn release 3 on a blank esp8266 nodemcu board and build an own 1btn for my radio show "netzbasteln". but it keeps crashing with the error " (?:0: attempt to index global 'bit' (a nil value))" as far as i understand this can mean a lot - but maybe its because i miss some modules in the nodemcu firmware? my current modules are: file,gpio,http,net,node,tmr,uart,wifi - is there anything else i need? thanks! moritz

knewron-technologies commented 8 years ago

You also need to add 'bit' module.