|
How to include C library that is not in Zephyr
Hi Hui, Newlib is included in zephyr. To enable newlib, just add CONFIG_NEWLI_LIBC=y to prj.conf file. The conf file can be found in the same directory that your makefile is. Then your zephyr environm
Hi Hui, Newlib is included in zephyr. To enable newlib, just add CONFIG_NEWLI_LIBC=y to prj.conf file. The conf file can be found in the same directory that your makefile is. Then your zephyr environm
|
By
...
· #1040
·
|
|
Tinytile Zephyr implementation
Hi All, Has anyone done anything with tinyTILE? Since the board is quite new I was wondering if someone has done a project with Zephyr OS on tinyTILE. The specs of the chip looks promising for IoT imp
Hi All, Has anyone done anything with tinyTILE? Since the board is quite new I was wondering if someone has done a project with Zephyr OS on tinyTILE. The specs of the chip looks promising for IoT imp
|
By
...
· #1083
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Hi Graham, Thanks for responding! About the similarities of TinyTILE and Arduino101, although the chip is the same, we have been trying to flash applications to tinyTILE for a while now. The arduino c
Hi Graham, Thanks for responding! About the similarities of TinyTILE and Arduino101, although the chip is the same, we have been trying to flash applications to tinyTILE for a while now. The arduino c
|
By
...
· #1097
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Hi Graham, Could you flash the beacon example in zephyr? The path is samples/bluetooth/beacon. You might have to flash the hci_uart example, which is also in the bluetooth sample directory, to update
Hi Graham, Could you flash the beacon example in zephyr? The path is samples/bluetooth/beacon. You might have to flash the hci_uart example, which is also in the bluetooth sample directory, to update
|
By
...
· #1099
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Hi Graham, Hmm interesting, which CONFIG settings? Also I want to use tinyTILE for a bluetooth application that I am working on. I need tinyTILE for its wearable size. For flashing on to tinyTILE, all
Hi Graham, Hmm interesting, which CONFIG settings? Also I want to use tinyTILE for a bluetooth application that I am working on. I need tinyTILE for its wearable size. For flashing on to tinyTILE, all
|
By
...
· #1101
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Hey Graham, Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
Hey Graham, Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
|
By
...
· #1112
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote: Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to v
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote: Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to v
|
By
...
· #1116
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Hi Anas, You are right, the only successful flashing with tinytile was using the make BOARD=tinytile command. That was through ttyACM0 with the flyswatter2. For some reason, it was difficult for me to
Hi Anas, You are right, the only successful flashing with tinytile was using the make BOARD=tinytile command. That was through ttyACM0 with the flyswatter2. For some reason, it was difficult for me to
|
By
...
· #1120
·
|
|
Bluetooth Address Type - Fixed (public)
Hi all, Looking at the bluetooth API and the sample bluetooth code, tt seems that the default advertised address addr->type is random. I think this is because of security reasons, so it is using resol
Hi all, Looking at the bluetooth API and the sample bluetooth code, tt seems that the default advertised address addr->type is random. I think this is because of security reasons, so it is using resol
|
By
...
· #1178
·
|
|
Bluetooth Address Type - Fixed (public)
Hey Johan, Thanks for the info! My objective is to have a unique and fixed BT address displayed during advertising. I want to use the manufacturer's BT address as a static address for testing purposes
Hey Johan, Thanks for the info! My objective is to have a unique and fixed BT address displayed during advertising. I want to use the manufacturer's BT address as a static address for testing purposes
|
By
...
· #1186
·
|
|
Bluetooth Address Type - Fixed (public)
Hi Vinayak, CONFIG_BT_PRIVACY=n is something I already tried, and it seems to still advertises with a temporary random static address. Here's the output of the scan/advertise the addition to the conf
Hi Vinayak, CONFIG_BT_PRIVACY=n is something I already tried, and it seems to still advertises with a temporary random static address. Here's the output of the scan/advertise the addition to the conf
|
By
...
· #1188
·
|
|
Bluetooth Address Type - Fixed (public)
I see, I am using zephyr version 1.8.0. I will get back to you guys. Thanks everyone!
I see, I am using zephyr version 1.8.0. I will get back to you guys. Thanks everyone!
|
By
...
· #1190
·
|
|
Bluetooth Address Type - Fixed (public)
Still have the same issue where MAC address changes every time. I'm in version zephyr 1.9.1
Still have the same issue where MAC address changes every time. I'm in version zephyr 1.9.1
|
By
...
· #1193
·
|
|
Bluetooth Address Type - Fixed (public)
Hi Johan, Thanks for the clarification, below is my scan_adv output from the most recent master branch. MAC address still changes. I can see there are three warnings causing it to default into tempora
Hi Johan, Thanks for the clarification, below is my scan_adv output from the most recent master branch. MAC address still changes. I can see there are three warnings causing it to default into tempora
|
By
...
· #1196
·
|
|
Bluetooth Address Type - Fixed (public)
Hi Johan, Works like a charm. Haha, completely forgot about having to flash the BLE core with hci_uart. My firmware was still at 1.8.0. Thanks Johan and Vinayak, you guys are the best! Thanks, Jie
Hi Johan, Works like a charm. Haha, completely forgot about having to flash the BLE core with hci_uart. My firmware was still at 1.8.0. Thanks Johan and Vinayak, you guys are the best! Thanks, Jie
|
By
...
· #1198
·
|
|
Zephyr flash won't work without usb connection
Hi all, I'm flashing my tinyTILE using DFU over FTDI cable. My computer, that has the zephyr applications, is connected to tinyTILE via a FTDI cable as TX & RX and a usb cable as power to the tinyTILE
Hi all, I'm flashing my tinyTILE using DFU over FTDI cable. My computer, that has the zephyr applications, is connected to tinyTILE via a FTDI cable as TX & RX and a usb cable as power to the tinyTILE
|
By
...
· #1253
·
|
|
Zephyr flash won't work without usb connection
Hi Mike, I'll investigate on the vin/gnd battery. I also have the flyswatter, but I remember having trouble with flashing with it, so I sticked with the FTDI but will check that out too. Eventually, I
Hi Mike, I'll investigate on the vin/gnd battery. I also have the flyswatter, but I remember having trouble with flashing with it, so I sticked with the FTDI but will check that out too. Eventually, I
|
By
...
· #1255
·
|
|
Zephyr flash won't work without usb connection
Hi guys, So application can flash over DFU with an GND/VIN battery connected to the board. I found out what my issue with the application not rebooting was. During normal application run time, the ste
Hi guys, So application can flash over DFU with an GND/VIN battery connected to the board. I found out what my issue with the application not rebooting was. During normal application run time, the ste
|
By
...
· #1278
·
|
|
Bluetooth get datetime
Hi everyone, Usually, to get real datetime on a device you would normally do it through wifi, but since the board I'm using has only Bluetooth, is there a way where I can get the real datetime using B
Hi everyone, Usually, to get real datetime on a device you would normally do it through wifi, but since the board I'm using has only Bluetooth, is there a way where I can get the real datetime using B
|
By
...
· #1310
·
|
|
BLE frequency hopping
Hello, I'm trying to implement a simple random frequency hopping to avoid frequency clashes. I see in zephyr that there are channel map settings, but I can't seem to find documentations on what settin
Hello, I'm trying to implement a simple random frequency hopping to avoid frequency clashes. I see in zephyr that there are channel map settings, but I can't seem to find documentations on what settin
|
By
...
· #1333
·
|