Andrew Holt
Andrew Holt
Is it possible to generate an interrupt, and catch it, from a GPIO pin ? If so could you point me at an example. Thanks
Hi, I have a 'spare' sonoff R1 and I am trying to flash cforth onto it. I have read the notes ``` Sonoff S20 - WiFi mains switch with ESP8266...
Hi I finally found time to have a look at tasking. I've built host-serial-linux64, and added ``` fl ../../../src/lib/tasking.fth ``` to the top of app.fth for host-serial. I have a...
Hi Mitch, I seem to recall asking you this question a very long time ago, when I was working at Sun, certainly last century. Did you ever implement a co-operative...
Hi, I have found time to look at cforth again and the new goodness that you have added. Given that it's now on top of Esprissif's extended FreeRTOS I was...
Hi, Do you have an example of using a cforth app acting as an i2c slave ? I'm thinking of using a STM32F103 'blue pill' board for a project. Thanks,...
Hi, Not so much an issue, as a question. micropython and amforth both (and Linux) have a mechanism for 'scanning' an i2c bus and reporting on what it finds. I...
I notice that Mitch has pushed an example file (test-socket.fth) to the repo. As I understand it the test word "probe-ssh" sets up a a bunch of callbacks connects to...
Not an issue more of a question. Will nRF connect for desktop work with this device ? Thanks, should be a nice simple question for you . Regards, Andrew
Hi, I'm writing a stomp client, it would be useful if the btoker could dump the packets it receives. Is there a simple way to do this with coilMQ ?...