I've got a custom board fitted with an nRF52832. Am running NCS v2.6.0. Operation involves:
1. Being in System On idle with all peripherals disabled to keep current to a...
Hi!
I'm migrating my development environment to arm-based Mac. I succeed to install nRF Connect for Desktop app for aarch64 architecture, but struggling to get Bluetooth...
Hi
I am working on a BLE repeater which is central and peripheral application. which will scan and connecting with sensor device , and advertising for phone connection....
Hi
In my ble repeater application on nRF52833, when I adding OTA function , I found the my image rom size too large to adding FOTA with MCUBoot. there is my memory report...
Hello:
i'v try v2.0.2 and v3.0.0 and v3.0.2. got error as follow:
or
sometime install toolchain got msg " Failed to fetch available toolchains. "
what the url...
Hello-
I'm working on our design for the nrf9160 and I've been trying to wrap my head around the FCC certification. I know that the nrf9160 is an FCC certified module and...
I was doing development on the development kit and I noticed that when flashing the device there is application core and modem core firmware that is flashed
I'm trying to...
Hi all,
In my application, I take mac address of chip and make major, minor value (device 's ID) and I need mac address is a constant value. As I know, mac address is a...
because license is so expensive, I'm converting my project to OSX GNU
I'm solving problems step by step..
and there is error that I couldn't understand.
Anyone can...
Is there any way to control BLE shield 2.1 from PC rather than android / iOS app.
Also if i pass any message to BT dongle how to check the received messages.
And in...
infocenter.nordicsemi.com/index.jsp
I see a debouncing filter in the block diagram of NRF52 preview DK. Isnt debouncing implemented in software? So why need a HW debouncing...
Hi all,
I have two kinds of NRF24LE1 devices(A and B), and I want to realize that one device_A can communicate with 10 device_Bs at the same time. To explain it in detail...
I would like to use 3 PWM for controling RGBs. I use a softdevice because I want to control the pwm trough the MCP. But for now I just want to get it work to initialize these...
whether linux and bluez implemnted the simultaneous master and slave connections......?
or is it part of link layer only..?
does this feature need kernel support or not...
In the NRF51822 reference manual, the debug interface mode initiation routine is described as follow:
150 clock cycles with SWDIO=1.
I have already verified that a standard...
Hi,
I am wondering about the Cumulative crank revs for service 0x1816 & 0x1818
Cycling Cadence and Speed, Cycling Power Services
I dont understand why the crank revs...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Ok, so I've been trying to get to the bottom of a problem for a few days now where suddenly the app_timer is acting like it's on crack and running super fast, i.e. triggering...
hey,
i want to discover the PCA10001 board with PCA10000 board in master emulator. i have programmed the blanked PCA10001 chip with softdevice(s110_nrf51822_6.0.0_softdevice...
I want to generate PWM.
I set timer2 events_compare[0] to toggle pin 1:
sd_ppi_channel_assign(PWM_LED_HI_CHANNEL, &(NRF_TIMER2->EVENTS_COMPARE[0]) ,&(NRF_GPIOTE->TASKS_OU...