Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Please allow me to suggest you change app_error handler and related functions to something like this:
The change will make app_error_handler report the actual location...
Hi Guys,
We currently building our own sensor mesh network. I have developed my own sensor model which works quite well. The server model sends the sensor data on regular...
I have the BMD350 from Rigado. I am using Segger embedded studio with SDK v 15.2.0 I have the buttonless DFU working with my custom application that has the buttonless DFU...
Hi there,
I am working with softdevice v5.0.0, and trying to have central and peripheral do encryption.
The peripheral has a r/w characteristic, and another one with read...
Hi All
Currently i am working on IPV6 over BLE with contiki oS.
For that i am following link ...
https://devzone.nordicsemi.com/b/blog/posts/setting-up-ipv6-over-ble...
Has anyone built a power profiler for the 52840 yet that includes coded Phy s=8 and s=2, extended advertising and larger output powers to +8dBm.
I see that the power profiler...
hello there!
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...
I modified the BLE Low Enery app under nRF Connect (Windows), and fork a custom .js file to connect to a comm port. The custom file requires 2 packages, fs and serialport...
The sample program uses "nRF5_SDK_15.0.0_a53641a".
Hardware uses Taiyo Yuden's "EYSHSNZWZ"
In addition, we use a sample of [ble_app_uart] and [ble_app_multilink_central...
I have been running through the mesh network examples using nRF52840 chips, from light switch, dimming etc. I now want to know how i can send adverts between the nodes of...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Hi all,
I know there are some questions about this already but I could not find a solution.
I'm adapting this example for my internship. I'm currently testing throughput...
Hi,
So, we have got some requirements and would love to hear some suggestions or guidelines in choosing the a Nordic module and protocols that would get the stuff done....
The Bluetooth specification states:
If more than one Characteristic Presentation Format declarations exist, in a characteristic definition, then a Characteristic Aggregate...
Hello,
we want to add to our in-production solution the option do DFU OTA.
So we followed this step-by-step guide: https://devzone.nordicsemi.com/b/blog/posts/getting...