Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - vpete

Pages: 1
1
TinyDuino Processors & TinyShields / TinyZero BLE Codebender
« on: January 19, 2019, 08:26:43 PM »
Hi, hoping to get some confirmation on whether this code is valid for the TinyZero - https://codebender.cc/sketch:91073#TinyShield_NRF8001_BLE_Example.ino

It notes that it 'Now supports TinyScreen+/SAMD21 boards'. When selecting the board in codebender, I am using TinyDuino, since TinyZero is not an option, and getting an error 'Out of sync'.

Thank you!

2
General Discussion / WiFi Shield IoT Kit
« on: December 19, 2018, 01:19:14 AM »
Hi! I have TinyZero IoT Kit as well as the TinyShield ST Bluetooth LT. I have gone through uploading the TinyZero_BMA250 Cayenne program as well as the WiFi101Config trying to connect to a WiFi network with no success.
I have made sure that the pins are properly set using:
Code: [Select]
WiFi.setPins(8, 2, A3, -1); // VERY IMPORTANT FOR TINYCIRCUITS WIFI SHIELDI also tried setting the ip address via
Code: [Select]
WiFi.config(ip);
I have successfully uploaded other programs and gotten the TinyZero to read from the accelerometer as well as connected to the nRF app via bluetooth.

But when trying to connect to wifi, it gets hung in this loop:
Code: [Select]
while (WiFi.status() != WL_CONNECTED)
    SerialUSB.print(".");
    delay(500);

I have also extended the time of the delay incase there was any lag in connection. I have gotten the yellow TX light on the WiFi shield but that is it. Any further guidance or input would be greatly appreciated. I'm just not sure if it is something mechanical.
Thank you!

Pages: 1
SMF spam blocked by CleanTalk