How? Server needs static IP address, in mobile environment hw can that be done?ame wrote:Yes.
DougieLawson wrote:How do you plan to get the Raspberry Pi connected to the Internet?
Using a cell phone with tethering will be 100 times easier than trying to use a Raspberry Pi as a router.
Code: Select all
bluetooth.discover_devices()Wow, you can tell by just looking at the picture.joan wrote:Post a photo of your set up.
Code: Select all
cfg = *(&pio->cfg[0] + index);
cfg &= ~(0xf << offset);
cfg |= val << offset;
*(&pio->cfg[0] + index) = cfg