I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
Hello,
I am currently evaluating Nordic Thingy 52. I am planning to receive the sensor data on my custom BLE application (will be written in C using libbluetooth) running...
Hi
Attached is my pcb file. I select nrf52805_caaa, Can you help me check the pcb file? maybe the pcb is something wrong. I can download hex ,but can not debug it , when...
*** SOLVED PARTIALLY ***
Hello again,
I solved my problem partially, the part that reads accelerometer value and transmit BLE advertising data as beacon works fine.
...
Hi,
I want to use a MPU6050 sensor with my nrf52832 board.
I connected the SDA and SCL pins of my sensor board with the pins P0.26 and P0.27 of my nrf52832 board, respectively...
Hello. I'm working with multilink example and I've got some problem. I want to send data to specific peer device, but after restart central or one of the peer, they reconnects...
Hi. I have a problem with Segger Embedded Studio. I always get more than 100% of RAM usage when building project on SES, even if examples projects from SDK . Anyone know what...
Hello, I have the following question. I'm trying to program my firmware via DFU Bootloader and nRF Connect (smartphone). That works perfectly with the test board SparkFun...
Hi,
I am using the two units talking with each other for the BLE uart.
One is running with the example ble_app_uart_c_central. The other is running with the ble_app_uart_peripheral...
Hi, After updating my nrfConnect to 3.6.1, I had issues using my J-link being unrecognized in the programmer app. The J-link I'm using is part of a Silicon Labs Dev Kit, checking...
Hi, I was wondering if there are any problems with connecting VDD to an external power supply when using nrf52840 in the high voltage mode? I would like to connect VDDH to...
Dears,
1.I want to know when working at USB CDC mode, what's the phy rate could be supported? And what's real rate is it?
2.Could customer customized their private protocol...
Hi,
I've read that highly secured IoT devices have a hardware root of trust. One very important feature of it is a private identity keys to prove identities for mutual authentication...
Hi,
I noticed at least using pwr_mgmt we are calling two times nrf_pwr_mgmt_run for every interrupts ! All interrupt seems to be triggered twice ! Or wakes from idle state...
HI Nordic
I currently have a 2 separate projects, that i'm trying to merge.
- Production test tool with RTT CLI interface on nRF52840 (Here I use JLink.exe -device NRF52840_XXAA...
Hi Nordic teams,
I'm developing the function of Mesh DFU. I've test the nrfutil tool locate on https://github.com/NordicSemiconductor/pc-nrfutil/tree/mesh_dfu , and it works...