Rob Reuss
Rob Reuss
I was thinking it would be pretty straightforward to wrap SwiftyGPIO using my networking framework (https://github.com/robreuss/ElementalController) and enable developers to interact with RPi hardware remotely. The networking framework is fairly...
### Board Type RaspberryPi3 B ### Operating System Ubuntu Mate 16.04 ### Swift Version Pre-built 4.1.3 ### Description Communicating with the [ADC1115](http://www.ti.com/lit/ds/symlink/ads1115.pdf) analog to digital convertor. I'm basing my implementation...
### Board Type RPi 3 Model B ### Operating System Ubuntu Mate 16.04 ### Swift Version Swift 4.1.3, canned. ### Description Attempting to address four SPI slaves using a LS7366R...
I'm attempting to browse for a Bonjour service from a Linux client running on Raspbian Buster on a Raspberry Pi Zero W that is published by an iOS server ....
After leaving my project alone for a year, upgraded to Xcode 12 and suddenly couldn't find my available service when browsing, which I confirmed was published and available. Received error...
Hi - Any suggestions for modifying time-out value for requests? Since no NSMutableRequest is sent into the methods, the normal way of modifying timeout with AFNetworking doesn't seem practical. Thanks!