Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello,
I have questions on the Provisioner of a network. Reading through the documentation on Mesh Provisioning, I have come to understand that some amount of data has...
I've tried this but it does not work: static void adv_slots_init(void)
{
uint8_t default_frame_data[] = {0x03,0x03,0xAA, 0xFE,0x13,0x16,0xAA, 0xFE,0x10, 0xF8,0x03,'g','o...
on the nrf52832 I am configuring pin 10 as an input. There is either 0 or 3.1V on the pin depending on whether a charger is connected to the board.
When I read the state...
Just stumbled upon this:
#define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
Should be
#define TIMER_PRESCALER_PRESCALER_Msk...
I am working on project where I am storing and reading data from an SD card. During the initialization, I would like to print the full contents of the root directory - "/...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I'm using nRF52840-PDK. I created a custom ble service following this tutorial ( github.com/.../custom_ble_service_example) and sent my sensor data over bluetooth. Now I'm...
Hi ,
I am trying to disconnect a connected central (phone) by calling sd_ble_gap_disconnect from my nrf52 configured in multiperipheral mode. . The disconnect call returns...
I am trying to time a capacitor discharge through different resistance sensors for greater resolution than an ADC. I did this using the GPIO functions initially but the SD...
Hi,
Is it possible to use Segger Embedded Studio with nRF51?
I see on your web site it's supported with SDK 14 or greater but this SDK is only for nRF52.
My product...
I have problems with my custom board.
I developed the firmware with the nrf52840-PDK and there the firmware runs standalone (with RTT connected and without) or when debugged...
Hello
I am working on nrf52382,sdk11,softdevice 2.0.
/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-fd3fce63fa6d4ddfa73158194e4d87c3/battery_5F00_pins...
Hello,
I am writting a batch script to flash a PCA10056.I use it to flash the softdevice, the bootloader and my application.
The script works well and flash the device...