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 world :-)
I would like to use Bluetooth Low Energy Sniffer [1] and 802.15.4 Sniffer [2] on nRF52840 DONGLE using my FreeBSD workstation. I did manage to build the...
Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to...
Hi
I'm trying to build blinky example (from SDK17.0.2) to run it on nRF52833DK.
The board is running correctly if I download the hex comes with SDK but failed if download...
Hi, I'm writing a library for the common Hitachi_HD44780 (LCD2004 etc) but need it to be non-blocking. I'll open source it once done. I'm using EasyDMA to do the transfers...
Hello,
I am trying to solve my issue for few days without success hence your help would be appreciated. I found a lot of related issues, but any of the solutions doesn't...
Hello,
I am using nRF52840 chipset and I was using the Segger tool chain properly. But recently I started getting below error "The evaluation period of this release has...
Hi,
I am doing the project in nRF2832 , where I need to collect some data from the sensor and temperature value that i need to save in the .CSV file format in SD cARD ....
Hi,
I have a question about setting the gpio pin status. From the picture, it seems that the value on the right represents the status of the gpio pin. So the default value...
I'm using NCS 1.4.0 and 2 boards nRF5340PDK.
I'm using central_uart and peripheral_uart samples. Both display when connection interval change.
The central_uart use BT_LE_CONN_PARAM...
can You explain
light_lc_client_light_onoff_set(&m_clients[0], &set_params,&transition_params);
This command in the lc client used to make the immediate on the server...
I'm implementing a project that attempts to change the TX power of itself during runtime. I have used the set and get functions from the Zephyr sample: https://docs.zephyrproject...
Hi guys, Do we have an outlook on silicon in which errata bugs 174, 195 & 198 (SPIM3 bugs) are solved?
Best regards,
Casper van Doorne
Pink Fluffy Unicorns BV
I am trying to make the LSM9DS1 connected with the nrf52840,
1. Now I am trying to send the hex array to the lsm9ds1, seems always failed.
any suggestion how to make...
Hi,
In my aplication, I bring my nRF52840 into power system off mode with s d_power_system_off on several different events, most notably the BLE_GAP_EVT_DISCONNECTED event...