-
On CHIP it looks like the following in the DT source
```
model = "NextThing C.H.I.P.";
compatible = "nextthing,chip", "allwinner,sun5i-r8";
```
turns into
```
root@chip2:/sys/firmwa…
-
Hi,
I'm trying to get this working. I've done the hardware mod (is there a way to test if it's successful?). Every time I run `main.py` I hear "hello" and then when I connect together Pins 14 and 1…
-
I've been thinking about this for a while.
Used ~2488 times in the compiler source (some faux matches, semi-naïve RE)
``` crystal
foo = some_array[some_index]
```
Used ~5676 times in the compiler s…
-
I am using CHIP version 4.4.13-ntc-mlc #1 SMP Tue Dec 6 21:38:00 UTC 2016 armv7l GNU/Linux
when running
```
import CHIP_IO.OverlayManager as OM
OM.load("SPI2")
```
in the console I am getting
…
-
Hi, the docu says:
put it in /lib/firmware/nextthing/chip/ to ensure the overlay is loaded on EEPROM detection.
that seams wrong, it should be /lib/firmware/nextthing**co**/chip/ if I'm right.
Also …
-
I got SOFTPWM working fine, except it doesn't seem to be very precise if I can trust my oscilloscope: asking for 50hz I get something more like 45Hz, and can never set duty cycle down lower than ~5%
…
-
Hey, first of thanks for doing this. I'm trying to build a kernel with NAT support, unfortunately when I run `make` it gives me this error:
```
vagrant@vagrant-ubuntu-trusty-32:~/CHIP-usbboot$ make
/…
-
Hi,
There seems to be an issue with bleno on the nextthing.co CHIP. I just confirmed that the same issue affecting my code is also affecting the pizza example.
Specifically, the primary service is a…
-
_making.md should state how to read UART, that is how to use CHIP to access and read/write another device's UART. That would allow connecting to a microcontroller or other peripheral which has a seria…
-
I'd like to run FruityWifi in my CHIP (https://getchip.com) so I follow the "ARM version" installation steps.
Everything seems to be installed properly. After started the Wireless service I tried to c…