Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi,
I try to add support of dfu in our appl. In documentation I could not find info about softdevice size which should be provided in start packet. It looks like I should...
Hi,all
SDK:8.1.0 51822
S7 Edge(android V7.0)
i use the sumsung S7 Edge and the oppo R9S connect with my device,nRF Connect is often note:
GATT_CONN_TERMINATE_LOCAL_HOST...
for ble_app_ancs_c_s130_pca10028 example of sdk11,s130 version 2.0.0
The preferred RAM,ROM and UUID COUNT is shown below
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x25000...
Hi All
I am trying to build hex file using eclipse id on Mac. everything looks ok, as it eclipse build file without any error but its not working on nrf52 dk.
before...
Now I’m using nRF51822 with S130 SoftDevice.
There are two kinds of devices which is just for scan(A) – 20EA and both scan and advertising(B) - 2EA.
I found that B just...
Hi,
My question is similar to this devzone.nordicsemi.com/.../ but I can't get it to work.
I am using SEGGER_RTT_WriteString and sprintf for debugging, but I am not able...
Our mobile app is currently running atop of easyble and nordicble.js/Cordova. This library works great on all Apple devices, however, Bonding with Android devices of various...
We have done a custom PCB believing that we could use P0.0 as analog input. Now we kind of found out that we cannot, and will change the PCB design. Given that we already...
Hi, I am using nrf24l01+ tranceiver in a project I am willing to sell. I use modules with external antenna and without it. I need the CE certification of the module. Where...
I have used NRF52840 and SDK 13.0.0.
When I have used USB or ESB one by one - all is Ok.
But when they are used together - usb driver goes into an infinite loop here:
...
Hello.
I am developing a project on nRF52832 using SDK 13, in which I need to transfer up to 300 bytes of data from iOS device via my dedicated app (in the background) to...
Hi,
I read in the documentation that one can loop a complex playback. The way I understood, one could load a first sequence (say seq1) and a second sequence (say seq2)...
Hi Nordic Team,
i am working on nrg52 to glow a RGB LED with white and Yellow colours. configured the RGB pins to three different Gpio (A2,A3,A4).
for this i am using...
I have an application where I read a IMU at around 60 - 80 hertz.
How should I configure the S132 so I can send my 14 byte string packet with a constant time interval?...
Good evening (at least here...)
I successfully developed an application with Keil on the Rigado EVAL board with the following steps:
nRFgo Studio -> erase all and...