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...
Hi,all:
since I add USBD in ESB example,when compiling and linking,I make error as nfr_queue dose not fit UNPLACE_SECTION, overflow 20 bytes. I take the line statement about...
I have a requirement to collect data over a plant, say a power plant whose size may be 3 KM by 3KM. I am planning to have a Bluetooth mesh and collect data and control equipments...
Hi,
We currently have a regular SIM, and it works well except for the inability have very low power draw when the device is in low power states. Based on our testing, we...
Hello,
I want to learn how we generate the frequency on nrf52832. I simply take a Blinky led example and on that blinking the led. i want 1MHZ frequency . so how should...
The Power Profiler Kit II is an excellent development tool when not used with the Nordic application, but instead with a dedicated application which can exercise a a device...
hello,
we are developing a product, in which it needs BLE, LTE,GPS. we are planning to choose Nrf9160 for LTE & GPS. we need following support during development
1....
Hello
We are planning to build a product based on nrf52840 our programming part is almost done we used nrf52840Dk board , now we are order SoCs and other peripherals ...
May I know what is the difference of three PNs NRF51822-QFAA-R (H0) AND NRF51822-QFAA-R (G0) AND NRF51822-QFAA-R?
How to identy the three PNs? May I know if NRF51822-QFAA...
I am trying to implement a scenario where the system will be sleeping for a mentioned period of time and then wake up and advertise and transfer data over BLE.
I am using...
Again, if the search engine in your documentation were decent, I would probably not need to ask this question here. The answer probably exists, but try an find it not knowing...
Hello Nordic lovers,
Happy Merry Christmas.
In ble_uart code, I'm interfacing the FreeRTOS & twi_sensor code
The program executed without any error.
And it starts...
Dear Members,
How can I wake up the chip without a button
I'm using the example for Ant,
Ant_bsc_rx .
I have disabled the button with :
bsp_init(BSP_INIT_LEDS...