drmpf
                                            drmpf
                                        
                                    My solution was to hack Sandeepmistry's nRF5 support for nRF52832 chips to get very low power see [Easy Very Low Power BLE in Arduino -- Part 1](https://www.forward.com.au/pfod/BLE/LowPower/index.html) and parts 2...
I am the author of that very low power instructable. My first suggestion is to try an un-modifed version of the Sandeedmisty's package. Install V0.7.0 and see if you can...
Looks like softdevice s132 was not downloaded. V0.7.0 worked for me, try dumping what you have and install V0.7.0 If you module is 'protected' then you need to un-protect it...
Latest V0.7.0 worked for me dump what you have and install V0.7.0
have a look at https://www.forward.com.au/pfod/BLE/LowPower/NanoReplacement/index.html#creating for how to do this for an nRF52832. BUT I don't think this repository supports nRF52840 You can look at https://learn.adafruit.com/adafruit-feather-sense/arduino-support-setup, but it uses a...
This zip file contains diffs for wiring_digital.h wiring_digital_c and wiring_constants.h to add following extra pinModes to access highdrive and disconnect on the nRF52 (ZIP file removed for cyber security reasons)...
no problem, I posted zip because github allows that type of file, but not diffs ``` --- \hardware\nRF5\0.6.0\cores\nRF5\wiring_digital.c 2018-08-11 05:24:03.000000000 +-1100 +++ \hardware\nRF5\0.6.0\cores\nRF5\wiring_digital.c 2019-03-10 15:43:27.000000000 +-1100 @@ -70,12 +70,21 @@...
I tried the pre-compiled noOTA binary on a SparkFun esp8266 thing and got this error output. Also the readme.md refers to 192.168.4.1, I assume that means the ESP8266 sets up...
Ok, Blink works on the Sparkfun ESP8266 thing, but upload always returns the same md5 values and error, so moved to an ESP-01S and upload works and new network found,...
Yes tried helloworld but no connection on either my pc or mac :-(