|
Re: Zephyr Help
Hi Tamra,
Please take a look at this page to see how to setup the environment, build and flash Zephyr app for Arduino 101
https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
Hi Tamra,
Please take a look at this page to see how to setup the environment, build and flash Zephyr app for Arduino 101
https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
|
By
Dinh, Kien T
·
#693
·
|
|
Re: Passing information from bootloader to Zephyr
Hi David,
Thanks for putting this together.
+1 to simplicity. It's also of course worth noting that we can do this slightly differently across arches if necessary, though it'd be nice to avoid that.
Hi David,
Thanks for putting this together.
+1 to simplicity. It's also of course worth noting that we can do this slightly differently across arches if necessary, though it'd be nice to avoid that.
|
By
Marti Bolivar <marti.bolivar@...>
·
#692
·
|
|
Re: ICMP Checksum Errors
Hi Erwin,
Can you submit the patch as a pull request and file a bug?
Thanks,
Anas
Hi Erwin,
Can you submit the patch as a pull request and file a bug?
Thanks,
Anas
|
By
Nashif, Anas
·
#691
·
|
|
Passing information from bootloader to Zephyr
Background
==========
On larger platforms, there will generally be a protocol for passing
information from the bootloader to the operating system that it is
booting. There are various standards for
Background
==========
On larger platforms, there will generally be a protocol for passing
information from the bootloader to the operating system that it is
booting. There are various standards for
|
By
David Brown
·
#690
·
|
|
Re: ICMP Checksum Errors
Hey all,
I looked into it a bit more and the ICMP checksum calculation is broken.
I made a small patch to try and fix it, and it does seem to fix the
problem, but I don't think the patch is good
Hey all,
I looked into it a bit more and the ICMP checksum calculation is broken.
I made a small patch to try and fix it, and it does seem to fix the
problem, but I don't think the patch is good
|
By
Erwin Rol
·
#689
·
|
|
Re: Problems with MQTT on FRDM-K64F
Thank you that works. But there is also the problem with the ip-adresses. I had an Ethernet connection on my Linux host machine and on the board.
Then I changed the ip-address of the host machine to
Thank you that works. But there is also the problem with the ip-adresses. I had an Ethernet connection on my Linux host machine and on the board.
Then I changed the ip-address of the host machine to
|
By
Kevin Stöckl <k_stoeckl@...>
·
#687
·
|
|
ICMP Checksum Errors
Hello,
while testing my STM32 Ethernet driver I noticed that Wireshark
complained about incorrect ICMP checksums. After a bit more testing I
found out that it started complaining when the total
Hello,
while testing my STM32 Ethernet driver I noticed that Wireshark
complained about incorrect ICMP checksums. After a bit more testing I
found out that it started complaining when the total
|
By
Erwin Rol
·
#686
·
|
|
Re: AFH issue
Hi Ali,
Comments inline.
You can use the HCI LE_Set_Host_Channel_Classification to select you own channel mapping for connections.
This is available in controller only binary
Hi Ali,
Comments inline.
You can use the HCI LE_Set_Host_Channel_Classification to select you own channel mapping for connections.
This is available in controller only binary
|
By
Chettimada, Vinayak Kariappa
·
#685
·
|
|
Re: Problems with MQTT on FRDM-K64F
For the problem of address already in use, it seems that mosquitto is already running,
If you see there's a mosquitto process in "ps aux |grep mosquit", try to stop the existing one by "sudo service
For the problem of address already in use, it seems that mosquitto is already running,
If you see there's a mosquitto process in "ps aux |grep mosquit", try to stop the existing one by "sudo service
|
By
aska.wu
·
#684
·
|
|
Zephyr Help
Hello Zephyr Team,
In the zephyr folder, I am trying to compile the beacon filein the zephyr folder (CODK/zephyr/samples/bluetooth/beacon). It compiles when Iwrite the command, "make", however I am
Hello Zephyr Team,
In the zephyr folder, I am trying to compile the beacon filein the zephyr folder (CODK/zephyr/samples/bluetooth/beacon). It compiles when Iwrite the command, "make", however I am
|
By
Tamra Oyama <tamrako@...>
·
#688
·
|
|
AFH issue
Hi
The Nordic company referred me to your website so I may get my answer here.
My question is that I need to implement my own channel mapping based on a
different scenario. For example, in the list
Hi
The Nordic company referred me to your website so I may get my answer here.
My question is that I need to implement my own channel mapping based on a
different scenario. For example, in the list
|
By
Ali Nikookar <nikookar7@...>
·
#683
·
|
|
Problems with MQTT on FRDM-K64F
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
|
By
Kevin Stöckl <k_stoeckl@...>
·
#682
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi Bjarne,
As Justin said, for Bluetooth-related questions feel free to join us on #zephyr-bt. If you’re interested in the BLE controller (LL), and particularly when running on nRF5x hardware,
Hi Bjarne,
As Justin said, for Bluetooth-related questions feel free to join us on #zephyr-bt. If you’re interested in the BLE controller (LL), and particularly when running on nRF5x hardware,
|
By
Carles Cufi
·
#681
·
|
|
Re: [RFC] Network application API
Hi,
Indeed, the net_app is just a bunch of helpers that make creating
networking applications a bit easier. This is not replacing any
existing api (expect the semi private net_sample API). The most
Hi,
Indeed, the net_app is just a bunch of helpers that make creating
networking applications a bit easier. This is not replacing any
existing api (expect the semi private net_sample API). The most
|
By
Jukka Rissanen
·
#680
·
|
|
Changes to testcases and sanitychecks
Hi,
We have just merged a series of commits that change the behavior of sanitycheck script and the syntax of the testcase definition file. While the syntax stays mostly the same, it was changed from
Hi,
We have just merged a series of commits that change the behavior of sanitycheck script and the syntax of the testcase definition file. While the syntax stays mostly the same, it was changed from
|
By
Nashif, Anas
·
#679
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi,
For Zephyr there’s #zephyrproject
For ZJS (Javascript runtime for Zephyr OS) there’s #zjs
There may be more but those are the ones I’m aware of. Both are on Freenode.
Hi,
For Zephyr there’s #zephyrproject
For ZJS (Javascript runtime for Zephyr OS) there’s #zjs
There may be more but those are the ones I’m aware of. Both are on Freenode.
|
By
Brian Jones
·
#678
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
The OS is discussed in the general channel #zephyrproject. The Bluetooth stack for Zephyr is discussed in the channel #zephyr-bt.
The OS is discussed in the general channel #zephyrproject. The Bluetooth stack for Zephyr is discussed in the channel #zephyr-bt.
|
By
Justin
·
#677
·
|
|
Re: Zephyr: IRC for Bluetooth discussion
Hi Bjarne,
+ Adding the Developers mail list who will best be able to point you in the right direction
Thanks!
Brett
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google
Hi Bjarne,
+ Adding the Developers mail list who will best be able to point you in the right direction
Thanks!
Brett
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google
|
By
Brett Preston
·
#676
·
|
|
Re: CAN drivers/infrastructure
Not aware of any, always open to contribution :)
- k
Not aware of any, always open to contribution :)
- k
|
By
Kumar Gala
·
#675
·
|
|
Re: [RFC] Network application API
Hi Paul,
Looks like to me that net_app proposal is not growing the native API. It's fully optional.
Socket API and net_app are quite distinct. In fact, many application oriented API are
made on top
Hi Paul,
Looks like to me that net_app proposal is not growing the native API. It's fully optional.
Socket API and net_app are quite distinct. In fact, many application oriented API are
made on top
|
By
Tomasz Bursztyka
·
#674
·
|