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
Im trying to generate dfu zip package.
Im working on ready hex and zip files in nRF5_SDK_13.0.0_04a0bfd
In examples\dfu\ble_dfu_send_hex\test_images_update_nrf52832...
Hello, I am working on NRF52 DK,SDK12.1.0.
When I am trying to make board into sleep mode with sleep_mode_enter(I have get sd_power_system_off),I found that RAM/UART is still...
Hi,
We designed the circuit followed the reference circuit(QFN48), and all the value of power capacities are also followed the reference circuit. But we failed in the 8kv...
Hi, I'd like to use nrf51 dongle to scan for ant/ant+ communication, but I can't understand how to do that... it doesn't work with antware sw and I don't know how to use it...
Hi,
I use NRF51822 to design a ble product,my client require that when in the front of the ble device the app can connect the ble device,and can't connect in the back of...
My Issue,
I need to be able to set radio RCV/TX signals to a specific distance. I would like to control this
through the firmware. Do you have any recommendations or examples...
Hello,
I am using Keil Lite edition and I'm receiving a linker error from exceeding the code limits in Keil. My code is 37336 bytes and apparently cannot exceed 32000 bytes...
Hi,
I'm currently working on a BLE device which works his whole lifetime on one battery. This means we have to save as much energy as possible. This is why we set our advertisement...
Hi all,
Our company is in the process of certifying a device. This device is using a nrf52832 with radio.
We had no problem to comply with the ETSI standard, but things...
I am trying to set up a custom Advertisement in nRF-Connect for Windows, using an nRF52 DK (PCA10040)
In Advertising Setup, I remove the existing "Complete local lame"...
Hi
I am looking for some example code that shows best how to talk to a servo.. If there isn't any, any ideas which example project comes the closest ?
Thanks
J
Hi,
I was reading datasheet of nRF52832, but i didn't see USB topic in that.
But i checked the SDK which has USB example for HID_keyboard and mouse?
Is that Means we are...